Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, I hope someone can help me with this.
I am using VBA in Excel XP with Windows 2000. I am using a buit-in FILE DIALOG to prompt a user to "Save As", see my code below: Set oFD = Application.FileDialog(msoFileDialogSaveAs) With oFD .AllowMultiSelect = False .InitialView = msoFileDialogViewDetails .InitialFileName = myFileName .Title = "SAVE THIS TIME SHEET!" If .Show = -1 Then .Execute End With Set oFD = Nothing This works great, however, I want a particular default path to be displayed everytime this dialog loads. Is there an argument I'm missing? Your example code would be most appreciated. Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yo! Sorry all, I just figured it out...hope this didn't
inconvenience... -----Original Message----- Hello, I hope someone can help me with this. I am using VBA in Excel XP with Windows 2000. I am using a buit-in FILE DIALOG to prompt a user to "Save As", see my code below: Set oFD = Application.FileDialog(msoFileDialogSaveAs) With oFD .AllowMultiSelect = False .InitialView = msoFileDialogViewDetails .InitialFileName = myFileName .Title = "SAVE THIS TIME SHEET!" If .Show = -1 Then .Execute End With Set oFD = Nothing This works great, however, I want a particular default path to be displayed everytime this dialog loads. Is there an argument I'm missing? Your example code would be most appreciated. Thanks in advance. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A question about Excel 2003 Dialog Boxes | New Users to Excel | |||
Challenging question: add TIME TREND in Excel with built-in functi | Excel Discussion (Misc queries) | |||
Built-in Dialog Box Argument Button | Excel Discussion (Misc queries) | |||
Template with built-in help file | Excel Discussion (Misc queries) | |||
File in use Dialog box | Excel Discussion (Misc queries) |