automatic date select in userform

Halos

New Member
Joined
Feb 14, 2015
Messages
34
Hi,

I created textbox in userform and added date
manually. When I press command button it automatically copying date information to the sheet. Can I select date automatically from the userform and click appropriate date and select? please see below my code:


Code:
Dim iRow As Long
Dim ws As Worksheet
Set ws = Worksheets("Sheet1")

ws.Cells(iRow, 1).Value = Me.textbox_data.Value


Thanks in advance
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Hi

Not sure if I understood what you want. Would you like a calendar control like the one below?

27Ipt0L.jpg
 
Upvote 0
Hi,
is there an alternative?
That page isn't available anymore...
 
Upvote 0

Forum statistics

Threads
1,214,922
Messages
6,122,281
Members
449,075
Latest member
staticfluids

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