If I search for a name in Excel, how do I get the Range of the cell once the name is found?
For example, I search for for John Doe and it is located in Range("A22"), how do I assign A22 to a variable? How will I later increment A22 to A23 and so forth? Thanks for any help.