I have many 100's of PDFs that I am going to be using Adobe's Acrobats function to export to excel.
In testing this has worked wonderfully.
I am now looking to pull data from these excel files.
I need help with VBA code.
First thing I did was unmerge all the cells to make it easier to find stuff.
In column A the identifier I am using to locate the desired rows to copy are numbers.
Example 1.1, 1.2, 1.3, 1.4 going until 1.9. The first digit can max out at 20, so 20.9 would be the last.
Next once located I would want to copy any of these rows to a new sheet.
THANK YOU in advance for help with any part of the code!
In testing this has worked wonderfully.
I am now looking to pull data from these excel files.
I need help with VBA code.
First thing I did was unmerge all the cells to make it easier to find stuff.
In column A the identifier I am using to locate the desired rows to copy are numbers.
Example 1.1, 1.2, 1.3, 1.4 going until 1.9. The first digit can max out at 20, so 20.9 would be the last.
Next once located I would want to copy any of these rows to a new sheet.
THANK YOU in advance for help with any part of the code!