I have a sheet in which I'm entering values in cell from two different tables.First table has 3 fields so sheet1.range from A1 to c23 gets filled with this table values.Now the second table has two fields and I fill Sheet1 from A25 till B37.
Now each of the table gives me column headings at A1,B1,C1 for the first table and A25,B25 for the second table.So I want to traverse through this entries but when I encounter table2 entries or more specifically a column heading I should halt and traverse through them for a different process altogether.
The number of rows for either table is not fixed.