Click to See Complete Forum and Search --> : returning references to controls...


Thomas French
February 24th, 1999, 02:03 PM
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

Vinayak Sapre
March 1st, 1999, 12:09 AM
Definitely ,

Try this


Function MyFunc() as Object

....

Set MyFunc = MyControlOrObject

End Function