Paul Norris
Board Regular
- Joined
- Feb 20, 2011
- Messages
- 96
Hi all
I am currently using a bsic code to email a workbook as shown below
Sub email()
ActiveWorkbook.SendMail Recipients:="email"
End Sub
This has been fine however my workbook has grown and is now to big, so to make things easier I am hoping to input a code were I can email just the sheet required this is named Updates, any advise will be appreciated.
Thanks
Paul
I am currently using a bsic code to email a workbook as shown below
Sub email()
ActiveWorkbook.SendMail Recipients:="email"
End Sub
This has been fine however my workbook has grown and is now to big, so to make things easier I am hoping to input a code were I can email just the sheet required this is named Updates, any advise will be appreciated.
Thanks
Paul