Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am new to programming in VBA. I need some help with code for hiding the
current worksheet. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
see your other post -- Regards Frank Kabel Frankfurt, Germany LDanix wrote: I am new to programming in VBA. I need some help with code for hiding the current worksheet. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ActiveWorksheet.Visible = xlSheetHidden
-- Regards, Tom Ogilvy "LDanix" wrote in message ... I am new to programming in VBA. I need some help with code for hiding the current worksheet. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to hide worksheet based upon text in the name | Excel Discussion (Misc queries) | |||
Show or Hide a worksheet with a macro | Excel Discussion (Misc queries) | |||
hide a worksheet so that a macro can still find it | Excel Worksheet Functions | |||
How do I hide a worksheet in Excel and use a password to un-hide . | Excel Discussion (Misc queries) | |||
Hide/Unhide Columns representing dates as per Current System Date! | Excel Programming |