DrGreg1408
Technical User
Does anyone know how to tell in VBA which button of a custom toolbar has been activated? Is there such a thing as a ActionSource property that provides the caption or index or some other identifier so I can know in VBA which button was clicked? I'm trying to set up one subroutine that will use a Select Case structure to ascertain which button was clicked and then act accordingly.
Thanks
Thanks