Hallo,

 Wolfgang Jäth schrieb:
> > In die andere Richtung wäre auch interessant, der Inhalt 
> der Zelle B3
> > ist automatisch die Beschriftung des Tabellenreiters.
> 
> Dafür gibt es genauso wenig eine Funktion.

Das geht mittels benutzerdefinierter Funktion, z.B.:

Function Blattname(BName As String)
  ThisComponent.CurrentController.ActiveSheet.Name = BName
End Function


Gruß
Jörg


---------------------------------------------------------------------

Abmelden von der Mailingliste: [email protected]
Informationen: http://www.openoffice.org/de/

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

Antwort per Email an