Hello all. I'm very new to the VB experience and am having trouble getting the choices in my list boxes to show up.
Here's my code.
Am I missing something?![]()
Please Login or Register to view this content.
Thanks!
Hello all. I'm very new to the VB experience and am having trouble getting the choices in my list boxes to show up.
Here's my code.
Am I missing something?![]()
Please Login or Register to view this content.
Thanks!
Last edited by NBVC; 03-10-2009 at 01:21 PM.
Try this![]()
Please Login or Register to view this content.
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
Your code should be in the Initialize event of the userform.
Your routine name means that is treated as a private sub in the userform object. Userform1_Initialize is not an event.
![]()
Please Login or Register to view this content.
Well, I'm working on a different project and am having the same problem.
The Initialize starts out like this:
But I get an error pointing to this Module. It highlights UserForm1.show![]()
Please Login or Register to view this content.
The name of the form is UserForm1.![]()
Please Login or Register to view this content.
It works in the other project!!
Does it matter what order the Subs are in? Cause that's the only difference I can find.
Thanks!
You need to step through the code line by line as the error is occuring within the userform load/initialize process.
Thanks for teaching a noob Andy. Got it to work. Thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks