画面のチラツキを無くすには
簡単なコードを追加するだけです。
画面更新を停止して
画面がチラツク処理を実行して
画面更新を再開するだけです。
画面更新の停止・再開は、
Application.ScreenUpdating
で実現できます。
====================
Application.ScreenUpdating=False
'画面がチラツク処理
Application.ScreenUpdating=True
====================
詳しくは動画をご覧ください。
エクセルマスター道場 閲覧よろしく
How to eliminate the flicker on the screen
Just add a simple code.
Stop screen update
The screen performs flickering processing
Just restart the screen update.
To stop / restart the screen update,
Application.ScreenUpdating
It can be realized with.
====================
Application.ScreenUpdating = False
'Screen flickers
Application.ScreenUpdating = True
====================
Please see the video for details.
Excel Master Dojo Thank you for browsing.
0 件のコメント:
コメントを投稿