Thread
:
Macro to hide the current worksheet.
View Single Post
#
1
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
Macro to hide the current worksheet.
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 With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy