Macro Append Table Query

D

domdog

I have Macro that appends a Table several times and each Time it does this I
get a warning that I have to hit enter to get past. How do I get around
this, also the beeping is an irratant.
 
H

hesperian

You could add the setwarnings property to false at the begining of the
macro.
 
Top