In Excel VBA I can use
application.Caption = "mytitle"
to change the title of the Excel session. I want to be able to go one step further and actually change the Excel icon to an icon of my own choosing. Can this be done? Please help.
In Excel VBA I can use
application.Caption = "mytitle"
to change the title of the Excel session. I want to be able to go one step further and actually change the Excel icon to an icon of my own choosing. Can this be done? Please help.
You sure can, done it a few times myself. Here is a link to show you how
http://www.vbaexpress.com/kb/getarticle.php?kb_id=457
Enjoy