What replaces Application.ScreenUpdating in Google Sheets?

When to use it

Use batched range writes and flush when porting slow VBA loops that toggled screen updating.

When to skip it

Skip micro-optimizations until profiling shows the script is actually slow for your data size.

Related Tutorials

Watch how Application.ScreenUpdating works

Watch more tutorials
Automatic Screenshots in Apps Script

Automatic Screenshots in Apps Script

Embed a Headline in a Website from Google Sheets

Embed a Headline in a Website from Google Sheets

One of the most requested videos, Ever. How to put data, a number, some ...
Whitening Google Sheet Prank

Whitening Google Sheet Prank

Drive your office crazy by setting a trigger to lighten the text and bac...
Two Things to Know When Starting to Learn Google Sheets

Two Things to Know When Starting to Learn Google Sheets

Two things I would teach every beginner to immediately improve your skil...
Google Sheets Interface Changes

Google Sheets Interface Changes

Showing off New experiences in smart canvas changes to sheets. Including...
Activate A Certain Sheet When Opening a Spreadsheet

Activate A Certain Sheet When Opening a Spreadsheet

Create a short function that runs every time a spreadsheet file is open....

Related blog posts

Guides that explain Application.ScreenUpdating in more depth.

Browse the blog

Related terms