[...]> Se hai problemi riposta pure.
Grazie, approfitto subito ;) !
oSheet = ThisComponent.CurrentController.ActiveSheet
CellRange = oSheet.getCellRangeByName("G23:I25")
for i=0 to 2
for j=0 to 2
Cell=CellRange.GetCellByPosition(i,j)
Cell.FormulaLocal = "=matr.inversa(g7:i9)"
next j
next i
Cos� funziona... _quasi_ : in _tutte_ le celle comprese tra G23:I25 mi mette lo stesso valore, cio� il primo della matrice inversa dei dati in G7:I9 (� gi� qualcosa).
C'� un modo veloce per tirare fuori gli altri?
-- MC
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
