calculations on vlookup during a macro

  • Thread starter Thread starter Kenlyn
  • Start date Start date
K

Kenlyn

I have a macro the does a vlookup from a different worksheet in the
same workbook. It is a large file, 50,000 rows. After the vlookup is
complete, I insert columns next to the results of the vlookup and the
insertion causes the vlookup to re-calculate and it slows the macro
down. All I am doing is inserting a few columns. Is there a way to
make that part of the macro speed up, but not continually
re-calculating.

I know that I can paste values and then delete the vlookup column with
the formula. Was wondering if there was another way.

Thanks.

Kenlyn
 
Maybe insert your columns before you apply the formula???

Maybe turn calculation to manual until you want it turned on for real??
 

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

Can't Explain N/A in Vlookup 2
How to stop a vlookup function in vba 2
Speek cells, barcode scanner 3
VLookup Function HELP 7
vlookup 4
VLOOKUP formula? 12
Was VLOOKUP the wrong choice? 8
Vlookup and Indirect help!! 2

Back
Top