Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code:
Dim fd As FileDialog Dim strDir As String strDir = "\\my network path\" Set fd = Application.FileDialog(msoFileDialogOpen) fd.Show fd.InitialFileName = strDir When I click on the button that calls the code it opens the default file location. If I click it again it will go to the designated directory. What am I doing wrong? Thanks LeAnn |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FileDialog | Excel Programming | |||
FileDialog Box Question | Excel Programming | |||
using a filedialog box from a dll | Excel Programming | |||
filedialog | Excel Worksheet Functions |