s8884 Posted October 6, 2017 Report Share Posted October 6, 2017 Hello Is it possible, to call a sub Procedere with parameters? Thank you Quote Link to comment Share on other sites More sharing options...
Cory Posted October 6, 2017 Report Share Posted October 6, 2017 Not exactly. What I do is to create macros as subroutines but you can't pass parameters like a normal program. So I use variables that are scoped properly. If you notice when you define a variable there's an option for it to be available to sub-macros. I found scope in MEP to be confusing so I wrote this page to explain it. You can also use some other mechanism like the registry. Quote Link to comment Share on other sites More sharing options...
s8884 Posted October 7, 2017 Author Report Share Posted October 7, 2017 Thank you? Quote Link to comment Share on other sites More sharing options...
terrypin Posted October 7, 2017 Report Share Posted October 7, 2017 Another alternative is to use the command Run Macro in Variable. It's rather complex, but it would enable you to do it. Terry, East Grinstead, UK Quote Link to comment Share on other sites More sharing options...
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.