von komma4 » Mi, 22.10.2008 10:50
ANke hat geschrieben:Hallo ich bin mal wieder

Freut mich, Anke, dass Du noch bist!
Wie wäre es damit:
Code: Alles auswählen
Sub ClearSheet
ThisComponent.Sheets(0).clearContents(7)
'1 - value
'2 - date, time
'4 - strings
'8 - annotation
'16 - formula
'32 - hardattr
'64 - styles
'128 - objects
End Sub
Der Steuerungsparameter wird durch Addition der Werte festgelegt.
Hilft Dir das?
[quote="ANke"]Hallo ich bin mal wieder ;)[/quote]
Freut mich, Anke, dass Du noch bist!
Wie wäre es damit:
[code]Sub ClearSheet
ThisComponent.Sheets(0).clearContents(7)
'1 - value
'2 - date, time
'4 - strings
'8 - annotation
'16 - formula
'32 - hardattr
'64 - styles
'128 - objects
End Sub[/code]
Der Steuerungsparameter wird durch Addition der Werte festgelegt.
Hilft Dir das?