AlbertPietens
New Member
- Joined
- Sep 9, 2018
- Messages
- 2
Hello,
I want to create a series of inputboxes to ask questions to get the information I need to fill a row in my excelsheet.
One of the question is asking the date of a transaction. I now use the code below to enter a date. Is it possible to add a calander oor date picker in an inputbox to let me click the right date?
Code I use now:
I want to create a series of inputboxes to ask questions to get the information I need to fill a row in my excelsheet.
One of the question is asking the date of a transaction. I now use the code below to enter a date. Is it possible to add a calander oor date picker in an inputbox to let me click the right date?
Code I use now:
Code:
Dim [I]date[/I] As Date
date = inputbox("enter date")
Range("A6").End(xlDown).Offset(1, 0).Value = Date