:) Thanks!
There's still some room for improvement in Cologo's error messages. For errors in procedures, I'd love for messages to include the row and column number of the offending cell, for instance.
There are also a handful of spreadsheet parsing conditions that intentionally have silent behavior (there are no "compile errors" in Cologo), but could emit or store useful warnings, such as when a spreadsheet appears to define two procedures with the same name. When a cell that looks like a procedure label is disqualified as such for one of several possible reasons, I'd like Cologo to remember so that the "I don't know how to blah" error message can also say, "...but I did see something that looked like blah at cell X:Y, which was ignored because xyz..."
-- Dan