do not show

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?
 
A

Anthony

Hi,

Try adding this line of code at the begining of yours

Application.ScreenUpdating = False

rgds
 
D

Don Guillett

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