Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. "Dick Kusleika" wrote in message ... 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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Aaron
If you want to use that function, then I'm no help to you. You can read msdn and try to figure it out: http://search.microsoft.com/search/r...name& c=4&s=2 It seems like a lot of work for nothing, though. What's wrong with adding an extra sheet? -- Dick Kusleika MVP - Excel www.dicks-clicks.com Post all replies to the newsgroup. "Aaron Queenan" wrote in message ... 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. "Dick Kusleika" wrote in message ... 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Worksheet, Hidden Columns, .CSV Format Saves Hidden Column Da | Excel Discussion (Misc queries) | |||
Hidden Columns No Longer Hidden after Copying Worksheet? | Excel Discussion (Misc queries) | |||
How do I detect hidden worksheets or hidden data on a worksheet? | Excel Discussion (Misc queries) | |||
I need my Hidden Rows to stay hidden when I print the sheet. | Excel Discussion (Misc queries) | |||
Hidden data - hidden chart | Charts and Charting in Excel |