Think that you have loads of data with many rows and you need to check them daily for details, or add new data. You might miss things after concentrating on many rows too much time, clicking on a row and reading data from the row above or below. Try row highlighting!
Extract weather information for your hometown for today and the next 8 days directly to Excel cells, by clicking 1 button. This works for over 22.000 cities all over the world by using a free weather API.
Forcing uppercase text in a column is sometimes useful if multiple users work on the same file and you want to make this condition by default. Either show an error when they don't insert UPPERCASE text, either make the text UPPERCASE regardless of how they enter it.
If you are using Excel VBA you might know this already. Storing macros that work in any Excel file can be done in 2 ways:
Creating a macro enabled binary file (PERSONAL.XLSB) that loads when you open any Excel file. Normally Excel doesn't create that file.
Creating an Excel add-in (.XLAM, .XLA for older Excel). This is good when you want to personalize existing Ribbons or create a special Ribbon for yourself.
In this tutorial we are going to cover the first way since it's the easiest. I might cover the 2nd in…
Do automatic numbering of rows in a Table (SQN, Cur. No) with a formula that reacts with Excel rows instead of cell ranges or values. This automatic numbering updates itself never showing an error and regardless of Table sorting.