View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] johnhildreth@citynet.net is offline
external usenet poster
 
Posts: 43
Default Store hidden information in a spreadsheet

Or put the info on a separate sheet and hide that sheet.

Worksheets("Sheet1").Visible = xlSheetVeryHidden

will require VBA code to make the sheet1 visible again.

HTH,
John