How do I change the ToolTips on a custom ToolbarButton?
The tool tip is really the name property of a toolbar button. The ToolbarButton collection in Excel is only referenced by number. You need to count the buttons on your toolbar to figure out the number of the one you want to change. Note that the spaces between the buttons count also. Here’s the quick and dirty way to make it happen.