+ Reply to Thread
Results 1 to 3 of 3

Excel Data Entry Form

  1. #1
    Registered User
    Join Date
    04-30-2015
    Location
    Oregon, USA
    MS-Off Ver
    2010
    Posts
    50

    Exclamation Excel Data Entry Form

    I've created a nice spreadsheet for my office.
    It has a few columns, Name, ID, Date, Notes, Archiving
    and a few thousand entries.

    My idea / question would be, Is there a way to have a button on the sheet that will take you to a cell (or group of cells) that you can enter
    NEW data ( name, id, date, notes, archiving) and have it automatically be added to the bottom of the document using a button..
    A button to take you there, and once there, a button to select the 5 cells to the left of it and copy and paste them down to the bottom of the
    data (where the last data was entered).. and go back to the "data entry point" cells
    Is this too complicated?
    any help is appreciated.. thank you!

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Excel Data Entry Form

    Not hard, very good chance to get your feet wet on programming if you're new to it.

    Insert->Shape->Choose a shape for button
    Right click the shape after drawing shape. Assign Macro. Choose New

    Now your do programmy type stuff. (I chose a rectangle, your macro name may differ)

    I had input box things at B11, D11, F11, H11, J11, I11.

    I copied the box headers like.. 100 rows down to hide the data stuff.

    LR is a little magical variable I made that finds where the last records was sent to. The button copies the inputs on line 11, and sends them 100 lines down to last row.
    Then it clears the input boxes.

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    04-30-2015
    Location
    Oregon, USA
    MS-Off Ver
    2010
    Posts
    50

    Re: Excel Data Entry Form

    Awesome!!
    Thank you for such a fast and simplified reply.
    I'll attempt to apply this to my sheet!

+ 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. Excel form data entry
    By ebin charles in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-13-2010, 01:50 PM
  2. [SOLVED] Excel 12: Data Entry Form?
    By Timoleon in forum Excel General
    Replies: 12
    Last Post: 11-22-2005, 05:30 PM
  3. Data Entry Form (similar to default Excel Data>Form)
    By tonydm in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-11-2005, 02:59 PM
  4. data entry form Excel
    By Aart Dijkzeul in forum Excel General
    Replies: 1
    Last Post: 09-25-2005, 09:05 AM
  5. [SOLVED] data entry form in excel
    By Laiamb in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 04-14-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