Search code examples
openoffice-calcopenoffice-basic

Open Office Basic cell.length


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?


Solution

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