Is it possible to override the file save and open dialogs
in Word from VBA?

Override file dialog by Denise

Denise
Fri Aug 15 14:35:05 CDT 2003

Yes, but what exactly are you trying to accomplish?


>-----Original Message-----
>Is it possible to override the file save and open dialogs
>in Word from VBA?
>.
>

Override file dialog by Jeff

Jeff
Tue Aug 26 12:33:58 CDT 2003

I would like to have a custom save routine that provides
an alternate location for opening or saving a file. For
example, lets say I have a WebService that acts as a file
server and I would like Word to be able to access the web
service.

So, how do I override the open and save dialogs to
implement my own version?

Re: Override file dialog by Jay

Jay
Tue Aug 26 14:35:32 CDT 2003

Hi, Jeff,

See http://www.mvps.org/word/FAQs/MacrosVBA/InterceptSavePrint.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://www.mvps.org/word

Jeff wrote:
> I would like to have a custom save routine that provides
> an alternate location for opening or saving a file. For
> example, lets say I have a WebService that acts as a file
> server and I would like Word to be able to access the web
> service.
>
> So, how do I override the open and save dialogs to
> implement my own version?



Re: Override file dialog by Jeffrey

Jeffrey
Thu Sep 04 19:36:29 CDT 2003

I did this with a userform once, I think I downloaded it from one of the
links at the MVP site. I also found a way to set the default save path and
automatically suggest the file name from text in the header of the document.
If any of this would be useful, I can certainly give it to you. Let me know.

J.

--
"Being a student of life leaves little room for ego."

-Anonymous
"Jeff" <jeffwalsh@hotmail.com> wrote in message
news:033701c36287$f0791540$a101280a@phx.gbl...
> Is it possible to override the file save and open dialogs
> in Word from VBA?