Thread: macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Den Den is offline
external usenet poster
 
Posts: 16
Default macro

ActiveSheet.Sendmail(specificReceipient)

"milnack" wrote in message
...
I am trying to find a way to write a macro that will
email the active spreadsheet to a specific recipient (in
my contacts)....There will be 20 spreadsheets open...

Any ideas will be appreciated...

milnack