R
Ram Prakash Singh
Hi,
When we click on File | Open in Word, we get a file open
dialog. Then we select a file in the FileOpen dialog and
click on Open button.
I want a hook (add-in) which works after the file is
selected and open button is clicked. I want to know the
which file has been selected for opening, check some
properties and proceed based on the properties.
I tried doing this by overriding DocumentOpen function.
But this function is getting called after the file has
been opened in word. I want to catch even before the file
is opened in word.
Any help in this regard will be highly appreciated.
Thanks and Regards,
RPSingh
When we click on File | Open in Word, we get a file open
dialog. Then we select a file in the FileOpen dialog and
click on Open button.
I want a hook (add-in) which works after the file is
selected and open button is clicked. I want to know the
which file has been selected for opening, check some
properties and proceed based on the properties.
I tried doing this by overriding DocumentOpen function.
But this function is getting called after the file has
been opened in word. I want to catch even before the file
is opened in word.
Any help in this regard will be highly appreciated.
Thanks and Regards,
RPSingh