|
-
Sep 20th, 2005, 01:02 AM
#9
Thread Starter
New Member
Re: Convert RPT to PDF and send it in email
Now i can send the email but how can i send the report:
----------------------------
Dim olAppt As Outlook.AppointmentItem
Set olAppt = olApp.CreateItem(olAppointmentItem)
----------------------------
...I got an error in this line:
olAppt .Attachments = rptATMCardAppli
(the error msg is: Run Time Error '-2147352567(80020009) Property is read only)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|