S
Simon Tonkin
In Excel I used the following to get the user to browse for a filename (full path)
stfilename = Application.GetOpenFilename _
("Excel Files (*.xls),", 2, "Select File to Paste Path", , False)
In word is there a way to do the same thing? That is get the user to browse for a file and then select it so I can attached that file to an email?
Simon.
stfilename = Application.GetOpenFilename _
("Excel Files (*.xls),", 2, "Select File to Paste Path", , False)
In word is there a way to do the same thing? That is get the user to browse for a file and then select it so I can attached that file to an email?
Simon.