I have run this code successfully on a test sheet (sheet1, sheet2, sheet3), but when I plug it into my REAL project I get an error at the Activesheet.Copy line. Any thoughts?
Sub Email_Sheet()
Set wbook = ActiveWorkbook
For Each sht In wbook.Worksheets
sht.Activate...