Ill give it a try but when i use the
VB Code:
For i=1 To NumberofRowsToCheck For j=1 to NumberOfColumnsToCheck Set aCell = aWorksheet.Cells(i, j)
Do i get rid of this all together?
And for the rows to check I just want to check the whole sheet so would i put in there 65536?VB Code:
Do While aWorksheet.Cells(r1, c1 + 2) <> "" Set aCell = aWorksheet.Cells(r1, c1 + 2)
Thanks for all your paitence help fellas....![]()




Reply With Quote