+ Reply to Thread
Results 1 to 5 of 5

Date stamp using command button

  1. #1
    Registered User
    Join Date
    03-30-2014
    Location
    Lancashire
    MS-Off Ver
    Excel 2003
    Posts
    5

    Date stamp using command button

    Hi All

    Hope someone can help.
    I want to create a command button on one worksheet so that when I click it a pop up box asks the user for the date and this date is input automatically into a specified cell on another worksheet.

    I have got this far - which makes my data input box pop up but now I need help adding in code to put that data in a certain cell - for example Cell B1 in worksheet Daily Tasks.

    Private Sub CommandButton12_Click()

    Dim ans As String
    ans = InputBox("Enter date dd/mm/yy", "Data Entry")

    End Sub

  2. #2
    Forum Expert Kenneth Hobson's Avatar
    Join Date
    02-05-2007
    Location
    Tecumseh, OK
    MS-Off Ver
    Office 365, Win10Home
    Posts
    2,573

    Re: Date stamp using command button

    Please use Code tags between code. Click the # icon to insert them.
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    03-30-2014
    Location
    Lancashire
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Date stamp using command button

    Hi

    Sorry about that - very new to this site and the rules.
    I used your line of code but receive an error

    Run time error 1004 Method 'Range' of object'_Worksheet' failed

  4. #4
    Forum Expert Solus Rankin's Avatar
    Join Date
    05-24-2013
    Location
    Hollywood, CA
    MS-Off Ver
    Win7 Office 2010 VS Express 2012
    Posts
    2,655

    Re: Date stamp using command button

    Can you attach your workbook with code in place?

    To attach a workbook: Click the 'Go Advanced' button below, and use the paperclip in the toolbar to navigate to your file.
    Thanks,
    Solus


    Please remember the following:

    1. Use [code] code tags [/code]. It keeps posts clean, easy-to-read, and maintains VBA formatting.
    Highlight the code in your post and press the # button in the toolbar.
    2. Show appreciation to those who have helped you by clicking below their posts.
    3. If you are happy with a solution to your problem, mark the thread as [SOLVED] using the tools at the top.

    "Slow is smooth, smooth is fast."

  5. #5
    Forum Expert Kenneth Hobson's Avatar
    Join Date
    02-05-2007
    Location
    Tecumseh, OK
    MS-Off Ver
    Office 365, Win10Home
    Posts
    2,573

    Re: Date stamp using command button

    Most likely, your activework does not have a worksheet named "Daily Tasks". Another cause for error can be if a cell is protected. That can be fixed by one of several worksheet protect methods.

+ 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. Setting up a date stamp button in Mac Excel 2004
    By zaarg in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-04-2013, 06:17 PM
  2. Auto Date Stamp - Disabled undo button
    By Wacko_Geordie in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-29-2013, 07:54 AM
  3. [SOLVED] Create a button that will date stamp todays date in a cell
    By Tom Meacham in forum Excel General
    Replies: 3
    Last Post: 01-10-2006, 09:10 PM
  4. [SOLVED] Command Button Date/Time Stamp
    By sky in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-10-2006, 08:10 PM
  5. [SOLVED] Can excel have a button to input (stamp) the systems date and/or .
    By abe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-10-2005, 12:06 AM

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