+ Reply to Thread
Results 1 to 3 of 3

activex checkbox date time stamp

  1. #1
    Registered User
    Join Date
    09-11-2019
    Location
    Albuquerque, NM
    MS-Off Ver
    2007
    Posts
    3

    activex checkbox date time stamp

    I would like to add/update date/time stamp when a checkbox is clicked/unclicked for "done" [A1] or "not applicable" [B1] so the cells [E1:G1] would store only the last update. This is what I have for now but I'm positive that a more elegant solution is out there using intersect or target... My poor attempt for the first checkbox is here and I hope to expand it to 100+rows and 2 columns

    Private Sub CheckBox1_Click()
    If ((E1 = "") Or (F1 = "") Or (G1 = "")) Then
    If ((CheckBox1.Value = True) Or (CheckBox1.Value = False)) Then
    Sheet5.Range("E3").Value = Date
    Sheet5.Range("F3").Value = Time
    End If
    End If
    If ((E1...
    End Sub

  2. #2
    Registered User
    Join Date
    09-11-2019
    Location
    Albuquerque, NM
    MS-Off Ver
    2007
    Posts
    3

    Re: activex checkbox date time stamp

    sorry, G1 reference is to store username that I forgot to take out, but it is also not important to solve my problem. hanks again to look at my problem

  3. #3
    Registered User
    Join Date
    09-11-2019
    Location
    Albuquerque, NM
    MS-Off Ver
    2007
    Posts
    3

    Re: activex checkbox date time stamp

    sorry, my first two posts were not very good... Attached is the workbook I started and here's the code I have so far
    Please Login or Register  to view this content.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Checkbox to date stamp cell when checked
    By jsherwood in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-22-2018, 11:43 AM
  2. ActiveX Checkbox to make Date Picker visible not working reliably
    By myersjster in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-14-2017, 12:43 PM
  3. [SOLVED] Convert Unix Date-time stamp to excel date and/or time columns
    By judikz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-13-2015, 05:46 PM
  4. Add Date Stamp to Checkbox
    By tsteck01 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-22-2013, 02:10 PM
  5. Time stamp when you update a message or a checkbox on an excel sheet
    By jg_2k in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-13-2013, 06:17 AM
  6. [SOLVED] Extract a time from a cell with date and time stamp and then perform calculations
    By Marcos Aristotelous in forum Excel General
    Replies: 3
    Last Post: 10-31-2012, 04:36 AM
  7. Replies: 2
    Last Post: 09-30-2010, 04:20 PM

Tags for this Thread

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