Thread
:
Using Macros to ask the user to enter a date
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
Using Macros to ask the user to enter a date
Dim dt As Date
dt = InputBox("Enter date (mm/dd/yy).")
Hth,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet