As I have recently learned, it would be best to use a Local variable in this case, rather than an Instance variable.
Instance variables are really only advised when you plan to share the variable with a Sub-Macro.
For more info, see
As I have recently learned, it would be best to use a Local variable in this case, rather than an Instance variable.
Instance variables are really only advised when you plan to share the variable with a Sub-Macro.
For more info, see