In this blog post, I will show you how to easily remove multiple hyperlinks from an Excel workbook. I recently had this question submitted via email from a subscriber. They had a LOT of hyperlinks...
Category: Macros
Macro Mondays – How To Add A Break Point To Your Excel VBA Code
Hello, Excellers. Welcome to another #MacroMonday blog post in my Excel series. Today let's look at breaking up our VBA code by adding a breakpoint to your Excel VBA code. If you're an Excel...
Macro Mondays – Automatically Protect A Worksheet When You Close Your Excel Workbook
Hello Excellers, it is time for some more cool code in the #macromondays series. It can be a pain to remember to protect your worksheets every time you close your Excel workbook. But with a few...
Do you have a column of data in Excel where the spaces at the beginning of each row are causing problems? For example, that space is causing your text to wrap to the next line and making it difficult...
Macro Mondays – How To Write A Macro To Delete Rows If A Cell Is Blank
Hello Excellers. If you're an Excel user, you know that one of the most tedious tasks is deleting rows if a cell is blank. Well, worry no more! With a simple macro, you can delete any number of...
Macro Mondays – Limit The Scroll Area Or Range Movement In An Excel Worksheet
It's Macro Mondays time again. Have you ever been working on an Excel spreadsheet and had the scroll bar just go crazy, making it hard to navigate to the cells you need? Well, there is a way to...