Hi all:
I'm working on a project where I'd like to programmatically select a row
which meet certain criteria, examine the next row and select or skip
depending on if it meets the conditions, then finally paste all the rows into
a new worksheet
I think my psuedocode would look something like.
If cell "Quantity" is > than 1 then select the Item, Make, Model and
Quantity cells, if "Quantity" equals 0 then skip the row and check the next
row.
When a blank row is reached then copy all the selected rows
Make a new worksheet and paste the selected range into the new worksheet.
Am I on the right track or would I need to select a row at a time, paste it
to the new sheet, then go look at the next row.
Thanks for any help and guidance.
Norm
Bookmarks