Hi, I needed to edit the document before editing, so using some common sense and info in here I ended up using this:
Code:
Sub FileSave()
'
Dim strNewPath As String
strNewPath = "" ' Set save location
ChangeFileOpenDirectory strNewPath
ActiveDocument.Save
End Sub
Which is EXACTLY what I wanted, thanks alot Charles.
Just now trying to make a macro to open the 10 documents on the click of a 'command button' in another document. Any ideas macrowise/creating a command button?
Thanks,
Ryan