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?

有帮助吗?

解决方案

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

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top