Hello all,
Fairly new to VBA, I have for example ( using "_" character to represent blank )
_ _ _ _ 2 5 3 9 0 _ _ _ _
What I want to do in VBA is return the range of the first row of only the cells that have data. In this example I would return the range of E1:I1
I've tried various...