M
MAB
I want to make a custom toolbar (including custom code for the buttons) that
is permanently loaded in all Office applications. I have VB6 and VBA
development tools. Do I need to create an Add-in to do this?
The button macros/app will have to somehow know which Office application
it's running in, in order to utilize the correct object model. In other
words, I want to make my portions of my code generic enough to work
regardless of the Office application it's running in.
is permanently loaded in all Office applications. I have VB6 and VBA
development tools. Do I need to create an Add-in to do this?
The button macros/app will have to somehow know which Office application
it's running in, in order to utilize the correct object model. In other
words, I want to make my portions of my code generic enough to work
regardless of the Office application it's running in.