Thanks for any help
Alan
Code:
Private Sub CommandButton1_Click()
With Dialogs(wdDialogFileOpen)
.Name = "*.txt"
.Show
End With
'Edit the additional text to go at the START
Private Sub CommandButton1_Click()
With Dialogs(wdDialogFileOpen)
.Name = "*.txt"
.Show
End With
'Edit the additional text to go at the START
Leave a comment: