Evening Gentlemen,

I have a batch process program that I am creating, and I have hit a wall. I have a string that I created from a listbox and I need to rename it so the file will save as "samename" but with a .doc extension.

'Here is the string with filename
List2.list(cnr)

newname = (List2.List(cnr)_______.doc

Set swApp = Model.SaveAs2(newname, 0, True, True)

Any help would be greatly appreciated

Mike