I would like to use a macro for a new but similar document I get each week. In the document there is a section with a label that I want to select just that section. It is divided by a blank row above and a total and blank row below. The total number in row 718 equals the number of rows in that section, so I may be able to trim that number and use it as a variable. The number of rows changes each week.
I can start with Cells.find (What:="New SRs"... But I don't know how to select all the way to the blank row.
Thanks for any help offered!
Example:
413 New SRs
414 SR#
415 54365-1
416 54366-1
417 54367-1
418 54367-2
...
717 54703-1
718 Total Service: 303
719 *Blank*
720 Next Section
Bookmarks