View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default 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.