Rashidfahim_pk Posted September 27, 2007 Posted September 27, 2007 I want to add just an "end macro right now" in my macro. But don't know is it "End" command or "Exit" or some other.Looking forward for any help.
Yzöwl Posted September 27, 2007 Posted September 27, 2007 I dont use such programs myself but would suggest you use<rest of script here>ENDEXIT
IcemanND Posted September 27, 2007 Posted September 27, 2007 Exit - Exits a block of Do…Loop, For…Next, Function, Sub, or Property code. But continues with any remaining code.End - Terminates execution immediately. Never required by itself but may be placed anywhere in a procedure to end code execution, close files opened with the Open statement and to clear variables.
Rashidfahim_pk Posted October 2, 2007 Author Posted October 2, 2007 (edited) Thanx again. Its working. Edited October 2, 2007 by Rashidfahim_pk
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now