' returns a message box of the date and time
dim today
today = msgbox("The time is " & time() "and the date is " & date())
i have a problem with this string..can someone help me?
i got the first part right.. the time part works, but when i try and do the second part i get a synatx error, and i'm not sure why
dim today
today = msgbox("The time is " & time() "and the date is " & date())
i have a problem with this string..can someone help me?
i got the first part right.. the time part works, but when i try and do the second part i get a synatx error, and i'm not sure why
Comment