Restricting or Disabling Web Page Preview

  • Thread starter Thread starter alexaed
  • Start date Start date
A

alexaed

Hello All,
I'm trying to restrict th use of the Web Page Preview command under
the File menu. I can get the Print command restricted but the Web Page
Preview command I can't seem to tackle. Any ideas?

Thanks a million!

Ed
 
Assuming you're looking for macro code:

CommandBars("File").Controls("Web page preview").Enabled = False

--
Jim
| Hello All,
| I'm trying to restrict th use of the Web Page Preview command under
| the File menu. I can get the Print command restricted but the Web Page
| Preview command I can't seem to tackle. Any ideas?
|
| Thanks a million!
|
| Ed
|
 
Back
Top