View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Activate ribbon tab via VBA

As far as I know, it is not possible to activate a ribbon tab using VBA.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"DRA" wrote in message
...
I added a general usage tab to the ribbon (replaced 2 commandbars from
XL2000). For some workbooks, I also add a unique tab to the ribbon for
its
macros. I want to activate my general usage tab when I close the
workbooks.
Is this possible? How?
--
Thanks,
Don