Hello,
I have a spreadsheet that auto-loads a userform and runs an
command.
The issue is that I need the userform to interact with the sheet, but once I have hidden the worksheet I get a "subscript out of range" error.
Is there a way to allow it to do so without unhiding the application?
-Ilya
I have a spreadsheet that auto-loads a userform and runs an
Code:
application.visible = false
The issue is that I need the userform to interact with the sheet, but once I have hidden the worksheet I get a "subscript out of range" error.
Is there a way to allow it to do so without unhiding the application?
-Ilya