Recent content by Andrwal6

  1. A

    Populate Bing Maps String

    Should you not Replace(FullAddress," ","%20") which replaces all spaces with "%20"
  2. A

    Choose Outlook Calendar

    Thank you so much Stopher. I would not have come up with that concatenation in months. It works perfectly. I can do the rest now. Regards, Andy
  3. A

    Choose Outlook Calendar

    Thank you Stopher I have gone round and round in circles trying to shoehorn lines like those, only to fail time and again with Object not Found or Doesn't support those properties etc. etc I have changed part of the code to that shown below but get RTE438 [Object doesn't support this property or...
  4. A

    Choose Outlook Calendar

    Hello All I'm using Windows 7 with MS Office 2010 pro. I use the Sub routine below to send Appointments, created in my Access database to a Calendar in Outlook. The line: {Set olFolder = outobj.GetNamespace("MAPI").pickFolder} allows me to chose which Calendar I want the appointment to go to...
Top Bottom