View Single Post
 
Old 11-28-2017, 04:29 PM
Logit Logit is offline Windows 10 Office 2007
Expert
 
Join Date: Jan 2017
Posts: 591
Logit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the rough
Default

.
Please be specific which line is highlighted when you receive the error message. Otherwise, it will be searching for a pin in the proverbial haystack.

Having said that, the last line raises an eyebrow
Code:
Page1.Select
Wonder if it shouldn't be

Code:
Sheets("Sheet1").Activate
Sheets("Sheet1").Range("A1").Select
Also, if the UserForm is still displayed, you will need to set it's PROPERTIES setting
to SHOW MODAL = False
Reply With Quote