View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Make Sheets VeryHidden With Code?

Sheets("Jim").visible = xlsheetveryhidden
--
HTH...

Jim Thomlinson


"ryguy7272" wrote:

Is it possible to make sheets very hidden with VBA? I didn't get anything
from the macro recorded, and I didn't see anything on the web about this. If
it is possible, how would it be done for a sheet named 'Jim'?


Regards,
Ryan---

--
RyGuy