Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select File names and select a location of file | Excel Programming | |||
working on a selected file via GetOpenFilename | Excel Programming | |||
Using FileDialog or GetOpenFileName To Allow File Creation | Excel Programming | |||
Select file after GetOpenFilename | Excel Programming | |||
Prompt user to select file with default file selected dialog | Excel Programming |