hisbadbanana
IS-IT--Management
i have a macro that (while performing its task) counts down from 100 to zero. how do i make count up so it looks like a percentage.
here's the one line of code that i need to change.
here's the one line of code that i need to change.
Code:
Application.StatusBar = (100 / (n - myRow) * (i - myRow))