Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I select a specified file (as if clicked by the mouse) after opening
the file Open dialog with GetOpenFilename? I don't want to use the specified file name as a filter, because I want to show all the files in the folder. Thanks for any assistance. RBS |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is the best I can do so far:
SendKeys strFile, False varDialogResult = _ Application.GetOpenFilename(Title:="Press TAB to filter out the file: " & strFile) RBS "RB Smissaert" wrote in message ... How do I select a specified file (as if clicked by the mouse) after opening the file Open dialog with GetOpenFilename? I don't want to use the specified file name as a filter, because I want to show all the files in the folder. Thanks for any assistance. RBS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
GetOpenFilename | Excel Programming | |||
open file dialog-select file-import worksheet | Excel Programming | |||
Prompt user to select file with default file selected dialog | Excel Programming | |||
Prompt user to select file with default file selected dialog | Excel Programming | |||
Prompt user to select file with default file selected dialog | Excel Programming |