Ill give it a try but when i use the
VB Code:
  1. For i=1 To NumberofRowsToCheck
  2.     For j=1 to NumberOfColumnsToCheck
  3.         Set aCell = aWorksheet.Cells(i, j)

Do i get rid of this all together?
VB Code:
  1. Do While aWorksheet.Cells(r1, c1 + 2) <> ""
  2.         Set aCell = aWorksheet.Cells(r1, c1 + 2)
And for the rows to check I just want to check the whole sheet so would i put in there 65536?


Thanks for all your paitence help fellas....