![]() |
I don't want to see scroling which VBA does, adding a progress bar
Hi!
I made some VBA code which takes about 20 seconds to finish and the selection goes from one row to another and i can see all that. I don't want to see that, I just want VBA to preform my task and I want the screen to be still all the time. And is there a way to add a progress bar so i know when it's finished and how long will it aproximattly take to finish? Thanks! Marko Svaco |
I don't want to see scroling which VBA does, adding a progress bar
Marko
use: Application.ScreenUpdating = False ' your code Application.ScreenUpdating = True You probably won't need a progress bar as the execution will be much quicker Regards Trevor "marko" wrote in message ... Hi! I made some VBA code which takes about 20 seconds to finish and the selection goes from one row to another and i can see all that. I don't want to see that, I just want VBA to preform my task and I want the screen to be still all the time. And is there a way to add a progress bar so i know when it's finished and how long will it aproximattly take to finish? Thanks! Marko Svaco |
I don't want to see scroling which VBA does, adding a progress bar
Thanks!!!
Now it takes 2 secs not 20 like before!!! Thanks!!! Marko "Trevor Shuttleworth" wrote in message ... Marko use: Application.ScreenUpdating = False ' your code Application.ScreenUpdating = True You probably won't need a progress bar as the execution will be much quicker Regards Trevor "marko" wrote in message ... Hi! I made some VBA code which takes about 20 seconds to finish and the selection goes from one row to another and i can see all that. I don't want to see that, I just want VBA to preform my task and I want the screen to be still all the time. And is there a way to add a progress bar so i know when it's finished and how long will it aproximattly take to finish? Thanks! Marko Svaco |
All times are GMT +1. The time now is 08:32 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com