BobBeerbower
New Member
- Joined
- Jan 4, 2018
- Messages
- 1
I get a compile error: Wrong number of arguments or invalid property assignment error when I try to convert todays date to a string using the following code. I'm probably overlooking something obvious but I cannot figure out what it might be.
Code:
Public Sub LooperDrive()
Dim sDate
sDate = Format(Date, "mm/dd/yyyy")
End Sub