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.
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.