VB ScreenUpdate = False

HotNumbers2001

Board Regular
Joined
Apr 21, 2002
Messages
139
How Can I make the Macro Run without showing all the steps on screen while it is profoerming the Macro.

I used the following code in the begining of the Macro but doesn't seem to work. Does Anyone have any ideas?


Application.ScreenUpdating = False

o_O
 
Your problem may be real ineffcient code ... if you post your code it maybe that it can be simplified to run in a second or two and without the "flashes" .I've seen Code that has the "selects" taken out of it change from taking 20+ seconds to under 1 second !
 
Upvote 0

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Listen to Nimrod (and NateO & others) who will tell you to avoid "Selects" like the plague! It really does make a difference! And follow Nimrod's other response and post your code. It'll get cleaned up in a jiffy!

Smitty
 
Upvote 0
HotNumbers2001 said:
How Can I make the Macro Run without showing all the steps on screen while it is profoerming the Macro.

I used the following code in the begining of the Macro but doesn't seem to work. Does Anyone have any ideas?


Application.ScreenUpdating = False


Sorry about sticking my nose in again but it's working fine for me HotNumbery. I'm using Excel-2000


BUT...
30 seconds or so of staring at a button with an hourglass over it would likely drive my boss nuts too.

SO...
A progress indicator would be perfect, TY for the offer PennySaver. I could use something like that while I convert all my time consuming formulas over to VB which will be a fun learning experience.

pennysaver said:
...Mess with this again and I'll melt down your hard drive if you don't give me a raise". :devilish: Smitty
LMAO
 
Upvote 0

Forum statistics

Threads
1,215,205
Messages
6,123,634
Members
449,109
Latest member
Sebas8956

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top