Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am new to programming in VBA. I need help with code for hiding the current
worksheet. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
just record amacro while doing this manually. or use something like activesheet.visible=false -- Regards Frank Kabel Frankfurt, Germany LDanix wrote: I am new to programming in VBA. I need 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 help with code for hiding the current worksheet. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I make a drop down box visible within a worksheet? | Excel Worksheet Functions | |||
hiding macro codes upon protecting the worksheet | Excel Discussion (Misc queries) | |||
print different worksheet by pressing visible button on worksheet | Excel Worksheet Functions | |||
better search: "make worksheet visible" | Excel Discussion (Misc queries) | |||
Macro to enable or visible on specific worksheet only | Excel Programming |