Recent content by Paul Fisher

  1. P

    Selecting specific calendar from Excel

    Diane - many thanks again..... should give me hours of fun to understand and implement your suggestion. Good job I am only doing this as a hobby!
  2. P

    Selecting specific calendar from Excel

    Diane, many thanks for your help. I am having to use the Late Binding method as I cannot be sure which version of Outlook is running on the PCs. I have adapted my code so that I can now specify a subfolder of the default calendar. As I am self taught, it takes me quite a while to work these...
  3. P

    Selecting specific calendar from Excel

    Thanks for your help, I'll try that and see if I can make it work. I am much more familiar with Excel than Outlook so it takes me a while to understand what is happening on the Outlook side.
  4. P

    Selecting specific calendar from Excel

    The following code creates an appointment in my default calendar. How can I change it to select a specific calendar into which to add the appointment? I know the name of the Calendar but not it's Index number which might vary from user to user. If IDCal = "Yes" Then With...
Back
Top