Recent content by Melinda

  1. M

    Codetwo Public Folders structure for vba

    Awesome! Thank you so much for your help...and patience. :)
  2. M

    Codetwo Public Folders structure for vba

    I have added both the ID's in but I am still get the following error for .Session Compile Error: Method or Data Member not found I tried setting the Session property but got the same error. Am I missing something? Private Sub cmdAddCalendar_Click() Me.Dirty = False If...
  3. M

    Codetwo Public Folders structure for vba

    This is my original code Private Sub cmdAddCalendars_Click() Me.Dirty = False If Me.chkAddedtoOutlook = True Then MsgBox "This appointment has already been added to Microsoft Outlook", vbCritical ' Exit the procedure Exit Sub Else ' Add a new appointment. ' Use late binding...
  4. M

    Codetwo Public Folders structure for vba

    Thanks for the code. I am way out of my depth on this one. I ran the debug.print and got the following: 00000000F6B257AFDA21B049BB29B33302C83EEC22810000...
  5. M

    Codetwo Public Folders structure for vba

    Thanks for your help. This may be a stupid question, but where do I run debug.print olfolder,.entryid, olfolder.storeid I added to my code after Pickfolder but got Compile error: Invalid or unqualified reference
  6. M

    Codetwo Public Folders structure for vba

    Thanks, I'll give it a shot. I have also attached a picture of the outlook structure as I see it using Pickfolder
  7. M

    Codetwo Public Folders structure for vba

    Hi, I have recently installed Codetwo Public Folders on my client's computers so they can shared one calendar including the category colours. It works great. I have created an Access database to enter appointments into the calendar using the following line of code: Set olfolder =...
Back
Top