J
JayM
I currently have a macro which inserts a selected file from a directory.
Sub GeneralUsertextClauses()
With Dialogs(wdDialogInsertFile)
.name = varUSERTEXT
.Show
End With
End Sub
How can I ensure that the selected file isn't an attachment when used with
Outlook?
JayM
Sub GeneralUsertextClauses()
With Dialogs(wdDialogInsertFile)
.name = varUSERTEXT
.Show
End With
End Sub
How can I ensure that the selected file isn't an attachment when used with
Outlook?
JayM