I need to pick a file (including the path), I have:
Sub pickOne()
s = Application.GetOpenFilename
MsgBox (s)
End Sub
to select a file. If I select a .xls file, I see the full path and file name:
C:\Temp\x.xls
If I select an internet shortcut, I see:
http://www.cnn.com
What I need is:
C:\Temp\x.url
the full path and filename
Can I get GetOpenFileName to give me the full path and filename, or should I
be using something else?
--
Gary''s Student - gsnu200781