Results 1 to 3 of 3

Thread: Control Outlook Calendar With VB...

  1. #1

    Thread Starter
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Control Outlook Calendar With VB...

    I can control opening the Calendar, but I need to be able to change the day it shows.
    For example, I have my code changing from the Inbox to the Calendar, I add some appointments
    and then I want to change to the next day so the user can see the next days appointments being added.
    Right now it just adds appointments for the entire range and you can only
    see the current days appointments being added.
    You have to manually click on the Calendar day to see the appointments it added after its done.

    Any help is appreciated.

  2. #2
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    do a macro capture while you change the day and see what the code is behind the macro. Also, check the object browser for methods. I haven't ever automated Outlook, but both of those techniques have served me well in automating word and excel.

  3. #3

    Thread Starter
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709
    True, I have done the same but Outlook does not have that option to record macros.
    I am currently trying to trap the event under the VBA editor.
    I might have to ad the event first in order to trap it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width