M Maxwolf New Member Feb 15, 2018 #1 i have code who make a certain time before we see the result. Is there a special code we can use to make a message : " Wait it is processing ...
i have code who make a certain time before we see the result. Is there a special code we can use to make a message : " Wait it is processing ...
Chihiro Excel Ninja Feb 15, 2018 #2 Search VBA progress bar and you'll find plenty of codes. Here's link to thread, in which status bar was used instead (it also has link to Userform based progress bar). https://chandoo.org/forum/threads/progress-bar-in-a-monte-carlo-sim.33081/#post-196165 Edit: Or if you just want to show that it's processing... just use simple UserForm with some message on it.
Search VBA progress bar and you'll find plenty of codes. Here's link to thread, in which status bar was used instead (it also has link to Userform based progress bar). https://chandoo.org/forum/threads/progress-bar-in-a-monte-carlo-sim.33081/#post-196165 Edit: Or if you just want to show that it's processing... just use simple UserForm with some message on it.