![]() |
date serial
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. |
date serial
try:
Sub aa() Dim serdate As Long serdate = DateValue(Now) End Sub |
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 |
All times are GMT +1. The time now is 06:16 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com