Thread
:
Input Box as Parameter for report
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
Input Box as Parameter for report
Sub carlee()
Dim d As Date
d = DateValue(Application.InputBox("enter date: ", 2))
End Sub
This allows a lot of options for the user, but still gets a date.
--
Gary''s Student - gsnu200713
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student