is it possible to have a function getting given a string indicating an Object’s name then returning corresponding UserForm Object as a result?
Function foo(name as string) as Object dim Obj as Object ' code to do the job set foo = Obj End Function
is it possible to have a function getting given a string indicating an Object’s name then returning corresponding UserForm Object as a result?
Function foo(name as string) as Object dim Obj as Object ' code to do the job set foo = Obj End Function