|
-
Dec 22nd, 2004, 06:09 AM
#1
Thread Starter
New Member
Stop macro in excel
hi
I just create some macro in excel and i need some help to finish it...
So... i need a code to stop the macro at some point. For example:
If mystring = somethink then
*** Stop/break the opretaion ***
EndIf
I try with stop function and it does not work as i need it...
Thx
-
Dec 22nd, 2004, 06:20 AM
#2
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button
Wait, I'm too old to hurry!
-
Jan 7th, 2005, 01:40 PM
#3
Addicted Member
Re: Stop macro in excel
for quitting program
End
for exiting a subject
Exit Sub
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
|