fredrerik84
Active Member
- Joined
- Feb 26, 2017
- Messages
- 383
Good morning mr excel community
I have made a userform which I was hoping to keep open trough the day in the memory , but when I click out of excel and start browsing , when I come back to excel and try to do something with the userform I get error with the worksheet like this:
- run time error , subscript out of range
Is there a way to prevent this ?
regards
frederik
I have made a userform which I was hoping to keep open trough the day in the memory , but when I click out of excel and start browsing , when I come back to excel and try to do something with the userform I get error with the worksheet like this:
Rich (BB code):
Dim ws As Worksheet: Set ws = Worksheets("Data")
Is there a way to prevent this ?
regards
frederik
Last edited: