Disable Office Menu events Word 2007 in VBA

Joined
Mar 1, 2012
Messages
1
Reaction score
0
Hi!

I have Office 2007 on Windows XP SP3.

I'm trying to disable events like FileSaveAsWord97_2003 and FileSaveAsPdfOrXps.

I Can intercept those with the right name like FileSaveAs, FileSaveWordDocx, etc.

But I can't do it with FileSaveAsWord97_2003 and FileSaveAsPdfOrXps and others.

Since the ID is 14411 for FileSaveAsWord97_2003, is it possible with VBA to adress this control to put its property Visible at False?

Or to use the registry handle to write the right value but in that case what are the values.

Thanks a lot for your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top