userform date output

Share your favorite FastKeys commands
Post Reply
miaousse
Posts: 3
Joined: Feb 12th, ’19, 10:32

Post by miaousse » Jan 3rd, ’25, 10:33

hello,

in a userform how can i retrieve the output of a date picker and do some stuff with it?

my userform will include the date picker and a checkbox .
if the checkedbox is selected, i retrieve the output of the date picker to make the date dd/mm/yyyy to be yyyy mm dd
User avatar
Tom
Posts: 865
Joined: Nov 24th, ’15, 23:39

Post by Tom » Jan 3rd, ’25, 14:23

This can be done with a Selection Form macro - use DateTime control. You can also set the date format.
Post Reply