K
Kevin R
I have a macro that opens the Insert File dialog box to a default location
but I need to determine what the path or location is if the user changes the
"Look In" from the default and then determine what the selected file name is
so that it basically gives a prompt similar to "Are you sure you want to
insert " & sFileName & " and then delete it from " & sPath & "."
With Dialogs(wdDialogInsertFile)
.Name = "S:\Inserts"
End With
but I need to determine what the path or location is if the user changes the
"Look In" from the default and then determine what the selected file name is
so that it basically gives a prompt similar to "Are you sure you want to
insert " & sFileName & " and then delete it from " & sPath & "."
With Dialogs(wdDialogInsertFile)
.Name = "S:\Inserts"
End With