Thread: Loop Problem
View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
Todd huttenstine Todd huttenstine is offline
external usenet poster
 
Posts: 260
Default Loop Problem

Ah thanx that did it.


Appreciate everyones help.

Have a good day!
-----Original Message-----
Todd,

remove the ":" after "A"


In article ,
"Todd Huttenstine"

wrote:

Well its looping through correctly, but then when it

finds
a cell that equals the #N/A error, it hits the

following
line of code...

Sheets("Mismatches").Range("A:" & Sheets
("Mismatches").Range("H2").Value) = cell1

I get the error Runtime error 1004 Application defined

or
object defined error.

.