somnath_it2006
Well-known Member
- Joined
- Apr 11, 2009
- Messages
- 574
Hi All,
Is there any inputbox type in vba for get the Date type data input?
For Example -
Below input box is for select the range:
Appreciate all your help....
Is there any inputbox type in vba for get the Date type data input?
For Example -
Below input box is for select the range:
Code:
Set MyRange = Application.InputBox(Prompt:="Select any range", Title:="Demo", [COLOR="Red"]Type:=8[/COLOR])
Appreciate all your help....