L Legion New member Local time Today, 13:10 Joined Jun 4, 2004 Messages 7 Jun 7, 2004 #1 I have a form called "Main Form" and I need to reference it in my VBA code by name, how do I do that. If I leave the space I get an error. Thanks, Legion
I have a form called "Main Form" and I need to reference it in my VBA code by name, how do I do that. If I leave the space I get an error. Thanks, Legion
Kodo "The Shoe" Local time Today, 13:10 Joined Jan 20, 2004 Messages 707 Jun 7, 2004 #2 [Main Form] .
dcx693 Registered User. Local time Today, 13:10 Joined Apr 30, 2003 Messages 3,265 Jun 7, 2004 #4 Forms("Main Form")
ghudson Registered User. Local time Today, 13:10 Joined Jun 8, 2002 Messages 6,194 Jun 7, 2004 #5 The above will help you but you should avoid using spaces within the names of your objects. Check this out... Commonly used naming conventions
The above will help you but you should avoid using spaces within the names of your objects. Check this out... Commonly used naming conventions