View Single Post
  #4  
Old November 2nd 06, 12:13 PM posted to microsoft.public.outlook.program_vba
mrdonofrio
external usenet poster
 
Posts: 3
Default Find Calendar Item from Location

Hi Eric

Thanks for that - you code actually came back with another error -
Uanble to parse condition. Error at ""99999999".

So i changed the code to this and it works perfectly

Set objItem = calItems.Find("[Location] =" & 999999999)

Thanks for your help - much appreciated

Marc

Ads