Recent content by RookieOne

  1. RookieOne

    Copy Appointments to Another Exchange Calendar

    *** Problem solved :) *** Hello, Diane, my problem was my fault :oops: The GetFolderPath in the curCal_ItemAdd sub was incomplete. I forgot to point on the second calendar. Now it works fine; calendar items were copied successfully :) Regards, Daniel
  2. RookieOne

    Copy Appointments to Another Exchange Calendar

    Hello Diane, Outlook shows me a runtime error #13 (type mismatch). Regards, Daniel
  3. RookieOne

    Copy Appointments to Another Exchange Calendar

    Well, me again ;) @ Diane: Recently, I have Office 2013 in our company :). When using your code sample „Copy new appointments to another calendar using VBA“ in Outlook 2013, I get an error on this code line ' set the category after it's moved to force EAS to sync changes Set moveCal =...
  4. RookieOne

    Copy Appointments to Another Exchange Calendar

    Hello, Diane, I didn't mentioned it before: You're right: At work, we have Outlook 2003. Yes, there it stops. I set some breaking points in the VBA code to force code stop at an earlier stage, but it seems to me, that the breaking stops will be completely ignored. Only a „hard“ stop...
  5. RookieOne

    Hyperlinks are not working in Outlook 2013

    Hello together, at home, I work with Outlook 2013. Recently, Outlook says „Your organization's policies are preventing us from completing this action for you. For more info, please contact your help desk.“ when I click on an Hyperlink in an E-Mail. Microsoft provides a hotfix...
  6. RookieOne

    Copy Appointments to Another Exchange Calendar

    Hello @ * I 've got some trouble with Diane Poremskys solution „Copy new appointments to another calendar using VBA“, too. In these code lines Function GetFolderPath(ByVal FolderPath As String) As Outlook.Folder Dim oFolder As Outlook.Folder I'll get a compilation error...
Back
Top