September 27, 200718 yr 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.
September 27, 200718 yr I dont use such programs myself but would suggest you use<rest of script here>ENDEXIT
September 27, 200718 yr 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.
Create an account or sign in to comment