I have a jpg picture from the internet that I'm trying to save with VBA, using a file name that is in a cell. I'm using Excel 2003. I have:
Set hpic = ie.Document.getElementsByTagName("IMG")
hpic.Application.SaveAsFilename = "C:\pictures\" & a$
Set hpic - grabs the picture from my browser
a$...