Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have three radio buttons on a worksheet, and the associated subroutines are
stored in the "directory" associated with that sheet when I go to the macro directory. Currently when I open the spreadsheet whichever button was selected on the previous close is the one on. How can I select a button to be on "upon open" in my auto_open routine? I tried using a statement "Application.Run "OptionButton1_Click" in my Auto_Open sub and it couldn't find the sub, even when it was "public". Also tried moving the button subs to a module directory, but then EXCEL cannot find them when the radio buttons are clicked. The crux of this seems to be that some subroutines need to be stored in the spreadsheets, and others are stored in modules. Guess it is obvious I don't appreciate why there is a difference. Any enlightenment you can provide would be appreciated. Thanks! Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multiple radio button selection | Excel Discussion (Misc queries) | |||
Initializing a radio button on worksheet open event | Excel Programming | |||
how do I link radio button selection to another page | Excel Worksheet Functions | |||
VBA: Disable Frame and Radio Buttons based on Another Radio Button Being True | Excel Worksheet Functions | |||
Radio Button Selection in UserForms | Excel Programming |