Hi Phil

You should follow Cor's advices :)

Btw, here is a sample code in OOoBasic


sub annotationExemple()

        doc = thisComponent
        theSheet = doc.sheets(0)
        theCell = theSheet.getCellRangeByName("A1")

        annotations = theSheet.annotations
        annotations.insertNew(theCell.cellAddress,"This an annotation")

end sub

HTH

Laurent



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to