Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Create Outlook event/appt in non-default calendar folder

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Create Outlook event/appt in non-default calendar folder

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default Create Outlook event/appt in non-default calendar folder

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create Outlook Calendar event from dates in excel Betty Excel Discussion (Misc queries) 0 October 15th 09 04:12 PM
Create Outlook Calendar event from date in Excel kimbo Excel Discussion (Misc queries) 0 July 31st 09 01:46 PM
How to import appt to outlook calendar from excel? marlowisws Excel Discussion (Misc queries) 0 September 26th 06 04:04 PM
Create reminders in Outlook calendar DKS Excel Programming 0 August 1st 06 12:20 PM
Using Excel to generate an Outlook Calendar Event Michael[_42_] Excel Programming 1 June 13th 06 09:23 PM


All times are GMT +1. The time now is 11:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"