Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I created an XL add-in using the mscal.ocx controller, a drop-down box and a
couple of command buttons. Basically, the user can use the calendar control on the form to select a date, then use the drop down menu to add a time stamp, hit OK, and the date/time is inserted into the cell. When I sent the .xla to someone for testing, the dates in the calendar were so small they showed up as dots. When he looked at the calendar controls properties, the dayfont was set to '2' and he was unable to change it. I went back and added a DayFont.Size = 8 during the form initialize event, but this didn't work either. The one difference that I later found out was that I am using XL2002 on XP SP2, while he is using XL2003 on XP SP2. Any ideas on what else I can look at or solutions to this problem? Thanks for any help you can give me. |