ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I make a macro automatically select Yes when a yes/no box appears? (https://www.excelbanter.com/excel-programming/357832-how-do-i-make-macro-automatically-select-yes-when-yes-no-box-appears.html)

JasonK[_2_]

How do I make a macro automatically select Yes when a yes/no box appears?
 
I run a macro that replaces cells, and it stops and asks, "do you want
to replace the contents of the destination cells?"

i would like to make it automatically select yes.

is this possible?

thanks in advance.
jasonk



Papou

How do I make a macro automatically select Yes when a yes/no box appears?
 
Hello
Use:
Application.AlertBeforeOverwriting = False

HTH
Cordially
Pascal



JasonK[_2_]

How do I make a macro automatically select Yes when a yes/no box appears?
 
That didn't work. it still shows me yes / no and stops running. I need
it to select yes and keep on running.

TIA






On Mon, 3 Apr 2006 11:25:25 +0200, "papou" <cestpasbon@çanonplus
wrote:

Hello
Use:
Application.AlertBeforeOverwriting = False

HTH
Cordially
Pascal



Papou

How do I make a macro automatically select Yes when a yes/no box appears?
 
Try
Application.DisplayAlerts = False

and remember to set it back to True when you're finished

HTH
Cordially
Pascal



JasonK[_2_]

How do I make a macro automatically select Yes when a yes/no box appears?
 
On Mon, 3 Apr 2006 15:33:00 +0200, "papou" <cestpasbon@çanonplus
wrote:

Application.DisplayAlerts = False


Thanks a ton. it worked perfectly that time.
excellent.



All times are GMT +1. The time now is 04:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com