VBA to change excel caption picture

I

ironmouse

In VBA I am using
Application.Caption = "" and
ActiveWindow.Caption = ""
to change the text in the Excel Window header. However, what do I nee
to use to change the Excel icon picture to my own?
Is it possible?
Tnx, ironmouse
 
Top