Message 1 of 4
Userform problems in VBA-IDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am having problems with Userfoms inside the VBA-IDE environment. If I add a control to the userform it is visible on the form but if I double click on the control it does not start a
click subroutine. Also if I go to the code window for the userform I do not see it in the pull down box which shows all the controls on the userform. I have a program with about 25 small userforms (<20 controls) and two large userforms
(>100 controls). This is causing me many headaches. I have tried rebuilding the project , by exporting each userform and module then importing into a new blank program.
I also have a problem with several copies of the program where it locks up the IDE editor. I can not see any real
differences between these programs.
I have also just created large userform with ten multi-page tabs with a bunch of controls on each page but I can't seem
to duplicate this problem of not recognizing controls as they are added.
Is there a practical size limit to a VBA project ??
If any one has any ideas how to "fix" or debug userforms please help.
The only thing I can think of is to rebuild the large userforms
into smaller userforms. Which will be a slow painful task.
Thanks,
Fred C.
click subroutine. Also if I go to the code window for the userform I do not see it in the pull down box which shows all the controls on the userform. I have a program with about 25 small userforms (<20 controls) and two large userforms
(>100 controls). This is causing me many headaches. I have tried rebuilding the project , by exporting each userform and module then importing into a new blank program.
I also have a problem with several copies of the program where it locks up the IDE editor. I can not see any real
differences between these programs.
I have also just created large userform with ten multi-page tabs with a bunch of controls on each page but I can't seem
to duplicate this problem of not recognizing controls as they are added.
Is there a practical size limit to a VBA project ??
If any one has any ideas how to "fix" or debug userforms please help.
The only thing I can think of is to rebuild the large userforms
into smaller userforms. Which will be a slow painful task.
Thanks,
Fred C.