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 excel existing 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.
ElseIf OptionButton16.Value = True Then
Worksheets("CBRB"
.Select
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.
ElseIf OptionButton16.Value = True Then
Worksheets("CBRB"
This is the same as all of the other option button.
Please help!