I have 0 experience with VBA and am wondering if there's a way to input information on one sheet, and run a macro to move it into a larger data table on a different sheet in the same Excel file.
The larger data table has columns: Client, Project, Supervisor, Staff, Billing Rate, and Hours worked with one row of data per staff member on each project (Client, Project, and Supervisor remaining the same in every row).
Is it possible to write a script that could take an input of the client, the project, the supervisor and the info for each staff member and insert the necessary rows onto the bottom of my larger data table. The reference to the end of the large table would have to be dynamic as this is supposed to be a working log to keep track of staff. Thanks in Advance :D