dstevens
05-31-2004, 12:28 PM
Hi,
I'm having a problem finding a way to customize the MSOffice Shortcut Bar or some might say toolbar, with VBS or VB.Net code. I believe the key would be to create an application object as in, i.e., CreateObject("Excel.Application"), however, CreateObject("MSOffice.Application") does not work. I've tried many other variations with no luck. A script would of course eliminate the tedious custom shortcut bar setup for every PC in a rollout. (Deleting and Adding various buttons and selecting the option, “Auto Fit into Title Bar area”) There doesn't seem to be anything on the internet on the customizing of the shortcut bar programmatically. Has anyone a solution or any ideas? Is this even possible? This has me completely stumped. :confused:
Thank you for any help!! :)
I'm having a problem finding a way to customize the MSOffice Shortcut Bar or some might say toolbar, with VBS or VB.Net code. I believe the key would be to create an application object as in, i.e., CreateObject("Excel.Application"), however, CreateObject("MSOffice.Application") does not work. I've tried many other variations with no luck. A script would of course eliminate the tedious custom shortcut bar setup for every PC in a rollout. (Deleting and Adding various buttons and selecting the option, “Auto Fit into Title Bar area”) There doesn't seem to be anything on the internet on the customizing of the shortcut bar programmatically. Has anyone a solution or any ideas? Is this even possible? This has me completely stumped. :confused:
Thank you for any help!! :)