+ Reply to Thread
Results 1 to 2 of 2

finding the date

  1. #1
    dstiefe
    Guest

    finding the date

    how do i find out todays date from the computer?

    Thank you

  2. #2
    Jim Thomlinson
    Guest

    RE: 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1