I am trying to refresh the data or wait for the formulas to calculate before going to, Next
Help
Sub Update()
Range("AU2").Select
Dim cl As Range
For Each cl In Range(Cells(2, 47), Cells(60000, 47))
Select Case cl.Value
Case "s"
if_s
Case "b"
if_b
End Select
Next
End Sub
Help
Sub Update()
Range("AU2").Select
Dim cl As Range
For Each cl In Range(Cells(2, 47), Cells(60000, 47))
Select Case cl.Value
Case "s"
if_s
Case "b"
if_b
End Select
Next
End Sub