Posted to microsoft.public.excel.programming
|
|
Looping through a Range and copying to Another Sheet
Hi Big H
Try this
http://www.rondebruin.nl/copy5.htm
--
Regards Ron de Bruin
http://www.rondebruin.nl
"Big H" wrote in message ...
Hi there,
I am new to VBA, and I am wondering if its possible to do the following:
I have a range of data (dynamic), which shouldn't go any more than 200 rows, and is within columns A:H. What i want to do is loop
through the range and anything which has "CCLS" within column H, then copy it to sheet CCLS. Sometimes there might not be "CCLS"
within column H, so some sort of error code may need to be added to make the code work.
tia Harry
|