Endless loop?

S

STEVE BELL

John,

I forgot to add .row
Without .Row Excel doesn't know what you want...

rw2 = Sheets("NI").Range("A9").End(xlDown).Row + 1

and you were correct to delete rw1 = 0...
 
J

John

Steve, thanks for all the help. I really like the qualifications on the find
function.
 
S

STEVE BELL

John,

Glad to have helped! Thanks for the feed back.

One thing I do is to experiment in Excel with the Macro Recorder on.
That's how I found the Find code for you...
 
J

John

very cool, nice job again.

STEVE BELL said:
John,

Glad to have helped! Thanks for the feed back.

One thing I do is to experiment in Excel with the Macro Recorder on.
That's how I found the Find code for you...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Looping a loop? 3
Delete rows macro 3
endless loop help 1
Find next problem 1
help with macro 9
Find and loop help-multiple columns 4
findnext error in loop 2
loop with array 6

Top