Frage

I have to check cells and when it is empty show MsgBox or something. So I`m looking for IsNull function or cell.length. Has BASIC some kind of this functions?

War es hilfreich?

Lösung

In OpenOffice I would use YourCell.String == ""

Andere Tipps

According to http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide/Cells_and_Ranges, you can check Cell.Type to see if it is equal to com.sun.star.table.CellContentType.EMPTY.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top