Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ive tried to filter this msoFileDialogOpen to only allow excel files to be
selected but cant get it to work. Any help ? Set FD = Application.FileDialog(msoFileDialogOpen) With Application.FileDialog(msoFileDialogOpen) .AllowMultiSelect = False .InitialFileName = "C:\" .Title = "(Open excel file)" If .Show = True Then .Execute Else Exit Sub End If End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filter PivotTable dropdown items to match report filter | Excel Discussion (Misc queries) | |||
Application.FileDialog(msoFileDialogOpen) and error 75 | Excel Programming | |||
Application.FileDialog(msoFileDialogOpen) | Excel Programming | |||
FileDialog(msoFileDialogOpen) | Excel Programming | |||
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du | Excel Worksheet Functions |