|
-
Jan 5th, 2006, 04:02 AM
#1
Thread Starter
Addicted Member
How to make automatic save in Words & Excell pls?
Dear Experts,
I am creating template documents using words and excel...What I am trying to do is, when users have finished filled out the form template when they click on "Save" it will automatically save current file into desired location folder such as "C:\MyDocuments\Invoice\" and disable asking where users want to put the file as default....such as "asking where to put the file with enabling browser location to save"....
Anyone could help me please...
Thanks a lot,
Jennifer
-
Jan 5th, 2006, 09:12 AM
#2
Re: How to make automatic save in Words & Excell pls?
What about a file name? Is it always going to be named the same thing, which would be something you have hardcoded, and thus, always overlaying what was there previously?
-
Jan 5th, 2006, 09:26 AM
#3
Thread Starter
Addicted Member
Re: How to make automatic save in Words & Excell pls?
Usually...at the first time, when user press "Save"...it ask to users where they would like to save the file (as a pop up/dialog windows)...what I would like to try is, rather than showing a dialog window at the first time of saving, it will automatically save to appointed location...
-
Jan 5th, 2006, 09:59 AM
#4
Re: How to make automatic save in Words & Excell pls?
 Originally Posted by zach007
Usually...at the first time, when user press "Save"...it ask to users where they would like to save the file (as a pop up/dialog windows)...what I would like to try is, rather than showing a dialog window at the first time of saving, it will automatically save to appointed location...
Ok. Does VBA have an Inputbox? Is so, you can pop that up and ask them what name they want to use for the file. Once that have put that in, you can append your default path to it, and to a SaveAs:
-
Jan 5th, 2006, 07:44 PM
#5
Thread Starter
Addicted Member
Re: How to make automatic save in Words & Excell pls?
Hi,
Thanks for your reply...Do you know the codes please..???..Is it possible if you show me the code please so I can learn from it..???
Thanks a lot for your kind helps..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|