
Chapter 4: Spreadsheets in Calc
Sample macro:
Function Example Validity(CellValue as String, TableCell as String)
Dim msg as string
msg =Invalid value: &'” & CellValue &'"
msg = msg & in table: &'” & TableCell &'"
MsgBox msg ,16,"Error message"
End Function
Note: After changing the action for a cell on the Error Alert tab page and closing the dialogue with
OK
, another
cell must be selected before the change takes effect.
OpenOffice.org User Guide for 2.x 263
Comentarios a estos manuales