Can someone tell me how to track "rename sheet" event in Excel ? Is there any event gets called when we rename some sheet in Excel ? I couldn't find any ..please help
Gaurav1710
Posts
-
How to track rename sheet event in Excel ? -
How to Track the event in Excel for cell insert/delete in C++ or VC++ for ?these are very big sheets ..like one cell can contain 3K of data ..then you can assume the size of data we are passing to server ..so need this optimization ...and Its safe one
-
How to Track the event in Excel for cell insert/delete in C++ or VC++ for ?OK ..we have achived this in most of the events ..only this is missing ...anyways ..so according to u for this changes in sheet we need to send complete image of shet to server ? is that so ?
-
How to Track the event in Excel for cell insert/delete in C++ or VC++ for ?yes ..we need to track these changes for better optimization..If suppose somebody ass /deletes single /multiple cells in sheet then as described other cells will get shift to newer positions ..so we nned to update these changes to some server ...to be in sync with sheets ..but we dont want to send whole data from sheet again to server ..we just want to send latest updated cell ..so we need this event to track this cells...
-
How to Track the event in Excel for cell insert/delete in C++ or VC++ for ?Please can someone tell me how to track single/multiple cell insert/delete event in Excel. I have done with most of the events but fighting for this ? please suggest ..... We can add cells through context menu option (Right click) and Menu option ...but what are the events in C++ to catch this ...