View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Steen Steen is offline
external usenet poster
 
Posts: 104
Default Calendar with weeknumber?

Hi both of you two

I sorry that I first am back now - I havn't had time yet to test the two
suggestions, but I will do that in the weekend and come back.

/Stony

"Rick Rothstein (MVP - VB)" skrev:

I am using the Calendar Control v11, and would like to know if it could be
possible to display the weeknumber in it as is the case in OutLook.


If you use a MonthView control instead, it has a ShowWeekNumbers property
that can be set to True in order to display the week numbers.

Rick