View Single Post
 
Old 01-12-2012, 02:54 AM
shreked shreked is offline Windows Vista Office 2007
Novice
 
Join Date: Jan 2012
Posts: 10
shreked is on a distinguished road
Default

Thats brill. One other little thing. How do I run a 2nd macro automatically once this ones run.

Private Sub Document_Open()
Dim StrFold As String
With Application
MsgBox "Please choose the template that applies"
StrFold = .Options.DefaultFilePath(wdDocumentsPath)
With .Dialogs(wdDialogFileOpen)
.Name = "\\cr-na2\users\glennm\test \"
.Show
End With

.ChangeFileOpenDirectory StrFold
End Sub
Reply With Quote