|
-
Apr 22nd, 2007, 12:59 PM
#1
Thread Starter
Junior Member
[2005] Exit Button
If I have an Exit button, what's the code to exit the form when i click it. I know Im useless.
-
Apr 22nd, 2007, 01:00 PM
#2
Hyperactive Member
Re: [2005] Exit Button
put that inside your buttons click sub
If a post has been usefull then Rate it! 
-
Apr 22nd, 2007, 07:20 PM
#3
Re: [2005] Exit Button
 Originally Posted by VBlee
put that inside your buttons click sub 
Never, NEVER use End. If you want to close the current form then call Me.Close. If you want to exit the application call Application.Exit.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|