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'
.
Remedy
Fix the values to the «start» and «stop» parameters so that they are all upper case, or all lower case.
See Also
Comments
Enable comment auto-refresher