Bonjour,

<code>
For i = 0 To StarDesktop.Frames.Count
   StarDesktop.getFrames().getFrames().getByIndex(0).Close(False)
Next i
</code>


peut être plutôt :

For i = 0 To StarDesktop.Frames.Count -1

;-)


Manuel

Répondre à