06-20-2008, 07:36 PM
To perform various operations with text and numbers, store the text in a variable. You can use the Text dialog (the first button in the floating toolbar) to create code to copy and paste using a variable.
If it is an arithmetic operation, the variable type must be int, or double, or long. Use function val() to convert string variable to number.
Example
Macro
If it is an arithmetic operation, the variable type must be int, or double, or long. Use function val() to convert string variable to number.
Example
Macro