PDA

View Full Version : Solved: Line to close simple window



Neodubois
04-25-2007, 10:26 AM
Can't find the code to input when closing a book the system tells me that there is a large amount of information in the Clipboard. etc

and I would like the vb macro to click on "yes"

Thanks

lucas
04-25-2007, 10:35 AM
try:

Application.DisplayAlerts = False
Application.Quit

Neodubois
04-25-2007, 10:43 AM
I knew it would be easy

Many thanks