Hello everyone! I am new to the forum. I found it searching google for answers to my issues, since then I have searched this forum but am just as confused as before.
I will have excel spreadsheets that will be similar to the one found at the following dropbox link.
https://www.dropbox.com/sh/c5zghws832np4k7/AADFK8PpwLG8sBIbuL-0i93aa?dl=0
I will be making various spreadsheets but they will all follow the same format, the same columns, just different names and or numbers in them and could range up to around 1,000 rows of number plus name but mostly around a few hundred.
What I am trying to do is have a very simple userform with one text box that when a number or name is typed into the form and then the enter key or a submit button is pressed that it will add one number to the total next to the associated row for the number or name entered.
For example: If I would enter the number 2 (which can be seen in the spreadsheet as row 3) and hit the enter key or the name Ken (also row 3 in teh spreadsheet) and hit the enter key, it will then change the cell at column D row 3 to reflect 1, if I then enter 2 or Ken again and hit enter it will then increase the number in cell D 3 by one.
I have been trying to figure this out but have not had much luck, I can create a spreadsheet no problem, I can halfway make a userform, but I have no clue as to the VBA coding and every source I find I do not understand or they want you to buy a service or book.
So, first, can that be done? Second, how can I find out how to code that?
Thank you so much,
Dave
I will have excel spreadsheets that will be similar to the one found at the following dropbox link.
https://www.dropbox.com/sh/c5zghws832np4k7/AADFK8PpwLG8sBIbuL-0i93aa?dl=0
I will be making various spreadsheets but they will all follow the same format, the same columns, just different names and or numbers in them and could range up to around 1,000 rows of number plus name but mostly around a few hundred.
What I am trying to do is have a very simple userform with one text box that when a number or name is typed into the form and then the enter key or a submit button is pressed that it will add one number to the total next to the associated row for the number or name entered.
For example: If I would enter the number 2 (which can be seen in the spreadsheet as row 3) and hit the enter key or the name Ken (also row 3 in teh spreadsheet) and hit the enter key, it will then change the cell at column D row 3 to reflect 1, if I then enter 2 or Ken again and hit enter it will then increase the number in cell D 3 by one.
I have been trying to figure this out but have not had much luck, I can create a spreadsheet no problem, I can halfway make a userform, but I have no clue as to the VBA coding and every source I find I do not understand or they want you to buy a service or book.
So, first, can that be done? Second, how can I find out how to code that?
Thank you so much,
Dave