jaaret
Instructor
- Jun 19, 2002
- 171
I know there must be multiple threads on this: how do you use the system date in a VBA fuction? The following results in, "Invalid use of null."
Dim DateToday As Date
DateToday = Date
RemDayNum = DLookup("RemDays", "tlkpRemDays", "DateCal=" & DateToday)
Thank you,
Jaaret
Dim DateToday As Date
DateToday = Date
RemDayNum = DLookup("RemDays", "tlkpRemDays", "DateCal=" & DateToday)
Thank you,
Jaaret