excel - Immediate Box (Debug window) Display Separately -


i sorry if silly question. display message box similar immediate window sit "always on top" , scroll countdown while not interrupting vba program.

i crunching numbers 40,000 rows , each run takes 15 minutes. don't know if it's still running or when current vba code complete.

does have suggestions?

use status bar:

application.statusbar = "row " & rownum & " of " & rowcount 

at end, clear status bar:

application.statusbar = false 

Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

Process 'command 'F:\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 -