The following loop worked in outlook 2000 but not when i installed it on another computer which has XP
For Each objAppt In colCal
myString = objAppt.Categories
If (myString <> "") Then
catList = catList & myString & ", "
End If
Next...
For the thing i described in my previous post, I also need a popup calendar (similar to those you see on many websites) to select a start and end date. Does this exist as a built in feature?
thanks,
ashwin
I need to write something which looks at all the appointments in the calendar (within a certain date range) and lists the minutes spent on each category.
Getting just a list of categories (preferably as an array of strings) is what is giving me the problem, even though is sounds simple. Does...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.