hiding worksheets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to a hide a worksheet that is referenced in one of my macros. Is
there a way to hide the worksheet without removing its availability to the
macro?

I am using Excel 2003.
 
It also depends on how your code references the worksheet. If you try to
select or activate a hidden sheet you'll get an error.

If you are referencing the sheet w/o selecting or activating it, you should
be okay.

If you hide the sheet and have problems, you can have the macro unhide the
sheet, then rehide it.
 

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