Allen Browne's Calendar Sizing

  • Thread starter Thread starter PPCO
  • Start date Start date
P

PPCO

Needing to increase the size of the days on Allen Browne's calendar. Have
tried resizing, and cannot get the layout to match up. Also, the red circle
for today does not align properly when the date size is increased. Thanks for
any help!
 
Thanks alot for the link--looks like that will work for resizing. I'm able to
get the calendar to pop-up when I click on the date field. Wondering what the
code is for writing the date back to the date field. Trying to piece it
together from looking at Allen Browne's code. Are there instructions for your
calendar by chance? Thanks alot!
 
You should use the Double-Click event. Since it is a function, all you need
to do is put:

=popCalendar()

in the Double-Click event property sheet. The calendar when clicked will
automatically put that date into the textbox that called it.
 
Back
Top