How do I install a control on a Word toolbar?

  • Thread starter ClearSpecs Dave
  • Start date
C

ClearSpecs Dave

Please provide or direct me to the instructions for this in VB or VBA. Thanks
 
J

Jonathan West

ClearSpecs Dave said:
Please provide or direct me to the instructions for this in VB or VBA.
Thanks

Use the Add method for the Controls collection of the CommandBar object.
Look it up in Help for details
and code examples.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
Top