[SOLVED] About Upper Limit of Random Macro

I can only set up to 9 random macros. Why is this?

This macro performs actions randomly.

It assigns a number from 1 to 36 to RAND. Empty counts randomly up to 36. However, when I actually run the macro, it only selects values from 1 to 9.

Why is that? Can you create a macro to replace this?

This is because you are using "contains" rather than "is" or "="

"contains" will match any number that contains the digit. I.e. "contains 1" will match 1, 12, 13, 21, 31 etc, etc

6 Likes

Thank you. It is easy to understand!!!

1 Like