Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
crazymfr crazymfr is offline
external usenet poster
 
Posts: 9
Default Create "send to mail recipient as attachment" button inside word d

I want to create a clickable button that sends an open Word document to mail
recipient as attachment and specify the subject and email address for the
email.

1. Can this be done?
2. Can this be done without a macro?

I basically want the function of the send to mail recipient as attachment
function with the customizability of a hyperlink.

Can anyone help me? Thank you.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Bear[_2_] Bear[_2_] is offline
external usenet poster
 
Posts: 314
Default Create "send to mail recipient as attachment" button inside word d

Doesn't File Send To Mail Recipient (as attachment) do what you want?

Bear

--
Windows XP, Word 2000



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
crazymfr crazymfr is offline
external usenet poster
 
Posts: 9
Default Create "send to mail recipient as attachment" button inside wo

It attaches the file, but I want a clickable button inside the document
itself that is set up to a specific email address and subject line when it
imports to the email client.

"Bear" wrote:

Doesn't File Send To Mail Recipient (as attachment) do what you want?

Bear

--
Windows XP, Word 2000



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Bear[_2_] Bear[_2_] is offline
external usenet poster
 
Posts: 314
Default Create "send to mail recipient as attachment" button inside wo

Do you want a button in a Word document that attaches that document to an
e-mail message and sends it to the same recipient each time? I can tell you
how to do that (if you have a half-hour). But I don't know of any way to make
Word functionality operate when the document is an attachment to an e-mail
message.

Bear


--
Windows XP, Word 2000


"crazymfr" wrote:

It attaches the file, but I want a clickable button inside the document
itself that is set up to a specific email address and subject line when it
imports to the email client.

"Bear" wrote:

Doesn't File Send To Mail Recipient (as attachment) do what you want?

Bear

--
Windows XP, Word 2000



  #5   Report Post  
Posted to microsoft.public.word.docmanagement
crazymfr crazymfr is offline
external usenet poster
 
Posts: 9
Default Create "send to mail recipient as attachment" button inside wo

That's exactly right. An email button in the Word document that attaches
that document to the email client with a specified email address with a
specified subject line. I want to do this without using macros.

Please respond, thank you.

"Bear" wrote:

Do you want a button in a Word document that attaches that document to an
e-mail message and sends it to the same recipient each time? I can tell you
how to do that (if you have a half-hour). But I don't know of any way to make
Word functionality operate when the document is an attachment to an e-mail
message.

Bear


--
Windows XP, Word 2000


"crazymfr" wrote:

It attaches the file, but I want a clickable button inside the document
itself that is set up to a specific email address and subject line when it
imports to the email client.

"Bear" wrote:

Doesn't File Send To Mail Recipient (as attachment) do what you want?

Bear

--
Windows XP, Word 2000





  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Bear[_2_] Bear[_2_] is offline
external usenet poster
 
Posts: 314
Default Create "send to mail recipient as attachment" button inside wo

I'm sorry, but I don't know how it could be done without macros. The "email
button in the Word document" would simply be launching a macro that would
automate the manual procedure you're now going through with File Send To
Mail recipient.

I hope I haven't mislead you.

Bear
--
Windows XP, Word 2000


"crazymfr" wrote:

That's exactly right. An email button in the Word document that attaches
that document to the email client with a specified email address with a
specified subject line. I want to do this without using macros.

Please respond, thank you.

"Bear" wrote:

Do you want a button in a Word document that attaches that document to an
e-mail message and sends it to the same recipient each time? I can tell you
how to do that (if you have a half-hour). But I don't know of any way to make
Word functionality operate when the document is an attachment to an e-mail
message.

Bear


--
Windows XP, Word 2000


"crazymfr" wrote:

It attaches the file, but I want a clickable button inside the document
itself that is set up to a specific email address and subject line when it
imports to the email client.

"Bear" wrote:

Doesn't File Send To Mail Recipient (as attachment) do what you want?

Bear

--
Windows XP, Word 2000



  #7   Report Post  
Posted to microsoft.public.word.docmanagement
crazymfr crazymfr is offline
external usenet poster
 
Posts: 9
Default Create "send to mail recipient as attachment" button inside wo

Can it be done without other users having to enable macros when they open the
document? This is why I didn't want macros. However, if a macro can be used
without the user having to enable them when they open the form, I'm down to
listen.

"Bear" wrote:

I'm sorry, but I don't know how it could be done without macros. The "email
button in the Word document" would simply be launching a macro that would
automate the manual procedure you're now going through with File Send To
Mail recipient.

I hope I haven't mislead you.

Bear
--
Windows XP, Word 2000


"crazymfr" wrote:

That's exactly right. An email button in the Word document that attaches
that document to the email client with a specified email address with a
specified subject line. I want to do this without using macros.

Please respond, thank you.

"Bear" wrote:

Do you want a button in a Word document that attaches that document to an
e-mail message and sends it to the same recipient each time? I can tell you
how to do that (if you have a half-hour). But I don't know of any way to make
Word functionality operate when the document is an attachment to an e-mail
message.

Bear


--
Windows XP, Word 2000


"crazymfr" wrote:

It attaches the file, but I want a clickable button inside the document
itself that is set up to a specific email address and subject line when it
imports to the email client.

"Bear" wrote:

Doesn't File Send To Mail Recipient (as attachment) do what you want?

Bear

--
Windows XP, Word 2000



  #8   Report Post  
Posted to microsoft.public.word.docmanagement
Bear[_2_] Bear[_2_] is offline
external usenet poster
 
Posts: 314
Default Create "send to mail recipient as attachment" button inside wo

Crazymfr:

What I'm talking about is a button we'd add to your Word toolbars, not to a
specific document. Whenever you clicked that button, it would send the
current document to a specific recipient as an attachment.

The recipient would not need to enable or run any macros when opening the
attachment.

Let me direct you to an article on the Word MVP site that details how to do
this. I suggest you try the routing slip method first and see if it will do
what you want.

http://word.mvps.org/faqs/interdev/SendMail.htm

This article shows you the code to use. If you need help placing this code
and attaching it to a toolbar button, see:

http://word.mvps.org/faqs/customizat...oToToolbar.htm

And if you get stuck, don't hesitate to ask for help.

Bear
--
Windows XP, Word 2000


"crazymfr" wrote:

Can it be done without other users having to enable macros when they open the
document? This is why I didn't want macros. However, if a macro can be used
without the user having to enable them when they open the form, I'm down to
listen.

"Bear" wrote:

I'm sorry, but I don't know how it could be done without macros. The "email
button in the Word document" would simply be launching a macro that would
automate the manual procedure you're now going through with File Send To
Mail recipient.

I hope I haven't mislead you.

Bear
--
Windows XP, Word 2000


"crazymfr" wrote:

That's exactly right. An email button in the Word document that attaches
that document to the email client with a specified email address with a
specified subject line. I want to do this without using macros.

Please respond, thank you.

"Bear" wrote:

Do you want a button in a Word document that attaches that document to an
e-mail message and sends it to the same recipient each time? I can tell you
how to do that (if you have a half-hour). But I don't know of any way to make
Word functionality operate when the document is an attachment to an e-mail
message.

Bear


--
Windows XP, Word 2000


"crazymfr" wrote:

It attaches the file, but I want a clickable button inside the document
itself that is set up to a specific email address and subject line when it
imports to the email client.

"Bear" wrote:

Doesn't File Send To Mail Recipient (as attachment) do what you want?

Bear

--
Windows XP, Word 2000



  #9   Report Post  
Posted to microsoft.public.word.docmanagement
crazymfr crazymfr is offline
external usenet poster
 
Posts: 9
Default Create "send to mail recipient as attachment" button inside wo

will other users have access to the same toolbar? Will it be displayed when
they open the document? In addition, I will have different documents that
need to go to different people.

I need multiple people to be able to use this.

"Bear" wrote:

Crazymfr:

What I'm talking about is a button we'd add to your Word toolbars, not to a
specific document. Whenever you clicked that button, it would send the
current document to a specific recipient as an attachment.

The recipient would not need to enable or run any macros when opening the
attachment.

Let me direct you to an article on the Word MVP site that details how to do
this. I suggest you try the routing slip method first and see if it will do
what you want.

http://word.mvps.org/faqs/interdev/SendMail.htm

This article shows you the code to use. If you need help placing this code
and attaching it to a toolbar button, see:

http://word.mvps.org/faqs/customizat...oToToolbar.htm

And if you get stuck, don't hesitate to ask for help.

Bear
--
Windows XP, Word 2000


"crazymfr" wrote:

Can it be done without other users having to enable macros when they open the
document? This is why I didn't want macros. However, if a macro can be used
without the user having to enable them when they open the form, I'm down to
listen.

"Bear" wrote:

I'm sorry, but I don't know how it could be done without macros. The "email
button in the Word document" would simply be launching a macro that would
automate the manual procedure you're now going through with File Send To
Mail recipient.

I hope I haven't mislead you.

Bear
--
Windows XP, Word 2000


"crazymfr" wrote:

That's exactly right. An email button in the Word document that attaches
that document to the email client with a specified email address with a
specified subject line. I want to do this without using macros.

Please respond, thank you.

"Bear" wrote:

Do you want a button in a Word document that attaches that document to an
e-mail message and sends it to the same recipient each time? I can tell you
how to do that (if you have a half-hour). But I don't know of any way to make
Word functionality operate when the document is an attachment to an e-mail
message.

Bear


--
Windows XP, Word 2000


"crazymfr" wrote:

It attaches the file, but I want a clickable button inside the document
itself that is set up to a specific email address and subject line when it
imports to the email client.

"Bear" wrote:

Doesn't File Send To Mail Recipient (as attachment) do what you want?

Bear

--
Windows XP, Word 2000



  #10   Report Post  
Posted to microsoft.public.word.docmanagement
Beth Melton Beth Melton is offline
external usenet poster
 
Posts: 1,380
Default Create "send to mail recipient as attachment" button inside word d

You can't do what you want without using a macro. The best you can do is use
a hyperlink that creates a new mail message with the e-mail address already
filled in an a Subject. For this, click the Hyperlink button and then in the
Insert Hyperlink dialog box, select E-mail address and fill in the rest.

What I suspect you have is a form and when the form is complete you want it
to be emailed back to you, correct? If that's the case then InfoPath will do
what you want but unless the recipient also has InfoPath, or if you have
Microsoft Office Forms Server 2007 then it won't work.

Here's some info on Microsoft Office Forms Server 2007 if interested:
http://office.microsoft.com/en-us/fo...r/default.aspx

Please post all follow-up questions to the newsgroup. Requests for
assistance by email can not be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Co-author of Word 2007 Inside Out:
http://www.microsoft.com/MSPress/boo...x#AboutTheBook

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/

"crazymfr" wrote in message
...
I want to create a clickable button that sends an open Word document to
mail
recipient as attachment and specify the subject and email address for the
email.

1. Can this be done?
2. Can this be done without a macro?

I basically want the function of the send to mail recipient as attachment
function with the customizability of a hyperlink.

Can anyone help me? Thank you.





  #11   Report Post  
Posted to microsoft.public.word.docmanagement
Bear[_2_] Bear[_2_] is offline
external usenet poster
 
Posts: 314
Default Create "send to mail recipient as attachment" button inside wo

Crazymfr:

Clearly, I don't understand your application fully. I'd be happy to see if I
can help you, but I think we should probably take this offlist. If you check
my profile, you'll find an e-mail address at which you can reach me directly.

I'd like as complete a description of the application as you can manage. You
don't have to be terribly technical, just outline what you want to do, how
often, how many people, etc. and try to list the things that might need to
vary.

Bear
--
Windows XP, Word 2000


"crazymfr" wrote:

will other users have access to the same toolbar? Will it be displayed when
they open the document? In addition, I will have different documents that
need to go to different people.

I need multiple people to be able to use this.

"Bear" wrote:

Crazymfr:

What I'm talking about is a button we'd add to your Word toolbars, not to a
specific document. Whenever you clicked that button, it would send the
current document to a specific recipient as an attachment.

The recipient would not need to enable or run any macros when opening the
attachment.

Let me direct you to an article on the Word MVP site that details how to do
this. I suggest you try the routing slip method first and see if it will do
what you want.

http://word.mvps.org/faqs/interdev/SendMail.htm

This article shows you the code to use. If you need help placing this code
and attaching it to a toolbar button, see:

http://word.mvps.org/faqs/customizat...oToToolbar.htm

And if you get stuck, don't hesitate to ask for help.

Bear
--
Windows XP, Word 2000


"crazymfr" wrote:

Can it be done without other users having to enable macros when they open the
document? This is why I didn't want macros. However, if a macro can be used
without the user having to enable them when they open the form, I'm down to
listen.

"Bear" wrote:

I'm sorry, but I don't know how it could be done without macros. The "email
button in the Word document" would simply be launching a macro that would
automate the manual procedure you're now going through with File Send To
Mail recipient.

I hope I haven't mislead you.

Bear
--
Windows XP, Word 2000


"crazymfr" wrote:

That's exactly right. An email button in the Word document that attaches
that document to the email client with a specified email address with a
specified subject line. I want to do this without using macros.

Please respond, thank you.

"Bear" wrote:

Do you want a button in a Word document that attaches that document to an
e-mail message and sends it to the same recipient each time? I can tell you
how to do that (if you have a half-hour). But I don't know of any way to make
Word functionality operate when the document is an attachment to an e-mail
message.

Bear


--
Windows XP, Word 2000


"crazymfr" wrote:

It attaches the file, but I want a clickable button inside the document
itself that is set up to a specific email address and subject line when it
imports to the email client.

"Bear" wrote:

Doesn't File Send To Mail Recipient (as attachment) do what you want?

Bear

--
Windows XP, Word 2000



  #12   Report Post  
Posted to microsoft.public.word.docmanagement
crazymfr crazymfr is offline
external usenet poster
 
Posts: 9
Default Create "send to mail recipient as attachment" button inside wo

I just emailed you a document with a description of what I want it to do.

"Bear" wrote:

Crazymfr:

Clearly, I don't understand your application fully. I'd be happy to see if I
can help you, but I think we should probably take this offlist. If you check
my profile, you'll find an e-mail address at which you can reach me directly.

I'd like as complete a description of the application as you can manage. You
don't have to be terribly technical, just outline what you want to do, how
often, how many people, etc. and try to list the things that might need to
vary.

Bear
--
Windows XP, Word 2000


"crazymfr" wrote:

will other users have access to the same toolbar? Will it be displayed when
they open the document? In addition, I will have different documents that
need to go to different people.

I need multiple people to be able to use this.

"Bear" wrote:

Crazymfr:

What I'm talking about is a button we'd add to your Word toolbars, not to a
specific document. Whenever you clicked that button, it would send the
current document to a specific recipient as an attachment.

The recipient would not need to enable or run any macros when opening the
attachment.

Let me direct you to an article on the Word MVP site that details how to do
this. I suggest you try the routing slip method first and see if it will do
what you want.

http://word.mvps.org/faqs/interdev/SendMail.htm

This article shows you the code to use. If you need help placing this code
and attaching it to a toolbar button, see:

http://word.mvps.org/faqs/customizat...oToToolbar.htm

And if you get stuck, don't hesitate to ask for help.

Bear
--
Windows XP, Word 2000


"crazymfr" wrote:

Can it be done without other users having to enable macros when they open the
document? This is why I didn't want macros. However, if a macro can be used
without the user having to enable them when they open the form, I'm down to
listen.

"Bear" wrote:

I'm sorry, but I don't know how it could be done without macros. The "email
button in the Word document" would simply be launching a macro that would
automate the manual procedure you're now going through with File Send To
Mail recipient.

I hope I haven't mislead you.

Bear
--
Windows XP, Word 2000


"crazymfr" wrote:

That's exactly right. An email button in the Word document that attaches
that document to the email client with a specified email address with a
specified subject line. I want to do this without using macros.

Please respond, thank you.

"Bear" wrote:

Do you want a button in a Word document that attaches that document to an
e-mail message and sends it to the same recipient each time? I can tell you
how to do that (if you have a half-hour). But I don't know of any way to make
Word functionality operate when the document is an attachment to an e-mail
message.

Bear


--
Windows XP, Word 2000


"crazymfr" wrote:

It attaches the file, but I want a clickable button inside the document
itself that is set up to a specific email address and subject line when it
imports to the email client.

"Bear" wrote:

Doesn't File Send To Mail Recipient (as attachment) do what you want?

Bear

--
Windows XP, Word 2000



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
send to mail recipient ( as Attachment) the email will not send. [email protected] Microsoft Word Help 4 May 30th 07 02:11 PM
Word 2007 Send as " Email, PDF/XPS attachment" commands are disabl Alex Microsoft Word Help 1 November 22nd 06 05:29 PM
Poor picture quality when using "Send to Mail Recipient" in word PBD Microsoft Word Help 0 September 25th 06 05:12 AM
How to connect "Send toMail Recipient as Attachment"? RGRJim Microsoft Word Help 2 March 3rd 06 06:57 PM


All times are GMT +1. The time now is 11:53 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"