Its time for some more fun with another Excel #MacroMonday blog post in my 20201 series of #Excel and VBA Tips. Today let's look at a useful tool to generate random numbers in a selected range of cells. I use this regularly to populate a range of cells in an Excel workbook with random values to test my spreadsheet solutions. To have this in your VBA Macro toolbox sure is a handy one!. Storing The Excel Macro. Before we begin to write any code you need to decide where to store the … [Read more...]
Excel VBA to Insert Multiple Rows Based On Cell Value

Hello, Excellers and welcome back to another #MacroMonday #Excel blog post in my 2021 Excel series. Today I want to show you how to write s macro to insert and copy a number of new Excel rows into your spreadsheet. The number of rows, however, will be variable and will depend on a cell value. This is a nice flexible alternative solution to inserting a standard number of rows after each data containing data in Excel. My YouTube video solution to that is linked … [Read more...]
How To Enable And Disable Macros In Excel.

Hi, Excellers. Welcome back to another blog post in my new year of 2021 #MacroMonday Excel series. Today let's take a look at how to enable and also disable Macros in Excel. Now, Excel Macros can be used for good or not so good. So, as a consequence, you have a choice to enable them or disable them in Excel. We can also store them in trusted locations. With the release of Excel 2010, the security model changed significantly to previous versions. It introduced the concept of 'Trusted … [Read more...]
Macro Mondays – Insert A Blank Row After Every Row In The Selection.

Hello, Excellers welcome again to some more #MacroMonday Excel macro fun. I will who you how to insert a blank row easily into your Excel worksheet. Repeating this over and over again is very laborious. So, let's take a look at automating with Excel VBA. This is an Excel query that one of my colleagues had to carry out manually every week. They needed to insert a blank row after every row in their range of cells. The range of cells which need a blank row inserted can vary in … [Read more...]
How to Delete Obsolete Items In Your Excel Pivot Table
by Barbara

Welcome Excellers to another #Excel #MacroMonday blog post in my 2020 series. Let's look at creating another Excel VBA Macro to delete obsolete items from your Excel Pivot Table. Let's speed up our Excel life. If like me you reuse Pivot Tables over and over again. Sometimes, your data source changes or products no longer being sold or one of your salespeople no longer working for you. You may find this happen especially if you use your Excel Pivot Table as a template that when your data is … [Read more...]
- 1
- 2
- 3
- …
- 36
- Next Page »