P
Paul
Hi, using XL 2000
A simple task but struggling over a solution:
The following reports the file path AND name..
FileToOpen = Application.GetOpenFilename _
("All Files (*.*), *.*")
If FileToOpen <> False then
MsgBox "Open " * FileToOpen
End if
I just need the filename.
Any ideas?
Thanks, Paul
A simple task but struggling over a solution:
The following reports the file path AND name..
FileToOpen = Application.GetOpenFilename _
("All Files (*.*), *.*")
If FileToOpen <> False then
MsgBox "Open " * FileToOpen
End if
I just need the filename.
Any ideas?
Thanks, Paul