I've been struggling with this for two days!
In Excel 2002, using VBA, how can I determine which office assistant the user has active?
I know how to select an office assistant, I just can't figure out to find out which one is active. I'm doing some animations and I want to do different animations with different assistants. And, if the user has the default assistant active ("clippit.acs") then I want to change that when the workbook opens. I realize these are application events and that I would have to use the eventsclass module and the workbook module to make changes.
Thanks,
Ed.