All articles with 'class modules' Tag
{ 3 Comments }
Show difference between cells in status bar – VBA Example
Published on Sep 10, 2019 in Excel Howtos, VBA Macros
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 »