OpenOffice.org 2.x Guía de usuario Pagina 297

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 508
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 296
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
Vista de pagina 296
1 2 ... 292 293 294 295 296 297 298 299 300 301 302 ... 507 508

Comentarios a estos manuales

Sin comentarios