.saveas with a variable
Hello board,
I've got a simple saveas routine, but when I use a variable for the file name, the save doesnt actually happen. When I hard code the string, it works. What gives?
My code:
TempEmailName = TempEmailName & tempfile & objItem.Size & ".msg"
objItem.SaveAs TempEmailName
//TempEmailName = "S\CloseDocumentsCares\Email\34902-\FW yesa Air--sfdfeht to Lidfdfdtstone ATTACH POCS ONCE TRADE IS OPENED 349-0-23081164.msg"
|