Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 73
Default finding the date

how do i find out todays date from the computer?

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding a Date 90 days previous to present date Vinod Excel Worksheet Functions 2 June 15th 09 01:18 PM
FINDING THE DATE 75 DAYS AFTER A SPECIFIED DATE vikkib Excel Worksheet Functions 2 July 3rd 08 07:28 PM
Finding a date range from given date Sarah (OGI) Excel Worksheet Functions 1 April 18th 07 03:08 PM
finding a date/time in a list that is closest to an existing date/ Jamie Excel Discussion (Misc queries) 1 May 27th 06 08:54 PM
Finding the Monday date based on a different date in same week dandiehl Excel Worksheet Functions 4 April 11th 06 06:03 PM


All times are GMT +1. The time now is 08:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"