Hyperlink to email active workbook via groupwise

CARAS SDT1

New Member
Joined
Mar 2, 2009
Messages
1
I am currently trying to set up a hyperlink so that once someone has finished an excel survey they can just press the e-mail hyperlink in a cell and it will automatically send the active workbook attached in their e-mail to gccarasservicedevelop@health.qld.com.au.
I have managed to add a hyperlink to open an e-mail ok however the workbook does not attach to it? Any ideas to help?
Thanks
Terry
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Terry, have a look at http://www.rondebrun.nl/sendmail.htm for some top tips on the subject.

At it's simplest, add a command button to your worksheet and add this line to its click event

Code:
activeworkbook.sendmail "email address in quotes<EMAIL quotes in address>", "subject line in quotes<SUBJECT quotes in line>"

This will normally generate a warning from the mail client.
 
Upvote 0

Forum statistics

Threads
1,223,237
Messages
6,170,928
Members
452,366
Latest member
TePunaBloke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top