D
Donhuff
I actually have 2 questions:
1. I want to run a MACRO that opens a "save as" window so I can browse to a
location and enter a file name (similar to get saveas in Excel VBA). How do
I do that?
2. I have MACROs that open different word files, but remain on the current
word document. How do I get the MACRO to display the opened file?
sample MACRO is:
ChangeFileOpenDirectory
"C:\users\dhuffaker\Documents\xmydata\CorpExam\Corp\"
Documents.Open FileName:="DOR.doc", ConfirmConversions:=False,
ReadOnly:= _
False, AddToRecentFiles:=False, PasswordDocument:="",
PasswordTemplate:= _
"", Revert:=False, WritePasswordDocument:="",
WritePasswordTemplate:="", _
Format:=wdOpenFormatAuto, XMLTransform:=""
1. I want to run a MACRO that opens a "save as" window so I can browse to a
location and enter a file name (similar to get saveas in Excel VBA). How do
I do that?
2. I have MACROs that open different word files, but remain on the current
word document. How do I get the MACRO to display the opened file?
sample MACRO is:
ChangeFileOpenDirectory
"C:\users\dhuffaker\Documents\xmydata\CorpExam\Corp\"
Documents.Open FileName:="DOR.doc", ConfirmConversions:=False,
ReadOnly:= _
False, AddToRecentFiles:=False, PasswordDocument:="",
PasswordTemplate:= _
"", Revert:=False, WritePasswordDocument:="",
WritePasswordTemplate:="", _
Format:=wdOpenFormatAuto, XMLTransform:=""