I need to create some VBA code that will create a table for each employee containing their corresponding information. This information is retrieved from a section of rows from a table (that contains all employees data) where the row value for that particular field is the word “Employee”, and the section selection ends in a row under that same field but with the characters “% Completion”. See attachment.
So my first table will be for Employee Sam and it will go from row 1 to row 24. Second one will be for David from Row 25 to 39, etc…