S
Seanie
I have the code below under ThisWorkbook, but it returns an error
"Compile Error in Hidden Module: ThisWorkbook" - why is that? My sheet
"Header" is not hidden, although I do have other sheets hidden
Private Sub Workbook_Open()
Application.ScreenUpdating = False
Worksheet("Header").Activate
End Sub
"Compile Error in Hidden Module: ThisWorkbook" - why is that? My sheet
"Header" is not hidden, although I do have other sheets hidden
Private Sub Workbook_Open()
Application.ScreenUpdating = False
Worksheet("Header").Activate
End Sub