Results 1 to 3 of 3

Thread: How do I exit using outlook forms???

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Location
    Midlands
    Posts
    13

    How do I exit using outlook forms???

    I am busy trying to work out the commad to exit, if an exit button is pressed.......rather than using the close button on the top right, is this possible??? If so how???

  2. #2
    New Member
    Join Date
    Sep 2005
    Location
    England
    Posts
    11

    Re: How do I exit using outlook forms???

    errr, i know this works with forms in VB
    Put this in the button code that you have:

    Code:
    Sub button_click
    
    Unload Me
    
    End Sub
    dont know if it will work for you.

  3. #3
    Fanatic Member kaihirst's Avatar
    Join Date
    Jul 2005
    Location
    The Resaurant At the End of The Universe
    Posts
    633

    Re: How do I exit using outlook forms???

    Hi,

    pretty sure youll ahve to do this in VBA

    ta

    kai
    As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..

    A few things that make a good Developer a Great One.
    Methodical and a thorough approach to research and design inevitably leads to success.
    Forward thinking is the key to Flow of control.
    Never test in the design environment, always test in real time, you get the REAL results.
    CBSE & OOSE are the same animal, they just require different techniques, and thinking.
    SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
    The key to good design is explicit attention to both detail and response.
    Think Freely out of the "Box" you're in..... You will soar to better heights.

    Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT


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