J
Jean-Pierre Hermans
Hello,
When i put in workbook_open the following code :
For Each ws In Worksheets
ws.Visible = xlSheetHidden
Next
I get an error code: runtime error 1004 unable to set the visible property
of the worksheet class
Does anyone know how to solve that ?
Thnx.
When i put in workbook_open the following code :
For Each ws In Worksheets
ws.Visible = xlSheetHidden
Next
I get an error code: runtime error 1004 unable to set the visible property
of the worksheet class
Does anyone know how to solve that ?
Thnx.