This HTML5 document contains 5 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n4http://dbkwik.webdatacommons.org/ontology/
n2http://dbkwik.webdatacommons.org/resource/ED5gT5SPLTrxgo-gHhg69A==
rdfshttp://www.w3.org/2000/01/rdf-schema#
n5http://dbkwik.webdatacommons.org/microsoft/property/
n6http://dbkwik.webdatacommons.org/resource/9xIG_gb_A8YpuzP7sGQq1g==
n7http://dbkwik.webdatacommons.org/resource/XWgUO-CyNP0oeyOW-0xXzA==
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#
Subject Item
n2:
rdfs:label
Excel 2010/Snippets/Application
rdfs:comment
Disabling ScreenUpdating stops any changes/operations from being displayed on-screen, which hugely increases performance during large operations. To use this, disable ScreenUpdating at the start of your submodule or function, then enable it at the end. Note that message and error boxes will still be displayed. Also see #Disable Calculation. Disable ScreenUpdating Enable ScreenUpdating Example
n5:wikiPageUsesTemplate
n6: n7:
n4:abstract
Disabling ScreenUpdating stops any changes/operations from being displayed on-screen, which hugely increases performance during large operations. To use this, disable ScreenUpdating at the start of your submodule or function, then enable it at the end. Note that message and error boxes will still be displayed. Also see #Disable Calculation. Disable ScreenUpdating Enable ScreenUpdating Example This example remembers the current value for ScreenUpdating, disables it, then later restores it back to the original value. It creates two functions: DisableScreenUpdating and EnableScreenUpdating.