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 / August 2006

Tip: Looking for answers? Try searching our database.

Need Macro to Save File Copy and Rename it to Test Form Field Data

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Johnny - 22 Aug 2006 19:23 GMT
I would like to create a Macro to save a copy of my document to a specified
location on my hard drive with a document name that includes the date and
data that is entered in two of the text form fields, if possible.
Jezebel - 22 Aug 2006 21:28 GMT
With ActiveDocument
   .SaveAs FileName:="C:\[path]\" & .FormFields(1).Result &
.FormFields(2).Result
End With

>I would like to create a Macro to save a copy of my document to a specified
> location on my hard drive with a document name that includes the date and
> data that is entered in two of the text form fields, if possible.
 
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.