do not show

  • Thread starter Thread starter Miree
  • Start date Start date
M

Miree

I have codes which take information from one sheet and move it to another,
is there a way that when the macro is running it moves the data with out
showing all the movement?
 
Hi,

Try adding this line of code at the begining of yours

Application.ScreenUpdating = False

rgds
 
Be sure to reset to =true and the end. Also, you need NOT select to
copy/move data
 

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