Thread: a doubt
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default a doubt

hi
you can't save just a worksheet. you have to save the whole workbook.
thisworkbook has a before save event that you might be able to use to prompt
the user.

regards
FSt1

"NA_AB" wrote:

I want to do something after a certain worksheet in excel is saved. Am
developing an automation addin to excel using c#, how can i
programmatically find out when a worksheet is saved? And, perform some
event(like, prompting the user: "you saved workbook.sheet* saved." when a
worksheet is saved?