+ Reply to Thread
Results 1 to 2 of 2

Creating a VBA input form, please help/guide me.

  1. #1
    Registered User
    Join Date
    01-31-2020
    Location
    Moses Lake, WA
    MS-Off Ver
    2016
    Posts
    1

    Creating a VBA input form, please help/guide me.

    I have a workbook that i am trying to create a data input form but have little knowledge of VBA. Knowing I shouldn't approach this alone I am seeking assistance. I need to know where and how to start this. The form needs to be able to add new employees, simply the name as a whole unit, also needs an input with dropdown and date so one can select an employee and then select or type a date and select if they took a sick day, personal day etc. The workbook has a data sheet that will contain the info but I want a form to input this info. I want the same form to contain the option to input any absent days for the selected employee.
    Attached Files Attached Files

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,385

    Re: Creating a VBA input form, please help/guide me.

    .
    This will get you started ...

    Please Login or Register  to view this content.
    The example code provide for entering a FIRST name and a LAST name to the worksheet. It can be edited to enter both at the same time, to a single cell.

    The code also provides for deleting an entire row on the sheet should that be required. The user selects a cell in the row to be deleted, then clicks the button.

    And there is a basic command for unloading the userform.


    Suggest you study the code and the attached example for a better understanding. You can build the remainder of your project from here.

    NOTE: the coded will 'write' data to the ACTIVESHEET.
    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. creating a web form with selection to input into a spreadsheet.
    By lyrad in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-16-2019, 04:51 AM
  2. Guide to creating an Excel Order Form
    By balawton in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-08-2013, 10:42 AM
  3. Creating Database from Input Form
    By geissler05489 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-10-2013, 11:04 AM
  4. Creating a macro that will copy data from an input form to an Invoice database
    By uqwee in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-10-2013, 09:07 AM
  5. Creating a data input form excel 2007
    By neonindian89 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-14-2011, 03:58 AM
  6. Creating a form that takes several entries of input and concatonates them
    By sharrukin in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-06-2011, 07:20 PM
  7. Excel 2007 : Creating a User input form
    By ryanw in forum Excel General
    Replies: 1
    Last Post: 02-16-2009, 02:01 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