Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created the following macro to email my file with the subject
prefilled with text combined with the filename: Application.Dialogs(xlDialogSendMail).Show _ arg2:="MIX REQUEST: " & [JobName] & ".xls" I used the arguments from the built in dialogue arguments in Visual Basic of which there are three--To, Subject, and Read Receipt. I want to set the read receipt to yes and am having problems getting that to work. I tried arg3:=true, but get a compile error. Can you help? Thanks, Pam |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to make a receipt or invoice so that the receipt Nos. change automatically | Excel Discussion (Misc queries) | |||
Coding email with 'read receipt' requested in VBA | Excel Programming | |||
email a read only doc | Excel Discussion (Misc queries) | |||
when I email my workbook, it is received as 'read only' | Excel Discussion (Misc queries) | |||
Adding read receipt to CDO code? | Excel Programming |