public folder calendar

  • Thread starter Thread starter Tony WONG
  • Start date Start date
T

Tony WONG

i wrote a vba to extract some calender items in public folder calender for
rendering a web page.

it is time-consuming to loop through each items in public folder. Most
items are very old and not relevant. i only wish to extract those items
from now to future.

is there any faster way to do it?

Thanks a lot.

tony
 
You might want to archive calendar items, so there won't be so many in
your current calendar.

Also, the Restrict Method can be used to limit the amount of items you
are iterating through.

HTH,
JP
 
thanks a lot.

restrict method is my choice.


"JP" <[email protected]>
???????:282f8d00-2c79-4a6c-a0eb-65ebd6f1d5f7@w35g2000yqm.googlegroups.com...
You might want to archive calendar items, so there won't be so many in
your current calendar.

Also, the Restrict Method can be used to limit the amount of items you
are iterating through.

HTH,
JP
 
Back
Top