06-19-2007, 04:33 PM
You probably launch the function using the Run button. To prevent accidental launching, insert line containing space and / at the beginning of the function.
Don't use end, unless you don't want to continue macro1.
Don't use + with str, unless you need to share the variable directly, not through arguments.
Don't use end, unless you don't want to continue macro1.
Don't use + with str, unless you need to share the variable directly, not through arguments.
