Delete a row in an array

  • Thread starter Thread starter cogent
  • Start date Start date
C

cogent

Hello

I have a program that is sensitive to speed.

What is the most efficient way to identify and delete select "records" from
an array (rows)? Is it computationally faster to paste the array to a
worksheet or is there a macro or procedure where I can accomplish the
objective with speed?

Thank you

W
 
I will answer my question.

It is fastest to loop through the "dirty" array and port "good records" to a
new array repository. No deletion necessary.

W
 

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

Back
Top