Macro Setting

  • Thread starter Thread starter H
  • Start date Start date
H

H

I am setting up a macro and in it the is a "make a table" query that
would require the user to click on "yes". Is there a way that popups
don't appear and yes is the default?
 
Preceed it with SetWarnings to No, then the query, and follow with
SetWarnings to Yes.
 
Back
Top