View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Store hidden information in a spreadsheet

Dedicate an entire sheet to your values and hide the sheet using
xlSheetVeryHidden

worksheets("Data").visible = xlSheetVeryHidden

--
Regards,
Tom Ogilvy



"Remy" wrote in message
ups.com...
Oh yeah, hidden cells doesn't look like the right thing either, if you
do a copy/paste they show up, right?