Hallo Guido
Guido H. Dirkes schrieb:
Dear all,
starting to work with OO marcos, I face a problem with the thisComponent while
working with the Openoffice Basic editor. I found several examples working
with the thisComponent, which will not work if you try to modify and test
them from the Openoffice Basic editor. Now I am wondering, if it is possible
to modify the thisComponent in a way, that it will face to the
spreadsheet "A" instead of the Openoffice Basic editor, while I am trying to
debug the macro.
Any suggestions welcome ;-)
Ich geh mal davon aus das du der deutschen Sprache mächtig bist, -du
möchtest auf das Tabellenblatt mit der Bezeichnung "A" zugreifen ?
..
myDoc = thisComponent
mySheet = myDoc.Sheets().getByName("A")
...
Gruß Werner
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]