Hello,
when I run this macro a message shows that Error: Sub or Function not defined. The code is as follows-
>>> use code - tags <<<
Can anyone find the error and correct it?
when I run this macro a message shows that Error: Sub or Function not defined. The code is as follows-
>>> use code - tags <<<
Code:
Sub Macro1()
'
' Macro1 Macro
'
' Keyboard Shortcut: Ctrl+m
'
SolverOk SetCell:="$I$49", MaxMinVal:=1, ValueOf:=0, ByChange:="$C$37:$C$46", _
Engine:=1, EngineDesc:="GRG Nonlinear"
SolverOk SetCell:="$I$49", MaxMinVal:=1, ValueOf:=0, ByChange:="$C$37:$C$46", _
Engine:=1, EngineDesc:="GRG Nonlinear"
SolverSolve
End Sub
Can anyone find the error and correct it?
Last edited by a moderator: