Error Messages/42612

Revision as of 01:27, 30 April 2011 by Lchrisman (talk | contribs) (Created page with "= 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 b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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
Loading comments...