GAH!
Not sure whether this is the right forum for this one...
Can anyone suggest why my status bar isn't working?
If rRaw Mod 100 = 0 Then
Application.StatusBar = "Processed " & Format((rRaw / BottomRow), "%")
Else
Application.StatusBar = "whatevah"
End If
Even with bad variables I should get "whatevah" but I get nothing but the title of the Excel doc -- it never updates at all.
Not sure whether this is the right forum for this one...
Can anyone suggest why my status bar isn't working?
If rRaw Mod 100 = 0 Then
Application.StatusBar = "Processed " & Format((rRaw / BottomRow), "%")
Else
Application.StatusBar = "whatevah"
End If
Even with bad variables I should get "whatevah" but I get nothing but the title of the Excel doc -- it never updates at all.