![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
I am new to outlook vba and need a code which can export each of my calendar entry between two dates to a text file. All I want it to do is to extract each calendar entry (fields : from,subject,location,body) and dump this to a text file with the appointment name as the text file name.This should be done for all entries between two dates. SO if I have 10 calendar appointments it must create 10 files with the appointmnent name as the file name. Please help me as this is an urgent requirement |
Ads |
#2
|
|||
|
|||
![]() For gettign the appointments, you may adapt this sample: http://www.vboffice.net/sample.html?...cmd=showite m If you can live with how Outlook saves the file, simply call each item's SaveAs method: Item.SaveAs "c:\" & Item.Subject & ".txt", olTXT -- Best regards Michael Bauer - MVP Outlook : VBOffice Reporter for Data Analysis & Reporting : Outlook Categories? Category Manager Is Your Tool : http://www.vboffice.net/product.html?pub=6&lang=en Am Mon, 8 Sep 2008 17:24:01 -0700 schrieb Arry Potter: Hi, I am new to outlook vba and need a code which can export each of my calendar entry between two dates to a text file. All I want it to do is to extract each calendar entry (fields : from,subject,location,body) and dump this to a text file with the appointment name as the text file name.This should be done for all entries between two dates. SO if I have 10 calendar appointments it must create 10 files with the appointmnent name as the file name. Please help me as this is an urgent requirement |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
export .dbx to a text file | Lee Bacall | Outlook Express | 3 | November 10th 07 02:43 AM |
How to export all sent OL emails to a plain text file | [email protected] | Add-ins for Outlook | 0 | July 12th 07 11:54 AM |
Meeting Invitation comes as text e-mail, not a Calendar Entry | Harvey | Outlook - Calandaring | 6 | November 11th 06 03:13 AM |
Export Calendar from outlook to Excel with Dates in columns | Andreb | Outlook - Calandaring | 1 | March 21st 06 07:14 PM |
auto scan email content for dates/times, generate calendar entry | cagphd | Outlook - Calandaring | 1 | February 25th 06 04:17 AM |