|
-
January 20th, 2000, 10:38 AM
#1
Saving a document in a temporary file
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|