Consulting

Results 1 to 3 of 3

Thread: Solved: Line to close simple window

  1. #1

    Solved: Line to close simple window

    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

  2. #2
    Moderator VBAX Wizard lucas's Avatar
    Joined
    Jun 2004
    Location
    Tulsa, Oklahoma
    Posts
    7,323
    Location
    try:
    [VBA]
    Application.DisplayAlerts = False
    Application.Quit
    [/VBA]
    Steve
    "Nearly all men can stand adversity, but if you want to test a man's character, give him power."
    -Abraham Lincoln

  3. #3
    I knew it would be easy

    Many thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •