Is it possible to return the reference to a control/object from a function? If not, is there any work around anyone has pulled off similar to this?
thanks
tom
Printable View
Is it possible to return the reference to a control/object from a function? If not, is there any work around anyone has pulled off similar to this?
thanks
tom
Definitely ,
Try this
Function MyFunc() as Object
....
Set MyFunc = MyControlOrObject
End Function