View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hibbs Hibbs is offline
external usenet poster
 
Posts: 4
Default Working with Hidden worksheets

I have a workbook with six detail worksheets and a couple of "menu"
worksheets. I am looking for a way to run several macros against the detail
sheets without having the user watch them flash by and change during the
macro's execution.

Is there a command that I can place in the macro to keep the worksheets
hidden but still use commands like "ActiveCell"?