Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
hide worksheet
Name: sue Date: September 1, 2003 at 21:09:47 Pacific OS: piv CPU/Ram: 512
Comment:
HI Does anybody know how to hide WORKSHEET in EXCEL ..like we hide ROWS, etc
Summary: Hello, I've managed to hide the Worksheet Menu Bar in excel, but i cant get it back. I used this macro to hide it when i was using a worksheet in fullscreen. Application.DisplayFullScreen = True Ap...
Summary: As per the instructions given at the link I suggested... Open the VBE (Alt+F11) then double click ThisWorkbook to access the private module of the Workbook Object. (You can also open the VBE by right...
Summary: Assuming macros are enabled on your user's machines, put this in the ThisWorkbook module of your workbook. Private Sub Workbook_NewSheet(ByVal newSht As Object) Application.DisplayAlerts = False App...