Finding first and last cells containing data
Posted by Jerry Weinstein on June 06, 2001 9:55 AM
How can I (keystrokes or VBA)
1. Find the first cell after column x in a row that has data
2. Find the last cell in a row after column x that has data
I want to write a macro that will do this for large file but I'm sure of the above technique.
Thanks.