How to Add Date Picker To VBA UserForm
Posted
by
user1760110
on Stack Overflow
See other posts from Stack Overflow
or by user1760110
Published on 2012-11-16T02:49:29Z
Indexed on
2012/11/16
5:00 UTC
Read the original article
Hit count: 327
excel-vba
I am looking for a control to add to userForm to enable user to pick the date.I a good one at this address
Formatting MM/DD/YYYY dates in textbox in VBA
from Siddharth Rout which is perfect but it generate invisible sheets which is not nessaccary for my application I tried to stop creating sheets but i couldnt figure it out. Can you please let me know how I can properly modified the Siddharth Rout code or ponit me to another application like that?
Thanks for you time
© Stack Overflow or respective owner