B
Bobby
I've been trying to save a ducument from a macro as follows
Private Sub CommandButton1_Click()
With Dialogs(wdDialogFileSaveAs)
.Name = Format(Date, "dd mmm yyyy") & (" t-l information and
handover050411.doc")
.Show
End With
End Sub
problem is that we access the original file from a short cut and when the
file is backed up it obviously puts the date at the front and changes the
name. problem is the shortcut we use then takes us back to the unsaved
document of the original name. Can anyone help please?
Private Sub CommandButton1_Click()
With Dialogs(wdDialogFileSaveAs)
.Name = Format(Date, "dd mmm yyyy") & (" t-l information and
handover050411.doc")
.Show
End With
End Sub
problem is that we access the original file from a short cut and when the
file is backed up it obviously puts the date at the front and changes the
name. problem is the shortcut we use then takes us back to the unsaved
document of the original name. Can anyone help please?