JLG Copy Row

  • Thread starter Thread starter Rpettis31
  • Start date Start date
R

Rpettis31

I need help to complete a project.
It sort of works it just takes the last know value row that was true and
copy/pastes it not every row that met the condition as true. It is also
slow, is there another way to speed it up. I have updating false and my calc
to manual.
 
add this to the beginning of your code

Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual

and this to the end:

Application.ScreenUpdating =True
Application.Calculation = xlCalculationAutomatic
 
Gary,

I already have that done as noted in my initial query.

thanks
 

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