![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Location: West Virginia
Posts: 2
|
I am a real rookie with VB but moving along pretty well. I am building a form and I want to create a drop down box where users can select a date from a calendar. Every time I try to build some sort of cell range it returns the decimal in the VB box. Thanks in advance for your help.
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
TextBox1.Text = Format(Range("A1"), "mm/dd/yy") Lookup Format while in the VBA Editor |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|