Thanks, Graham.
The key to my question is that I'm trying to use a VBA macro to create the header (and footer) from information entered by the user in pre-defined cells in the worksheet. So essentially, if I use the following line in my macro:
wsheet.PageSetup.LeftHeader = "&G"
how do I specify the image that "&G" refers to? Do I need to enter the name/location of the image after the "&G" and, if so, what is the syntax I need to use? If not, what is the process?
Ideally, I'd like to be able to specify an image that exists inside the spreadsheet, rather than having to choose it from a folder, but I realize this might not be possible, so I'm just hoping to find out what it is possible to do....
Thanks again for your help!
Regards,
Hugh John