MickFlanagen
New Member
- Joined
- Jan 24, 2012
- Messages
- 27
Hi,
I am currently using a very basic input box that allows the user to enter a date. I would like to restrict them to choosing only the Thursdays in the past month. Is this possible?
Here is my code so far:
Thanks for the help.
MF
I am currently using a very basic input box that allows the user to enter a date. I would like to restrict them to choosing only the Thursdays in the past month. Is this possible?
Here is my code so far:
Code:
Date = Application.InputBox("Please Enter The Appropriate Date", "Date", 0)
Range("A2").Value = Date
Thanks for the help.
MF