Hey guys,
Does anybody know how to create a userform that asks the user to input a date, which then gets copied into cell F23 of sheet 1 of a workbook?
Any help would be great.
Jamer
Hey guys,
Does anybody know how to create a userform that asks the user to input a date, which then gets copied into cell F23 of sheet 1 of a workbook?
Any help would be great.
Jamer
Last edited by jamer02; 07-13-2011 at 04:14 AM.
In it's simplest form -
Dave H![]()
Sub dte_req() mydate = InputBox("Please enter date") Sheet1.Range("F23").Value = mydate End Sub
works a treat
cheers
If you are satisfied with the solution(s) provided, please mark your thread as Solved.
How to mark a thread Solved
Go to the first post
Click edit
Click Go Advanced
Just below the word Title you will see a dropdown with the word No prefix.
Change to Solved
Click Save
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks