I'd use the statusbar at the bottom.
Application.statusbar = "Processing: " & mycell.row & " at: " & now
Inside the loop
then at the end, give the statusbar back to excel:
application.statusbar = false
=====
But if you want a statusbar, you can look at John Walkenbach's site:
http://www.j-walk.com/ss/excel/tips/tip34.htm
"Dan R." wrote:
>
> nevermind, you're exactly right... that worked. I hate to push my luck
> but could you please give me some insight as to how to display as
> progress bar while the code is running?
>
> Thanks,
> -- Dan
--
Dave Peterson