stromba Creative Commons License 2006.11.27 0 0 4563

 

Azt hiszem ezt kerested:

 

Option Explicit


Sub Szamol()
'
' Szamol Makró
'
'
Dim i As Byte
For i = 8 To 61

    SolverAdd CellRef:=Cells(i, 7), Relation:=3, FormulaText:="0,000001"
    SolverOk SetCell:=Cells(i, 8), MaxMinVal:=2, ValueOf:="0", ByChange:=Cells(i, 7)
    SolverSolve UserFinish:=True

Next i

End Sub

Előzmény: tammmy4 (4561)