exiting the windows fax-wizard prematurely

W

wv01

hallo,

is it anyway possible to detect with VBA-code when a user exits prematurely
the
windows fax-wizard with 'Cancel' ?

mvg....
 
G

Graham Mayor

You'll need to explain more about what you are trying to do. The fax wizard
is simply a template written in vba which you can modify to your own
requirements if you open it in Word. If you cancel it, it cancels?

If you are creating your own fax routine there is no need to use the wizard
at all - see http://www.gmayor.com/fax_from_word.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
W

wv01

thank you for answering

The automatic program flow of my project is totaly different when canceling,

I simply dont't know how to control the wizard with vba.

mvg ....
 
G

Graham Mayor

You can't 'control the wizard' with vba. The wizard is simply a template
like any other. Copy it to the Word startup folder and change the extension
from wiz to dot and it will load with Word and give your documents access to
the macros it contains. If you want to edit those macros to fit in with your
project, open the template in Word and edit the code to make it do what you
want it to do, or as I suggested previously, avoid the wizard altogether and
simply print your document to the fax driver - for which you will find
suggested code in the linked page I posted earlier.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top