+ Reply to Thread
Results 1 to 4 of 4

Create a data entry form.

  1. #1
    Registered User
    Join Date
    05-24-2018
    Location
    Australia
    MS-Off Ver
    2013 Windows
    Posts
    16

    Create a data entry form.

    Hi,

    I'm looking a create a data entry form whereby the user enters values in cells within a column and clicks submit. Then the values are pasted to corresponding columns and the values in the data entry cells are cleared. Every time the data in the data entry cells is entered the values are posted to the next row down.

    I have attached a sample worksheet with annotation.

    Cheers
    GC
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Create a data entry form.

    Very basic code but written to be easy to ready and develop as we have no idea from your post of your level of ability with VBA.
    Paste the below into a standard module and attach the macro to your 'submit' button.
    Please Login or Register  to view this content.
    BSB

  3. #3
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Cool Hi ! Try this ‼


    As a beginner starter via Excel basics :

    PHP Code: 
    Sub Demo1()
        
    Cells(Rows.Count4).End(xlUp)(2).Resize(, 33).Value2 Application.Index([B2:B34], [COLUMN(A:AG)])
        [
    B2:B34].ClearContents
    End Sub 
    Do you like it ? So thanks to click on bottom left star icon « Add Reputation » !

  4. #4
    Registered User
    Join Date
    05-24-2018
    Location
    Australia
    MS-Off Ver
    2013 Windows
    Posts
    16

    Re: Hi ! Try this ‼

    Cheers all,

    Works a treat.

    GC

+ 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. Need easiest way to create a form interface for data entry
    By donnasm in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 01-21-2015, 11:54 AM
  2. Replies: 1
    Last Post: 11-13-2012, 02:06 PM
  3. Replies: 1
    Last Post: 04-15-2009, 02:17 PM
  4. Create a Custom Data Entry Form
    By Nolesphan30 in forum Excel General
    Replies: 11
    Last Post: 02-05-2008, 06:27 PM
  5. create entry form
    By Smiley1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-10-2007, 03:57 AM
  6. Create a data entry form
    By Douglas in forum Excel General
    Replies: 1
    Last Post: 03-18-2006, 01:25 AM
  7. create a data entry form template in Excel 2003?
    By david.bottomley@haltoncollege in forum Excel General
    Replies: 0
    Last Post: 01-19-2005, 06:06 AM

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