Error Messages/42612
Example Error Message
- In the multi-character sequence from "a" to "ZZ", the letters in both the «start» and «stop» values are not consistent in case. They can either be all upper case, or all lower case, but mixed-case is not allowed.
Cause
When using Sequence or m..n to generate spreadsheet sequences, the letters in the «start» and «stop» must be all upper case, or all lower case. This error occurs if you mix upper and lower case.
For example:
'a'..'ZZ'
or
'aa'..'zZ'
See Also
Comments
Enable comment auto-refresher