Thread
:
date serial
View Single Post
#
3
Posted to microsoft.public.excel.programming
Dave Peterson
external usenet poster
Posts: 35,218
date serial
dim lDate as long
ldate = clng(date)
Striker wrote:
How do I get today's date as a serial into a variable?
dim dDate as Date
dDate = serial NOW()
Of course the above does not work.
--
Dave Peterson
Reply With Quote
Dave Peterson
View Public Profile
Find all posts by Dave Peterson