Is this a big in Excel 2013 or is it me (VBA Screenflickering)

Eisasuarez

Well-known Member
Joined
Mar 23, 2012
Messages
653
Hi All

I have a spreadsheet with multiple shapes

Based on a selection i make - i hide a picture and display the relevant picture

The problem im having is that the screen flickers before it displays the shape

I have tried Application.screenupdating to false, turned off the calculation through code, tried DoEvents, tried the windows API Sleep function but nothing seems to stop this behaviour

Am i doing something wrong?
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
I don't believe it is a big. It is probably normal behavior for that graphic load.
 
Upvote 0
Hi - is there a way to disable that flicker for graphic load although it is already turned off i believe on my screen

Thank You
 
Last edited:
Upvote 0
Hi All

I have a spreadsheet with multiple shapes

Based on a selection i make - i hide a picture and display the relevant picture

The problem im having is that the screen flickers before it displays the shape

I have tried Application.screenupdating to false, turned off the calculation through code, tried DoEvents, tried the windows API Sleep function but nothing seems to stop this behaviour

Am i doing something wrong?

Can you show the relevant part of the code so we can replicate it here ?
 
Upvote 0

Forum statistics

Threads
1,215,281
Messages
6,124,043
Members
449,139
Latest member
sramesh1024

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