I am trying to set my string variable fasname to equal the value of the next non-blank cell to the right of the cell that is equal to my other string variable fasacct.
Here's what I've tried:
fasname = hws.UsedRange.Find(fasacct).Offset(0, xlToRight).Value
I've tested by replacing...