If I try this:
dim temp as string
temp = formatdatetime[date,vblongdate]
on any computer but my own, it generates an error. Why is that?
I have tried several variations as well, but to no avail.
"I'm not biased, I'm Christian."
Printable View
If I try this:
dim temp as string
temp = formatdatetime[date,vblongdate]
on any computer but my own, it generates an error. Why is that?
I have tried several variations as well, but to no avail.
"I'm not biased, I'm Christian."
Copy and paste your exact code so that we can get a better idea of what you're doing. If I was silly enough to think this was the code you are trying to run, I'd say the problem has something to do with the fact that you're using brackets instead of parenthesis ;-). Also, please elaborate on the error you're receiving.