today vs. now
cells(1,1)=date
--
HTH
RP
(remove nothere from the email address if mailing direct)
"mike allen" wrote in message
...
i would like to use "today" in code, but i can't get it to work.
i can use "now" and it works, but i need the integer format that 'today'
provides.
i have tried rounding, declaring at integer, cint(now), etc.
sub temp()
cells(1,1)=today
end sub
thanks, mike allen (seems like my questions are getting simpler, not more
complex like they should be)
|