AccessMyLibrary provides FREE access to millions of articles from top publications available through your library.
Create a link to this page
Copy and paste this link tag into your Web page or blog:
HOW SYMPHONY PROCESSES A SUBROUTINE
When Symphony's macro processor encounters a word in braces, [routine], for example, the macro processor determines whether that word exists as a range name in the worksheet. If a corresponding range name exists, macro control is immediately transferred to commands stored in that range.
The macro processor processes the commands starting in the named cell until it either encounters a [RETURN] command or runs out of commands to process. Then macro control is transferred directly to the …