bs0d
Well-known Member
- Joined
- Dec 29, 2006
- Messages
- 622
So I've seen this question a lot, but I haven't found a solution that applies to multiple columns.
I'm looking to obtain the row number that represents the first cell that contains any data, search between a pre-defined range of columns, for instance B:G.
Most of what I find applies to one column only, like this:
I'm looking to obtain the row number that represents the first cell that contains any data, search between a pre-defined range of columns, for instance B:G.
Most of what I find applies to one column only, like this:
Code:
Columns("A").Find("*", Cells(Rows.Count, "A"), xlValues, xlWhole, , xlNext).Address