Data Entry Forms
Jun 4, 2007Need to create a Data Entry Form in excel?. I would like to insert data to an excel database using a form.
View 4 RepliesNeed to create a Data Entry Form in excel?. I would like to insert data to an excel database using a form.
View 4 RepliesI am attempting to improve an old paper-form process that we use for entering equipment in our Product database. In general, the current process is as follows:
1. When new equipment is purchased, basic information is entered into the database.
2. A separate paper form for each item is printed with the existing information and sent to the field engineer.
3. Each type of equipment has a different form because it requires different data.
4. After construction is completed, the updated information is written on the form and sent back to the main office for review/approval then entered into the database.
This is very archaic...Not only are we killing tons of trees, most specialists are getting buried by the paperwork!
What I would like to do is create a form or template that can be used with different spreadsheets. Instead of printing a separate form for each item, the specialists would dump the existing data for a site into a spreadsheet, attach the template/form, and send the file(s) to the field engineer (FE). When the FE opens the file, he would select the equipment type (using a dropdown box) and the appropriate form would pop up. He would then be able to edit the data for that piece of equipment or view the next item of the same equipment type. If he selects a different equipment type, a new form would be displayed. All changes would go into the spreadsheet and get sent back to the specialist. I’m hoping the review/approval can be done using the Track Changes feature in Excel. They then have a way to import the spreadsheet data back into our Custom database.
The basic implementation seems straight forward albeit a lot to learn. I have found many good examples in the forum; however, I’m having a problem figuring out how to handle the following:
1. Many different people create the spreadsheets and send them to different FE’s. When they create a new spreadsheet, how would my template/form get “attached”? Would they need to open a template file and add their data as a different sheet?
2. The equipment table in the database has approximately 95 fields; however, only about 20-30 of them are used for a particular type of equipment. I was thinking of using a unique list to create the form for each equipment type.
3. Since different specialists create the spreadsheets. The columns won’t always be in the same order. Is there an easy way to order columns or do you think I should use the ' find' feature to dynamically find each field? (Like I said, that may be 20-30 fields for each type of equipment, and there are currently 40 different equipment types.) Is there a limit on the number of user forms that can be in a project?
4. Finally, can you use the Track Changes feature when items are changed using VBA or a form?
The form seems like a good idea, but because the dynamic nature of the spreadsheets, the code gets rather complex.
I'm using Excel 2003
I have done this once already, so I know its possible but I cannot remember what it is called and how to do it.
I have a "form", I open it up, fill out a few different things, and then save and print it. When I save it I want it to take a few different cells information and report it into a seperate workbook, without having to open the report workbook. I use this seperate workbook to reference when I fill out the form and who it was sent to.
I remember there was a wizard that I used to get it to do all this, but I can't for the life of me remeber what it was.
I have created a sales form entry excel workbook. This consists of 52 sales weeks for the year. A week starts on a Monday and therefore the first week for this year (2005) started on the 4th January.
As I want to run reports from the data I need to ensure that dates etc are in a certain format and that the entrys go into the correct week. I have created a "form" on the first sheet which automatically adds TODAY() as order date and then has boxes for the users other information such as customer name and price.
I now want to create a button which when clicked will add this information onto a new line in the correct week sheet. However I cannot for the life of me figure out how to do this. I am aware that Excel recognises dates as a serial number and assume that somehow I can use this. I can also do the bit where I create a marco to copy the info over to the week. I would be very grateful if someone could tell me how to put it in the right week without creating numerous IF loops?
Is the an easy way (ie, No VBA) that can have a form (similar to this one [URL]) and then extract the input data to a regular table look spreadsheet with the column heads at the top that match the form, Name, Hotel costs, Date, etc?
View 1 Replies View RelatedI would like to use a vba procedure/procedures to achieve the following:
I have a folder with many Word2003 forms in and I want to save just the data from each form and then import the data into an Excel spreadsheet.
Currently I am opening each .doc file in turn, saving just the data to a new plain text (comma separated file) in a different folder and am unable code searching that folder for all the text files and importing them into the spreadsheet.
I have a two part question to my current approach:
1) I am 99% there with the first part (opening and converting the forms) with the following code having followed advice from another thread but I need Word open and not showing an open document. Is it possible to add code to take care of opening Word in the background and close it again after so the process is fully automated?:
I have 3 forms(3 sheets) with the same layout (fields) for data collection. I want to transfer the data from the 3 forms to a consolidated database worksheet. Every form needs to have its own rows of data. For example, if there are three forms for three divisions laid out as below:
BegBal Additions Subtractions Adjustments End Bal
xxxx xxxx xxxx xxxx xxxx
The resulting database worksheet should look as follows:
Division Beg Bal Additions Subtractions Adjustments End Bal
A xxxx xxxx xxxx xxxx xxxx
B xxxx xxxx xxxx xxxx xxxx
C xxxx xxxx xxxx xxxx xxxx
Sub MoveRecord()
Dim WSF1 As Worksheet ' Form 1 worksheet
Dim WSF2 As Worksheet ' Form 2 worksheet
Dim WSF3 As Worksheet ' Form 3 worksheet
[Code].....
I have a percentage in R3.
If I make an entry in D13 then I want the R3 to be duplicated into C27 otherwise C27 should be 0.
I am working on a project and would like to see if there is a solution for it. i have a workbook that has data entry that is summarized at a master level but I need to automatically use a formula to update another sheet after clicking an udpate button. The data from the data entry sheet needs to be allocated to all the lines that has the same master item based on the formula. A test workbook is attached ...
View 1 Replies View RelatedNow that the calculations are working, with the press of a button, I need to be able to select a range of dates and copy all lines within the range to a seperate sheet with the desired name under the same headings they currently reside under. I have included some modified code that is being used in another spreadsheet that was created for me, but I do not pretent to understand all of it and I no longer work with the creator of the spreadsheet. How do I use a button to open the form for date selections and entering the name of the new sheet, and then use the start button on the form to begin the matching and copying to a new sheet? If there is an easier way I am all for that too.
View 14 Replies View RelatedI want the script to find if the value entered in the form is matching the values in column 'A' in the database and if it matches then it needs to select the cell as active cell - to populate the form details. And if there is no matching value found, the script needs to select the last empty cell of the column 'A' to populate the data entered in the form.
1) Form has 10 different fields that needs to be filled by the user.
2) Field 1 - is a text box for 'Request #' to be entered by the user.
3) After filling in all the fields - once clicked on OK, the form should search for the the 'request #' entered on the form in the database (Form and the database are in the same workbook).
4) If the 'Reqeust #' in the Column 'A' matches the the 'Request #' entered in the form, then the matching cell should be selected (Activecell -Were the data can be overwritten, with the new entry)
5)If there is no matching 'Request #' found in the database, the script should loop to select the next available blank cell in column 'A'. So that the form data can be entered.
I am having a sheet where I keep track of when online surveys have been sent to users. The users enail address (column K) may be on the list for several times, but I need to make sure that there is at least a 7 days pause between sending the first mail and the second, depending on the visit date (column G).If there are less than 7 days between two entries with the same email address, the user is not qualified for taking another survey.
I was thinking to write an IF formula which returns either 1 or 0 and then let conditional formatting highlight and HIDE the row via a VBA loop.
is there a way to lock certain cells to allow data entry but not allow data to be removed.
View 2 Replies View RelatedIs there a formula that will allow me to look for the existence of any number value in a row of one worksheet and then return a specific number value in a cell on another worksheet? For example, if the formula finds any number value it will always return the number 15 to a cell on another worksheet.
View 3 Replies View RelatedI used a form with textboxes for data input for one of my vb macros. Currently I have the private sub from the form transfer those entries to a remote cell on the spreadsheet, (like in column "HZ"), so that the macro that will actually utilize them can retrieve them. Is there a way to pass that data directly from what is entered in the form in the textboxes to the macro that will actually use them?
View 4 Replies View RelatedI have a spreadsheet which when I enter data into cell E15 (this cell is dropdown list (AL,ML,SDY,Toil)) it will copy data from another part of the spreacheet and past as value only.
So the aim is to select e15 pick from the dropdown this activates my VBA that copies data from cell A" and pastes special in A3 will this work on a dropdown and if so what code do i use. If it wont work what can i do instead.
Example I have used;
Sub ch()
If Range("F15") = "AL" Then
Range("A2").Select
Selection.Copy
Range("A3").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Case Else
Exit Sub
End Select
End Sub
I've been searching but I can't find an answer that fits. Here's the closest I've come. Force Date Entry on Particular Condition. What I need is if A10 has any data in it then I want a box to pop up that instructs the user to input data into B10 they click OK and then enter the data. Once the user inputs data into B10 then the error should be cleared. If they don't enter data then the error should keep coming back.
View 3 Replies View RelatedI have a programme that will be accepting numeric data through a DDE link (Winwedge). My question is; is it possible through VBA to ensure data can ONLY be entered into a specified range from the DDE link?
View 2 Replies View RelatedI am trying to find away to split up data that is entered as text into a cell,and split that text data into 3 columns. Sample text enters in a cell can be:
10-3 or 1-3-1 or 12-11-0 or 1-6 or 8-8.
As you can see, the text entry can have two or three numbers in it. I would like to split this data so it looks like this: 10-3 would be cell A5=10, cell A6=3 and cell A7 is blank.
Another example would be 1-3-1 would be split A5=1, A6=3 and A7=1.
I know about the text to column function, but that is not the case as I want the data to split automatically with a formula.
However data now takes far too long to enter; for example if I type the number 9 into a cell it takes around 30 seconds to let me enter more data, it is as if it is working on some calculations. The VBA I'm using is as shown below.
View 3 Replies View RelatedI've created a userform that will pop up automatically when opening my workbook. My workbook will have many worksheets identified by the employee's last name, then first name (i.e. Doe, John) Etc. I ideally would like the name entry in my user form to locate the correct worksheet based on the sheet name and then all of the other data in the user form be put in the next available/appropriate row and column, etc. of that particular sheet. This user form would save me a ton of time keeping my training logs up to date, instead of having to locate each employee tab manually and then enter the data and then look for the next tab, etc.
At the end of the year I'll manually go to each worksheet and balance that year's training time and cost (as you'll see from the attached example), but I'm hoping that the user form entry will identify that "yearly balance row" as having data and would skip to the next row to begin the next year's training entry. The "Enter Data" Button would place all of the user form data (other than the name) into the appropriate row/column and I believe my refresh button will empty the user form fields, but I'm hoping it won't delete the data that was just previously entered into the worksheet. (See attachment)
I'm trying to make a macro that will help with data-entry. In two columns of each sheet (columns D and J), I'm entering school grade information ("K", "Pre-K", "1", etc, up to "12"). As I move off of each cell with data so-entered, I want to have the entry formated such that "1", becomes "1st", "12" becomes "12th", etc. I've put code into "Worksheet_SelectionChange" and the code works but...
1. The cell value is not changed upon leaving the cell, only after re-entering the cell. So, I type "1" in the cell, move on (the cell value remaining as "1"), then go back to that cell and the value becomes "1st" like I want. So each cell requires entry and then (for example), left arrow, then right arrow, then move on the next cell for data-entry. Since I'm only saving a few keystrokes for each cell, this approach is just about a wash. I need to have the data changed upon leaving the cell. Is there a way?
2. There are 50 or 60 sheets in the workBook and I have to copy that code onto each sheet. Is there a way to move it to the workBook level? Failing that, is there a way to ease the process of pasting that code to each of the sheets?
see in atteched file User-form "frmEntry" work fine to update the data in Trader worksheet. but i need help to program.for the "frmExit" which i program. u can look in to the database "Trader Worksheet" .it enter the data in next available row.instead of up dating the corresponding existing stock ticker.to sell the stock.also when i enter the second sell of stock it change the row which is already their.not in new row.
View 4 Replies View RelatedIs it possible to allow data entry within a listbox?
View 9 Replies View RelatedI need to have a message box appear if a user tries to enter a value not between 992200000 and 992299999 in the range B11:B1182. I used the following code to test this out (only for B11).
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Range("B11").Value < 0 Then
If Range("B11").Value < 992200000 Or Range("B11").Value > 992299999 Then
MsgBox "Please enter the Associate ID"
End If
End If
End Sub
The problem is A: I need to apply this to every cell in the aforementioned range. And B: I need to only restrict this when there is a number in the cell (I tried to add the first If statement to do that, but it didn't work).
I have managed to put together a userform to input the data from a safety audit card to populate a spreadsheet so that i can generate stats etc (every ticked check box inputed a tick onto the spread sheet into the correct colum for the data, on resetting the form it went to the next line as per the userform database example available here). This was working fine as it only had 5 check boxes and although my code was probably a bit rough, it did the job. The code I was using is:...
View 9 Replies View RelatedI have the following code in a userform, assigned to a command button.
Private Sub CommandButton1_Click()
Select Case TextBox2.Text
Case Is = ""
MsgBox "Please enter the Name of recipient."
Case Else
End Select
Select Case TextBox3.Text
Case Is = ""
MsgBox "Please enter the E-Mail Address of recipient."
Case Else
I modified this code as it was starting at the bottom of the worksheet & checking for the 1st vacant row from the top. I wanted it to start at the top & look for the first vacant row down. That way, if there was a entry that was deleted, it would find that row 1st & keep the list in order. This code worked fine for the last 2 days, but, this morning, nothing is being entered on sheet2.range A2 or lower.
I am trying to arrange a dependent drop-down list and have the basic listing working. My problem however is that when i pull data from sheet "Mon" for column C using indirect it works but when I try to do the same thing for column D i get the same data as column C. How do i get indirect (or offset if it works better) to allow me to reference the alternate data 1 column over?
View 3 Replies View RelatedI know this problem could be easily solved with the use of access. Unfortunatly I can only use excel. I am creating a uniform stock database. I a trying to create a user friendly face sheet, so that the operator does not have to have any knowledge of excel to use it. My question is to do with a data entry form. Sheet 2 of my spreadsheet has a list of all uniform in stock. At the moment it has two coloumns, "uniform type" and "uniform size". Is it possible to create a form on sheet 1 (the user interface) where a user could imput the type and size of an article of uniform that had just come in, and have it automatically added ot sheet 2?
View 4 Replies View RelatedI want to limit data entry in a range of cells to Y or N (Upper Case)
I have tried data validation, list, but this still allows y or n, I want just Y or N