Is there a way in VB to save an open document in word so another program (called by the vb macro) can access it? I've tried saving the document twice in a row with different filenames like this:

ActiveDocument.SaveAs filename:="c:\temp\blah.doc"
ActiveDocument.SaveAs filename:="c:\temp\abcdef.doc"



But I still cannot access blah.doc. Any ideas why this is happening and how to get around it?

Thanks,

Karl Monaghan