If you want to intercept the FileProperties menu command, the only reliable way to do it is to use:
Sub FileProperties()
'your code here
WordBasic.FileProperties
End Sub
In fact, if you let Word create the code for you, using the method described here, the above code will be created.
No comments:
Post a Comment