B
Bill Devel
From my own application (Visual Basic) I need to show Word Documents that can
only be read on screen to a variety of users with different Word versions. No
options to save or print.
I do this from VBA by hiding menus and toolbars in Word 2000 and Word 2003.
But it doesn't work with Word 2007 because the following commands are ignored:
CommandBars("Ribbon").Visible = False
CommandBars("Ribbon").Enabled = False
I know VSTO has objects to access the ribbon, but I can't use VSTO objects
from my application.
Any suggetions?
Thank you very much.
Bill
only be read on screen to a variety of users with different Word versions. No
options to save or print.
I do this from VBA by hiding menus and toolbars in Word 2000 and Word 2003.
But it doesn't work with Word 2007 because the following commands are ignored:
CommandBars("Ribbon").Visible = False
CommandBars("Ribbon").Enabled = False
I know VSTO has objects to access the ribbon, but I can't use VSTO objects
from my application.
Any suggetions?
Thank you very much.
Bill