Date picker in Microsoft Excel - Microsoft Excel date picker

Computing Academy
Computing Academy
342.6 هزار بار بازدید - 10 سال پیش - Please complete the Survey:
Please complete the Survey: https://docs.google.com/forms/d/e/1FA...

Date picker in Microsoft Excel - Microsoft Excel date picker
Here are the files you will need: http://www.a-webdesign.com/files.zip
Here is the sample file which works. try this: http://www.a-webdesign.com/wp-content...
Also I have created the following due to too many people wanted their data picker to start on Monday.
http://www.a-webdesign.com/Date-Picke...

if you wish to change the years from the dropdown list or the colours of the data picker, please visit: Data Picker in Excel - Change the Yea...

Info about this video: Date picker in Microsoft Excel
Here are the files you will need: www.a-webdesign.com/files.zip
To change the Date Format, you will need to change the format on both the Private Sub and Cell Format.

'to display the date like: 24.03.2015
   DateFormats = Array("m/d/yy;@", "dd . mm . yyyy")
'Please ensure you add the following format on the Cell: dd . mm . yyyy

or

'to display the date like: March 24 2015
   DateFormats = Array("m/d/yy;@", "mmmm d yyyy")
'Please ensure you add the following format on the Cell: mmmm d yyyy

or

'to display the date like: 24-Mar-2015
   DateFormats = Array("m/d/yy;@", "dd-mmm-yyyy")
'Please ensure you add the following format on the Cell: dd-mmm-yyyy

or

'to display the date like: 24/03/2015
   DateFormats = Array("m/d/yy;@", "dd / mm / yyyy")
'Please ensure you add the following format on the Cell: dd / mm / yyyy

or

'to display the date like: Tuesday March 24 2015        

   DateFormats = Array("m/d/yy;@", "dddd mmmm d yyyy")
'Please ensure you add the following format on the Cell: dddd mmmm d yyyy

if when you have changed the format, the date picker stop working, please create a new excel document as you old document is corrupted.
https://a-webdesign.com/

======================

If you wish to activate the date picker by double clicking and no single click, please follow the instructions below:
Replace:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
With:
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
Hope this helps.

Date picker, Datepicker, excel date picker, date picker in excel, picker date, pickerdate, Microsoft excel, Microsoft excel date picker, dat pic, date pic
10 سال پیش در تاریخ 1393/01/05 منتشر شده است.
342,622 بـار بازدید شده
... بیشتر