Create Event In Outlook Calendar From Excel VBA

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ย. 2024
  • Take a file of events and plot them on a Outlook Calendar using VBA.

ความคิดเห็น • 15

  • @RoyWatkinson
    @RoyWatkinson 2 ปีที่แล้ว +2

    Oustanding Josh - I just used it on a CRM spreadsheet so it now adds all my followups into my diary. The only question I have is: If you have multiple calanders ie work and personal on Outlook - how do you change from the default calader to the work one you want to use?

  • @peterdickson4153
    @peterdickson4153 3 ปีที่แล้ว +3

    this was so helpful, and easy to understand, but the issue im having from testing, is there any way of adding a IF command, so if date is already in my calendar it doesn't re-add it if i run the script again

  • @Allrounderz04
    @Allrounderz04 3 ปีที่แล้ว +2

    Thank you so much for this.. Now I have multiple account linked to my outlook and one shared calendar. How do I pick which one it is saving to?

  • @TheHnupak
    @TheHnupak 3 ปีที่แล้ว

    Absolutely perfect! Big thank´s for your tutorial :)

  • @owensaliba6618
    @owensaliba6618 4 ปีที่แล้ว +3

    Hi, this is great thanks.
    Do you have a way of adding an end time? Each of my entries default to 30 minutes

    • @megzhu9960
      @megzhu9960 3 ปีที่แล้ว +1

      Add another column in the datasheet for EndDate, then in VBA module, add AppointmentItem.End property.
      With Appointment
      .Start = StartDate
      .End = EndDate

  • @Aixalld
    @Aixalld 3 ปีที่แล้ว

    this was so helpful, thank you

  • @rioy3537
    @rioy3537 2 ปีที่แล้ว

    Great tutorial! Do you have any idea how do I implement this in MS Access?

  • @DarrenLara12
    @DarrenLara12 2 ปีที่แล้ว

    Does this add automatically new events written in that excel? For example, after the end of the video, if you added a new row with a new event (different from Meeting and Party), would it appear automatically?

    • @H4XOR23
      @H4XOR23 12 วันที่ผ่านมา

      Did you find anything?

  • @excelbasics2769
    @excelbasics2769 4 ปีที่แล้ว +4

    Can you send vb code in comments

  • @adrinagarcia9911
    @adrinagarcia9911 2 ปีที่แล้ว

    Can you show an example of this via Office Script?

  • @JayeshPatel-sf9mz
    @JayeshPatel-sf9mz 3 ปีที่แล้ว

    How we create an appointment in Shared Calendar in office365?

  • @devanshgroup2803
    @devanshgroup2803 3 ปีที่แล้ว

    Hello Sir,
    Can you share the VBA code to create .ics files from the data in Excel with different time zones & start & end time and that to be saved in desktop. Please help

  • @SuperHanme
    @SuperHanme 2 ปีที่แล้ว

    Appointment, need to Dim, my app requested. what is the dim type?