E
eric
Adobe Acrobat obnoxiously loads a toolbar and menu item
into all Office Applications when they start. I would
like to get rid of the toolbar but keep the menu items and
can't figure out how to do this. I recorded a macro that
uses the 'CommandBars("PDFMaker 6.0").Visible = False'
property which is activated when I press a particular
keyboard combination. I would like this to run
automatically when Word gets the focus however (if I close
the toolbar using this combination, switch to another
application or document, and then switch back to the
original document the toolbar re-appears).
I guess what I need to do is trap for word getting the
focus and then setting the commandbar's visible property
to false. I am wondering how to do this and will post any
code that works at the Adobe site since MANY people are
complaining about the toolbar 'feature'.
Thanks.
into all Office Applications when they start. I would
like to get rid of the toolbar but keep the menu items and
can't figure out how to do this. I recorded a macro that
uses the 'CommandBars("PDFMaker 6.0").Visible = False'
property which is activated when I press a particular
keyboard combination. I would like this to run
automatically when Word gets the focus however (if I close
the toolbar using this combination, switch to another
application or document, and then switch back to the
original document the toolbar re-appears).
I guess what I need to do is trap for word getting the
focus and then setting the commandbar's visible property
to false. I am wondering how to do this and will post any
code that works at the Adobe site since MANY people are
complaining about the toolbar 'feature'.
Thanks.