Quote:Wouldn't Date if there was a Sub to change it, have to be changed like this:Nope.. Displays a syntax error.
Date "09/10/2024"
Unless you mean:
Code: (Select All)
Date "09/10/2024"
End
Sub Date(D$)
Date$ = D$
End Sub
Assigning Date$/Time$ does not wotk
|
« Next Oldest | Next Newest »
|