View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default sendmail macro help

Hi Mike

Use a button from the control toolbox.
This button have a click event that is in the sheet module.

Copy your code in this event

If you need more help post back




--
Regards Ron de Bruin
http://www.rondebruin.nl



"UKNewbie" wrote in message ...
Hi,

I was wondering if it was possible to maintain the functionality of macros
when sending one sheet of a workbook via e-mail without the need for it to
link back to the original workbook.

Basically, I have buttons on each worksheet which perform various tasks.
That functionality would need to be maintained after sending each sheet to
it's relevant department.

I've tried moving the macro from a module into the worksheet and it saves
into the sent copy just fine. However, once it is received by the enduser, it
attempts to open with links back to the original workbook to allow the macros
to work. The enduser is not neccesarily going to have access to the original
workbook.

Any help, as always, will be most appreciated...

TIA

Mike