What is the difference...

  • Thread starter Thread starter Guest
  • Start date Start date
Wazooli,

xlHidden will mean that the sheet is not visible in Excel, but can also be
made visible in Excel

xlVeryHidden will also mean that the sheet is not visible in Excel, but it
can only be made visible in VBA, Excel cannot do so

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
xlHidden is what happens when you hide a sheet manually using the menus.

xlVeryHidden can only be applied through code, and the sheet will not be
visible at all to the user if they try and unhide it from the menu. It can
only be made visible again through code.

Robin Hammond
www.enhanceddatasystems.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top