Hiding a Worksheet
Try it this way:
worksheets(1).visible = xlSheetVeryHidden
--
Hope that helps.
Vergel Adriano
"Marek" wrote:
Hi,
Am trying to hide a worksheet through VBA code. The line of code below
ought to do that:
worksheets(1).visible = xlveryhidden
But it doesn't work!!
Anyone with ideas??
--
Many thanks in advance for any assistance
Marek
|