Invalid Value Error on Lotus
My problem concerns about Lotus 1-2-3. A series of errors occurred when saving files of different types. To resolve the issue, I created this simple macro: {file-save "X";"Lotus 1-2-3 (WK4)"} But it produces an error message: Invalid value. {FILE-SAVE}{A:F20} Check to be sure that: number arguments are numeric and text arguments are syntactically-correct text. arguments that require labels or values are not blank. If I leave out file-type, the macro will work. Otherwise, changing the file-type to CSV or XLS will get the same error message. How can I fix it?