Reading forms data from Excel
From: Bill Le May (blemay0_at_mchsi.com)
Date: 05/06/04
- Next message: Ken Slovak - [MVP - Outlook]: "Re: Reading forms data from Excel"
- Previous message: Edward Hermanson: "Re: Trusted Sources and contractor questions..."
- Next in thread: Ken Slovak - [MVP - Outlook]: "Re: Reading forms data from Excel"
- Reply: Ken Slovak - [MVP - Outlook]: "Re: Reading forms data from Excel"
- Reply: Sue Mosher [MVP-Outlook]: "Re: Reading forms data from Excel"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 6 May 2004 12:19:58 -0500
I want to build a chart in Excel, based on data from a Public Folder
containing Outlook forms. So, I want to cycle through Outlook form items in
an Exchange folder and look at
custom Values. What is the syntax in Excel for accessing the values? In the
code
snippet below, I'm cycling through Outlook form items in a folder named PCN
Queue. I need the syntax to access a Value called "PCN Number" associated
with the Outlook form.
Thanks for any help.
Set ns = GetNamespace("MAPI")
Set Inbox = ns.GetDefaultFolder(olFolderInbox)
Set PCNFolder = Inbox.Folders("PCN Queue")
For Each Item In PCNFolder.Items
MsgBox (Item. ) <--- Need this code
Next Item
- Next message: Ken Slovak - [MVP - Outlook]: "Re: Reading forms data from Excel"
- Previous message: Edward Hermanson: "Re: Trusted Sources and contractor questions..."
- Next in thread: Ken Slovak - [MVP - Outlook]: "Re: Reading forms data from Excel"
- Reply: Ken Slovak - [MVP - Outlook]: "Re: Reading forms data from Excel"
- Reply: Sue Mosher [MVP-Outlook]: "Re: Reading forms data from Excel"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|