I am trying to search a geometric set in the geometric tree I created. Below is the code I have
sPrefix = InputBox("String for prefix", "input", "prefix") ''Ask for Input from the User
HBody.Name = "Route" & CStr(sPrefix) '''Rename the geometric set based on user input
Set seltest =...