Hello Excellers and welcome to some more #macromonday fun. Today let's look at how to use Excel VBA macro to un-merge cells in our Excel worksheet. As working with merged cells can be tricky...
Tag: VBA
VBA Sub and Function Procedures- Explanation and Examples – Macro Monday
Hi and a warm welcome to my Excel blog if this is your first time visiting. A huge welcome back if you are a regular. In today's Macro Monday post I want to chat about the difference between a...
Create A VBA Macro To Re-Size All Charts In Your Excel Worksheet – Macro Monday
Hello Excellers, it is time for another #macromonday blog post. Today let's look at one handy little macro that will re size all charts on your Excel worksheet with the click of a mouse, or the...
Macro Mondays – A Macro To Delete All Blank Rows In Excel Worksheet
Hello Excellers, today let's look at a handy way to get rid of any blank rows on your Excel worksheet. We can do this with the click of a Macro. You may if you have used Excel for any amount of...
Set Up A Dynamic Print Area In Your Excel Worksheet – Using A Small VBA Macro
Hello Excellers, welcome to another #macromondays blog post. I have a really nice little bit of VBA code for you today which allow you to set your Print area in your Excel worksheet to become...
How To Copy A Variable Sized Range Using VBA – Macro Mondays
Hello Excellers, welcome to another #macromonday. Today let's look at a really useful VBA macro where I will show you how to copy a variable sized range of cells from one workbook to another. I...