cyberchief Posted April 11, 2005 Report Posted April 11, 2005 Ok... I am sure that nobobdy but me can see a use for this... but wanted to see if this can be done or, if not, a suggestion for future releases. I am working on a macro that is becoming a mile long. It is the nature of the beast with the programs I am using it with. I am having to create a new script for 3 different order applets... and, of course, each set of the code is a mile long. I want to be able to "hide" the script that is already completed for one of the programs so I can work directly with the script for the second program (and third after that). Basically, I want to hide everything between: -----here-------------> code code code code code code <-------and here--------- I can then continue to type and work with the code below this point. Any ideas? Quote
kevin Posted April 11, 2005 Report Posted April 11, 2005 Cyberchief, This feature is not currently in Macro Express. You can, however, put the commands you want to hide into another macro (select No Activation when creating this macro) and replace those lines with a 'Macro Run' command. Quote
cyberchief Posted April 11, 2005 Author Report Posted April 11, 2005 Thanks Kevin! That's what I thought. And thanks for the suggestion. I knew you could do that... but I think I want to avoid cutting it up. was only hoping to hide it while writing it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.