Thank you, kpuls. Greatly appreciate the testing. A large part of the reason I posted the updated code here.
Now fixed. Nice catch. 'Find Today' was setting ComboBox1.ListIndex and ComboBox2.ListIndex, but I forgot to have it set SpinButton1.Value and SpinButton2.Value.Originally Posted by kpuls
![]()
This is an additional feature in the version posted above. Set the parameter after dpMode to True, and a cancel button will be generated. Hitting cancel returns displayDate = 0, so that requires an additional test in the calling code.Originally Posted by kpuls
Ah, I get it now. July 16. A feature, not a bug. But maybe i) a different format (e.g., colored border) would be better; ii) I need to include the option for no default selection. A little preliminary work on that has brought up a potential eventMatrix bug I need to fix too....
Edit: Code now updated to be no pre-selected date by default. Associated issues with eventMatrix also cleared up.
Edit2: Modified code attached. Fixes above bug and changes defaults to i) no date pre-selected; ii) cancel button enabled.
Edit3: Code removed, see post #38.