Jump to content
Macro Express Forums

Carlos Garcia

Members
  • Posts

    6
  • Joined

  • Last visited

Carlos Garcia's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Macro express has massacered my macros there are 45 none of them open all the file names are screwed up everything is all over the place new macros with partial filenames of my originals with password protection (which I have never used) this is an absolute NIGHTMARE. Hi ok I'm calm now, by the way backup your stuff because you never know when ME will do a "Hannibal Lecter" on your work.
  2. If a Macro calls another macro, does control flow back to the original macro like a function terminating in a language like C++? EG Macro1 Text Type a Text Type b Text Type c Text Type d Macro Run: Macro2 Text Type e Text Type f Text Type g Macro2 Text Type A Text Type B Text Type C Text Type D Would this output the following: a b c d A B C D e f g OR a b c d A B C D
  3. I see thank you for the quick post. I will either have to rename varibles so I do not use the same one twice unless I can find some form of "reset all variables to default" type command.
  4. Hi, I'm planning for a group of macros to call each other or not in sequence based on certain conditions I don't need to go into. These macros are basically subroutines of a larger task. I have reused much of the "code" from one subroutine to the other. Therefore I need to know if variable "N1" in "Macro_1" is set to "Apples", then Macro_1 calls Macro_2 as it's last instruction before it terminates will the value within "N1" be initialised as "Apples" if this variable is used in Macro_2? In other words to variable values "carry over" into other macros? Needless to say is this happens it's going to be extra work for me... Thanks in advance.
×
×
  • Create New...