Save As... / Save as Web Page... how to differentiate?

  • Thread starter Thread starter Jörgen Ahrens
  • Start date Start date
J

Jörgen Ahrens

Hi All

I hook myselfe onto the save event (interop) and i would like to
differentiate the event Save As... and the event Save as Web Page...

is there a way to see what button the user clicked out of the Worbook
Object?

thanks for your help

jahrens
 
Hi

Based on my research, it is hard to do that.
The Excel Object Modal did not expose such interface for us to detect that.
Although Save As... and Save as Web Pag are two different menu button, but
they are buildinly firing the same event.
WorkBook_BeforeSave event

But the event parameter did not expose any information about the save type.
Because as the event named, it is before save.

If you still have any concern, please feel free to post here.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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

Back
Top