Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Boy this kind of info is scarce.
I just want a routine that will create events in Outlook based on cell contents. I can't find how to reference a specific/non-default calendar folder, let alone do this at all. Help? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have you tried asking in the Outlook newsgroup for assistance in doing this
in outlook. Once that's together, we probably can help get it to run out of Excel. "Finny388" wrote: Boy this kind of info is scarce. I just want a routine that will create events in Outlook based on cell contents. I can't find how to reference a specific/non-default calendar folder, let alone do this at all. Help? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
The following code from www.excelkb.com gives some clues This is not for the calender but for the journal items Dim olApp As Outlook.Application Dim olNamespace As Outlook.Namespace Dim olJourFolder As Outlook.MAPIFolder Dim olJourItem As Outlook.JournalItem From the above after setting reference to the Outlook object model You should have access to all objects within the Object browser - search for calender HTH "Barb Reinhardt" wrote: Have you tried asking in the Outlook newsgroup for assistance in doing this in outlook. Once that's together, we probably can help get it to run out of Excel. "Finny388" wrote: Boy this kind of info is scarce. I just want a routine that will create events in Outlook based on cell contents. I can't find how to reference a specific/non-default calendar folder, let alone do this at all. Help? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create Outlook Calendar event from dates in excel | Excel Discussion (Misc queries) | |||
Create Outlook Calendar event from date in Excel | Excel Discussion (Misc queries) | |||
How to import appt to outlook calendar from excel? | Excel Discussion (Misc queries) | |||
Create reminders in Outlook calendar | Excel Programming | |||
Using Excel to generate an Outlook Calendar Event | Excel Programming |