Hi all
I am using this code (Courtesy of Fluff)
Private Sub Worksheet_Activate()
Range("A:A").AutoFilter 1, "<>0"
End Sub
The issue that I'm having is that when I open the sheet with this code, it runs before the sheet is calculated. The reason for that is that I have calculation set to manual and the sheet calculates when I leave another sheet.
I would just like to delay this code for about 1 sec.
Thank you!
Russ
I am using this code (Courtesy of Fluff)
Private Sub Worksheet_Activate()
Range("A:A").AutoFilter 1, "<>0"
End Sub
The issue that I'm having is that when I open the sheet with this code, it runs before the sheet is calculated. The reason for that is that I have calculation set to manual and the sheet calculates when I leave another sheet.
I would just like to delay this code for about 1 sec.
Thank you!
Russ