M
Martin
Hi,
I've got the following macro:
Sub DocSave()
Dim dlgSaveAs As Object
Dim ePath As String
ChangeFileOpenDirectory "C:\Data\Email\"
Set dlgSaveAs = Dialogs(wdDialogFileSaveAs)
dlgSaveAs.Show
End Sub
which just opens the save as dialog box but defaults to the folder specified
in ChangeFileOpenDirectory
This works fine in Word directly but if I open a Word attachment from
Outlook and run I get either the Outlook temp files folder (Outlook 2003,
Word 2003) or the original Default save as folder (eg. my docs) (Word 2k7 /
OL2k7)
Am I missing something??
Any ideas would be much appreciated.
martin
I've got the following macro:
Sub DocSave()
Dim dlgSaveAs As Object
Dim ePath As String
ChangeFileOpenDirectory "C:\Data\Email\"
Set dlgSaveAs = Dialogs(wdDialogFileSaveAs)
dlgSaveAs.Show
End Sub
which just opens the save as dialog box but defaults to the folder specified
in ChangeFileOpenDirectory
This works fine in Word directly but if I open a Word attachment from
Outlook and run I get either the Outlook temp files folder (Outlook 2003,
Word 2003) or the original Default save as folder (eg. my docs) (Word 2k7 /
OL2k7)
Am I missing something??
Any ideas would be much appreciated.
martin