Saving hidden data with a worksheet (preferably without using a hidden sheet)

A

Aaron Queenan

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.
 
D

Dick Kusleika

Aaron

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

There is no need to post to all those groups.
 
A

Aaron Queenan

Just formatting information, but it isn't something that I want to be
accessible to the users, even by using the VBA editor. The only way I have
heard of doing that is using the xlDefineBinaryName function. I would like
to call it in the WorkSheet_Open or WorkSheet_Close event, but I'm not sure
how to call it from COM.

Thanks,
Aaron.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top