Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel Workspace Save trouble

Have a got an issue with Excel Workspace Save option.
Earlier as part of coding for an Excel add-in in C#, I wanted to do
some operation after a workbook was saved, using the newly saved
workbook name. Realised soon that Excel did not expose any such event
and had to use the usual workaround of cancelling the default save in
BeforeSave handler and then doing an explicit save to get the old and
new wokbook name.
This had it's own set of issues but somehow everythin was chugging
along, however realised today that there's an Excel Workspace save
opion, which allows to save multiple workbooks simultaneoulsly.

The problem with Workspace save is that actual save has been completed
by the time control reaches the BeforeSave handler which is quite weird
compared to the Workbook Save behavior, wherein control reaches the
BeforeSave handler immediately on clicking the save menu.

I was wondering if anybody here has any experience with handling Excel
Workspace Save.
Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot save workspace Erin Leva[_2_] Excel Discussion (Misc queries) 0 June 16th 09 07:52 PM
Trouble with 'save as' or making changes vegasboy702 Excel Discussion (Misc queries) 0 November 29th 06 10:00 PM
save as xlw (workspace format) Brian Excel Discussion (Misc queries) 2 July 20th 06 08:20 PM
Workspace & Links referenced when workspace opened. LTB @ Miami, OK Excel Worksheet Functions 2 March 7th 06 10:28 PM
Application.save gives a workspace file? Brad Patterson Excel Programming 1 July 22nd 03 02:56 AM


All times are GMT +1. The time now is 10:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright İ2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"