Guest_imported
New member
- Jan 1, 1970
- 0
I am a first time VB user. I am trying to incorporate and new product into an existing excel program.
The error I recieve when running the macro is Subscriot out of range. What does that mean?
This is the code which it highlights when debugging.
This is the same as all of the other option button.
Please help!
The error I recieve when running the macro is Subscriot out of range. What does that mean?
This is the code which it highlights when debugging.
Code:
ElseIf OptionButton16.Value = True Then
Worksheets("CBRB").Select
Please help!