Robertson1995
Board Regular
- Joined
- Apr 1, 2009
- Messages
- 121
I have an excel VBA question about the Goto command. I have a sub that enters data based on a series of inputboxes and then the last command is to print the spreadsheet.
I also have an answer msgbox that vbYes continues to the next inputbox & vbNo exits sub. Instead of vbNo exiting sub, I would like it to goto the print commmand.
In VBA how do I use the goto command to go to a specific command at another place on the spreadsheet?
I also have an answer msgbox that vbYes continues to the next inputbox & vbNo exits sub. Instead of vbNo exiting sub, I would like it to goto the print commmand.
In VBA how do I use the goto command to go to a specific command at another place on the spreadsheet?