+ Reply to Thread
Results 1 to 2 of 2

update cells to today date in a list of dates

  1. #1
    Bill
    Guest

    update cells to today date in a list of dates

    I have a list of dates I review daily and want to be able to click on an icon
    or button beside each date to update it to todays date and not change the
    other dates.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Refresh Cell Date

    assign the following two-liner to a button and use it for any cell, rather than a button for each cell:

    Sub refresh_date()
    Dim sDate As String
    ActiveCell.Value = Format(Now(), "yyyy-mmm-dd")

    End Sub

+ 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