I won't be able to try this on the Mac until this evening. But looks good in XL 2003 on Win 2K.
I won't be able to try this on the Mac until this evening. But looks good in XL 2003 on Win 2K.
Software: LibreOffice 3.3 on Mac OS X 10.6.5
(retired Excel 2003 user, 3.28.2008 )
Humanware: Older than dirt
--------------------
old, slow, and confused
but at least I'm inconsistent!
Rich
Bluecactus, Thank you again for all the help. In one of your original replies, you mentioned that you couldn?t upload the file. Has that changed? Can you wrap this up and post it. I did what you said and I'm having some success, but...
Was wondering?
Thank you again.
Here you go. This one contains mode 0 and mode 1 listed above.Originally Posted by Richardall
You can look at the file, but to use it in VBA requires code like:
Options are through...Load DatePick Call DatePick.FillVars DatePick.Show
DatePick.FillVars(defaultSelection, mode)
defaultSelection (optional, type Date) is the default date to be returned. If unspecified, Date (i.e., today's date) is used.
mode (optional, type Integer) is either 0 or 1 (default 0) in this revision.
mode 0: date returned immediately on clicking a day.
mode 1: date displayed on form when selected. Returned when user clicks 'OK' button. Allows user to select a date and hunt around the calendar some more before confirming the selection.
[7/7/05: File updated to fix a few minor cosmetic issues on Win VBA]
[7/7/05: File removed. Replaced with post #23]