Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
I have created windows application, that creates Word And Excel files runtime using COM object.Then I handled 'DocumentbeforeClose' and 'Workbookbeforeclose' event
of word and excel resp.On these events i save the corresponding document to database.
after that I open all word and excel files, using COM object.
But When i closed these files the closing event does not call properly. that means it is called for one file and the same time it is not called for another file.
Why it happens..
If anyone has solution pls help me
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900