Results 1 to 8 of 8

Modifying a Macro Button to time stamp when the button was clicked.

Threaded View

  1. #1
    Forum Contributor jonvanwyk's Avatar
    Join Date
    06-28-2010
    Location
    Iowa, USA
    MS-Off Ver
    Excel 2010
    Posts
    452

    Modifying a Macro Button to time stamp when the button was clicked.

    I have a button that labeled "Employee Signature" that when pressed, uses an image from another part of the worksheet and places it in the signature box (it is a scan of the employee's signature). The code is as follows:


    
    Sub rebeccawilsonsignature()
        With ActiveSheet.Shapes("rebeccawilsonsignature").Duplicate
            .Top = Range("AF66").Top
            .Left = Range("AF66").Left
        End With
    End Sub

    Is there a way to add to the VBA for this button so that it automatically time stamps cell AK69 with the date and time that the button was clicked; formatted as: 12/21/10 14:01

    Thanks again in advance for any assistance with this!
    Last edited by jonvanwyk; 12-22-2010 at 01:35 AM.

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