How to add date picker in a VBA form

mdd16

Board Regular
Joined
Jan 11, 2011
Messages
84
Office Version
  1. 365
Platform
  1. Windows
Hi Excel Angels out there.. Can someone help me figure out how I can create an easy method to choose and add a date to a vba form. A sort of date picker or something else..
Please help..

thanks in advance.

regards..Mohan
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hi Mohan. You're in luck - there is a lot of information online and, from what I can tell, every Excel/VBA website under the sun seem to have coded their own free date-picker addins for you to download and implement into your project. It somewhat depends on whether you're using 32bit or 64bit excel - if using 32bit Excel, there is an ActiveX control that you should be able to easily incorporate into your workbooks. There is plenty of information on that control here in Mr Excel.

If using 64bit Excel, you won't be able to use that control, so the best option available is to use one of the Userform solutions that [honestly-most-VBA-websites] have created. In fact there is even one detailed on this site in the Excel Articles section (see the above toolbar) - see the article published 8 Feb 2021. But there are at least half-a-dozen readily available for free and found on the first page of a google search.
 
Upvote 0

Forum statistics

Threads
1,215,455
Messages
6,124,937
Members
449,196
Latest member
Maxkapoor

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top