Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello. I have a userform that has a ton of combo boxes and text fields.
(24 tabs of a multipage, with 50 or so boxes and fields per tab). I got to 4 tabs created, and loaded the userform to see how it was looking, and I get a compile error: out of memory. Is there a maximum amount of "stuff" I can put on a userform? And if so, is there any way around it?! Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
AFAIK there is no limit to the number of controls on a userform - only a
memory limit of the client PC. You either need to increase memory or split the form up. Cheers Nigel "Steph" wrote in message ... Hello. I have a userform that has a ton of combo boxes and text fields. (24 tabs of a multipage, with 50 or so boxes and fields per tab). I got to 4 tabs created, and loaded the userform to see how it was looking, and I get a compile error: out of memory. Is there a maximum amount of "stuff" I can put on a userform? And if so, is there any way around it?! Thanks! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Nigel. I have a pretty huge PC (2G of memory!!). You think
splitting the form up will work? "Nigel" wrote in message ... AFAIK there is no limit to the number of controls on a userform - only a memory limit of the client PC. You either need to increase memory or split the form up. Cheers Nigel "Steph" wrote in message ... Hello. I have a userform that has a ton of combo boxes and text fields. (24 tabs of a multipage, with 50 or so boxes and fields per tab). I got to 4 tabs created, and loaded the userform to see how it was looking, and I get a compile error: out of memory. Is there a maximum amount of "stuff" I can put on a userform? And if so, is there any way around it?! Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set a maximum value (e.g. cap at 200) | Excel Worksheet Functions | |||
Maximum value | Excel Discussion (Misc queries) | |||
Return Maximum from Column directly above Maximum in Row | Charts and Charting in Excel | |||
Specify Maximum Value | Excel Discussion (Misc queries) | |||
Userform inside another userform | Excel Programming |