View Single Post
  #1  
Old February 13th 06, 04:17 PM posted to microsoft.public.outlook.calendaring
[email protected]
external usenet poster
 
Posts: 3
Default appt exporting filters

FYI, I figured it out; I used the Restrict method as followed:

strDateRange = "[Start] = '" & dtStart & "' and [Start] = '" & dtEnd
& "'"
Set myAppts = myAppts.Restrict(strDateRange )

Ads