fbpx
Search
Close this search box.

All articles with 'application events' Tag

Show difference between cells in status bar – VBA Example

Published on Sep 10, 2019 in Excel Howtos, VBA Macros
Show difference between cells in status bar – VBA Example

We can select a few cells in Excel and quickly see their count, sum etc. in the status bar. Ever wanted to customize the status bar to show something else, say difference? You can use VBA add-ins with application level events to achieve this. In this VBA Example, we will look at how to set up a class module, application event in our personal macro add-in to customize status bar.

Continue »