P
plh
Office 2003:
We have a system whereby sales engineers create spec. sheet by filling out the
left frame in a read-only two-frame document (the right frame containing
instructions) then using RightClick/Save Frame As to save the resulting spec.
sheet under a new name. What we would like to do is have the Save As dialog
window, instead of showing the same folder where the original document resides
and the suggested name "Document1.doc", default to a folder and suggested file
name predetermined by information contained in fields on the frame. My guess is
that this can be done through a custom .dot, but I would greatly appreciate some
help getting started. I am new to VBA in Word but have extensive experience with
it in Excel and Access. I have looked at the SaveAs Method and DefaultSaveFormat
Property in help but my questions are:
1) How to change the default folder. I see the part about the file name (SaveAs
Method). Can I use a drive\path\name in that parameter such as
"I:\Shared\Marketing\Smith\COPs\23456Specs.doc"
2) How to make this happen in response to RightClick/Save Frame As.
Thank You,
plh
We have a system whereby sales engineers create spec. sheet by filling out the
left frame in a read-only two-frame document (the right frame containing
instructions) then using RightClick/Save Frame As to save the resulting spec.
sheet under a new name. What we would like to do is have the Save As dialog
window, instead of showing the same folder where the original document resides
and the suggested name "Document1.doc", default to a folder and suggested file
name predetermined by information contained in fields on the frame. My guess is
that this can be done through a custom .dot, but I would greatly appreciate some
help getting started. I am new to VBA in Word but have extensive experience with
it in Excel and Access. I have looked at the SaveAs Method and DefaultSaveFormat
Property in help but my questions are:
1) How to change the default folder. I see the part about the file name (SaveAs
Method). Can I use a drive\path\name in that parameter such as
"I:\Shared\Marketing\Smith\COPs\23456Specs.doc"
2) How to make this happen in response to RightClick/Save Frame As.
Thank You,
plh