Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / October 2005

Tip: Looking for answers? Try searching our database.

Changing default in (wdDialogFileSaveAs).Show

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Santa Claus - 06 Oct 2005 05:19 GMT
Hi,

I want to show the save-as dialog box so the user can choose which folder to
save a document in (at the end of a procedure). I'm using
Application.Dialogs(wdDialogFileSaveAs).Show, but want to change the default
file name to a variable.

I've tried changing
ActiveDocument.BuiltInDocumentProperties(wdPropertyTitle), but that doesn't
seem to make a difference. Does anyone know how to change this?

Thanks Santa
Santa Claus - 06 Oct 2005 07:12 GMT
Hi, answered my own question....

With Dialogs(wdDialogFileSaveAs)
   .Name = "I:\4. PFS INTRANET\10. Statement of Advice\" & Newname
   .Show
End With

> Hi,
>
[quoted text clipped - 8 lines]
>
> Thanks Santa
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.