MrHydrant1857
New Member
- Joined
- Mar 29, 2019
- Messages
- 35
Hi everyone,
I am working on a program that has kind of a lot going on. I have a sheet that I manually input data into cells then use a macro to add that data into a "database" table in a separate sheet. that table has roughly 25 columns in it. from the initial macro only about half are used. Then i have another sheet that use a dropdown that has the data validation sourcing the first column of the database table. on the second sheet after i select from the dropdown I am manually entering data. i want to have my second macro add the new data into the table but in the appropriate column (column 14-25). I need the expert help on this as I am stuck. I know how to add rows and data into tables with VBA but I cannot for the life of me figure out how to input data into a specific table row. I may be too close to the program and might need a step back but any help would be appreciated
I am working on a program that has kind of a lot going on. I have a sheet that I manually input data into cells then use a macro to add that data into a "database" table in a separate sheet. that table has roughly 25 columns in it. from the initial macro only about half are used. Then i have another sheet that use a dropdown that has the data validation sourcing the first column of the database table. on the second sheet after i select from the dropdown I am manually entering data. i want to have my second macro add the new data into the table but in the appropriate column (column 14-25). I need the expert help on this as I am stuck. I know how to add rows and data into tables with VBA but I cannot for the life of me figure out how to input data into a specific table row. I may be too close to the program and might need a step back but any help would be appreciated