I have a macro where i open up several files and then process each one as i open it up.
One thing that keeps changing is the location of the header row. As a result the macro stops / or results in erroneous results if i dont find the header row correctly.
So i was thinking of defining the header row as follows:
Header_row: Is the row with most entries and has the rt-most entry in a given row.
I was thinking of using this last statment to help ID the header row. But i am not sure the best way to even approach this without creating a prgm that takes for ever to run.
I am enclosing a file to help.
Bookmarks