Why this isn't running properly (excel macro) Pls help!!
Describe your problem, so we know what to look for.
Regards,
Per
"Jay" skrev i meddelelsen
...
If Sheet3.optD1D2.Value = True Then
MsgBox "D1/D2Kgs and D1/D2"
ElseIf Sheet3.optD3.Value = True Then
MsgBox "D3Kgs and D3"
ElseIf Sheet3.optBoth = True Then
MsgBox "Computes both Plant"
Else
MsgBox "Please choose what source to run."
End If
|