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...