Hi,

I need to embed a company logo in my MS Project file in order to use it for exports into Word and PowerPoint.
The possible solution I came up with is to store the image as an object in the notice of a ressource.
Unfortunately I do not know how to access the image during runtime, convert the object into an image and insert it into another office product.
I can access
Application.ActiveProject.Resources.Item(1).Notes
but they are of type string and contain only an empty space.
Does anybody know how to extract the image object from a resources's note or an alternative way of storing an image in a Project file?

Thanks ya all!

Tobias