T
Terye N
Hi,
With a lot of help from this and other usergroup archives, I have created a
userform where individuals will fill in information for complaints. I can
get it to fill in the document but I want the created document to be sent to
me via email, with no possibility to save or print.
I have tried the following code:
activedocument.hasroutingslip = true
with activedocument.routingslip
.subject "this is a test"
..add recipient "email address here"
.delivery = wdallatonce
end with
When I test this, it gives a an error message that it has "disconnedted from
its host."
Any suggestions? I am running Word 2003 and Groupwise.
Thank you!
With a lot of help from this and other usergroup archives, I have created a
userform where individuals will fill in information for complaints. I can
get it to fill in the document but I want the created document to be sent to
me via email, with no possibility to save or print.
I have tried the following code:
activedocument.hasroutingslip = true
with activedocument.routingslip
.subject "this is a test"
..add recipient "email address here"
.delivery = wdallatonce
end with
When I test this, it gives a an error message that it has "disconnedted from
its host."
Any suggestions? I am running Word 2003 and Groupwise.
Thank you!