![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I am trying to automate sending an active Excel workbook as a shortcut in an email - so that a number of recipients can update the same workbook.
There does not seem to be any options to send the workbook as a shortcut. My other option was to create a shortcut to the workbook and then email the shortcut. I can do both of these manually but not through automation. The closest I have got is: Application.Dialogs(xlDialogSendMail Array("MyEmailAddress"), Subject:="No Subject", ReturnReceipt:=True)).Show ' or ActiveWorkbook.SendMail Recipients:=Array("MyEmailAddress"), Subject:="No Subject", ReturnReceipt:=True Do you have any ideas? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|