May 10, 2001 #1 jpspring Programmer Joined Oct 6, 2000 Messages 25 Location GB I think this should be fairly simple, i'm just wondering how to pass an entire control array to a sub procedure in one go
I think this should be fairly simple, i'm just wondering how to pass an entire control array to a sub procedure in one go
May 10, 2001 #2 JohnYingling Programmer Joined Mar 24, 2001 Messages 3,742 Location US Just pass the the name without parens since it is not an array, but an object that references other objects. http://WWW.VBCompare.Com Upvote 0 Downvote
Just pass the the name without parens since it is not an array, but an object that references other objects. http://WWW.VBCompare.Com