Pergunta

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?

Foi útil?

Solução

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

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top