ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   finding the date (https://www.excelbanter.com/excel-programming/369440-finding-date.html)

dstiefe

finding the date
 
how do i find out todays date from the computer?

Thank you

Jim Thomlinson

finding the date
 
In VBA give this a try...

Sub Showdate()
MsgBox Date
MsgBox Now()
End Sub

As a fromula in a sheet you can use =Now() or =Today()
--
HTH...

Jim Thomlinson


"dstiefe" wrote:

how do i find out todays date from the computer?

Thank you



All times are GMT +1. The time now is 07:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com