Code runs and completes but the statusbar line of code doesn't update the statusbar, which remains blank throughout the running of the code.
Works fine in Excel 2007.

             Application.StatusBar = "Progress: " & e & " of " & z & ": " & Format(e / z, "Percent") & _
                                        "    Current File is   " & m
               DoEvents
Can anyone offer an explanation why this might be happening?