View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lisab Lisab is offline
external usenet poster
 
Posts: 30
Default VBA code to email 1 worksheet in a workbook

VBA code to email 1 worksheet in a workbook -

I would like to code a function that will email one worksheet in a multi
sheet workbook. I know you can use the SendTo option on the file menu to
send the current sheet to a reciepient as the email body. However, I would
like to know the VBA code that will do the same thing and allow you to enter
the name of the worksheet you want to send.

Any help will be greatly appreciated
Thanks.