Hi All,
Is it possible to Dynamicall change the condition of the same IF loop?
i.e
RunCall=refwrkbook.Worksheets(refsheet).Cells(1,1).Value

RunCall = 1

If <Condition 1> Then
...
End If

RunCall = 2
If <Condition 2> Then
...
End If

RunCall = 3
If <Condition 3> Then
...
End If