Results 1 to 3 of 3

Thread: VBA Closing Excel

  1. #1

    Thread Starter
    Hyperactive Member MetallicaD's Avatar
    Join Date
    Feb 2001
    Location
    Tallahassee, FL
    Posts
    488

    VBA Closing Excel

    Little help.. what command can i give from WITHIN Excel to close Excel? Im looking for something as easy as 'App.close' or something like that.. is there a way?

    -Matt
    [vbcode]
    '*****************************
    MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
    '*****************************
    [/vbcode]

  2. #2
    Lively Member Crazy_bee's Avatar
    Join Date
    Jul 2001
    Location
    Fitchburg
    Posts
    90
    Windows(2).Close
    Don't ever Ginop before you Ginip

  3. #3
    Lively Member ccrawford's Avatar
    Join Date
    Nov 2001
    Location
    Liverpool
    Posts
    86

    Closing Excel

    Hi
    Try this:

    Excel.Application.Quit
    Colin

Posting Permissions

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



Click Here to Expand Forum to Full Width