Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub Button104_Click()
Application.DefaultFilePath = "\\Server\server\Reports" Application.GetOpenFilename ("PDF Reports (*.pdf), *.pdf") End Sub I am using the code above to try to always open the folder Reports on a server. However if i select another folder, next time the code is run the previously selected folder is opened. How can i code this to ALWAYS open the specified folder ONLY ? Corey.... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I specific a folder with wildcard criteria and excel will import all the correct files in that folder? | Excel Discussion (Misc queries) | |||
how can I specific a folder with wildcard criteria and excel will import all the correct files in that folder? | Excel Programming | |||
GetOpenFilename Folder specfication | Excel Programming | |||
GetOpenFilename - Default Folder | Excel Programming | |||
specifing default folder with GetOpenFilename | Excel Programming |