Avoid Confirmation Questions

  • Thread starter Thread starter Mike H.
  • Start date Start date
M

Mike H.

How do I avoid this question:

Do you wish to replace the contents of the destination cells in Pivot Table?
 
Application.DisplayAlerts=false
The above statement will stop the response, but if a user just clicks in the
pivot table currentpage changing cell, I can't capture to change change the
above to false before the change is made. Then I get the question below.
VBA Help says the property changes back to true when code stops, so I can't
make it false before code starts and can't capture the clicking of the
currentpage cell. Ideas?
 

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