H
Hollomey
Does somebody know how I can find out from an AddIn program that the active
project changed?
How do I get this event?
Thanks
Florian
project changed?
How do I get this event?
Thanks
Florian
Rod Gill said:Hi,
No need for an event. Use:
ActiveProject.Name If you store the original name in a string, it's easy to
check when you need to.
Hollomey said:Does somebody know how I can find out from an AddIn program that the
active project changed?
How do I get this event?
Thanks
Florian