View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dick Kusleika[_3_] Dick Kusleika[_3_] is offline
external usenet poster
 
Posts: 599
Default Saving hidden data with a worksheet (preferably without using a hidden sheet)

Aaron

What is the nature of the data you want to save?

There is no need to post to all those groups.

--
Dick Kusleika
MVP - Excel
www.dicks-clicks.com
Post all replies to the newsgroup.

"Aaron Queenan" wrote in message
...
I want to save some data with the worksheet from within the

Worksheet_OnSave
event handler. Is there any way to do this without adding an extra sheet

to
the workbook?

The Excel4 API had a xlDefineBinaryName function. Is there any way to

call
it using COM, via my own Excel4 function if necessary?

Thanks,
Aaron Queenan.