Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ok I do not know if this is possible but let me describe the setting. I have
a userform that is shown when the user presses a button on a spreadsheet. the userform lets the user enter a start date and an end date. these dates refer to a number of charts that are to be created by my macro. the user can specify which charts that are to be created be selecting checkboxes, each chekbox indicates a chart. I used to have all this on the same userform but it created a problem beacuse the userfom got so big so it was impossible to use it. Thus i want to change it so that the user specifies the start date and end date on one userform and then if the user so whishes can press a button on the first userform that displays the second userform. the second userform lets the user choose how many charts that are to be selected. the problem is that this needs to be optional. this means that if the user does not choose to see the second userform the code must still work i.e. the program chooses the default setting for the number of charts. I know how to solve this if you simply choose a number as default. however I need to keep it variable. my code now counts the number of checkboxes but is that possible to do when using two userforms where the second one is optional? I do not know if this makes any sense but please help me out if you understand me. Thanks alot!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How does Userform get initialized by this? | Excel Programming | |||
checking input on a textbox in userform to be a % | Excel Programming | |||
Userform runs other subs when initialized | Excel Programming | |||
Checking a userform for blanks | Excel Programming | |||
Excel: VBA userform is shown but not loaded/initialized even though it was first unloaded? | Excel Programming |