My Spreadsheet Lab

The site is about Microsoft Excel.

  • Home
  • Templates
  • Excel Blog
  • About Me
  • Contact Kevin

Post Category → Macros (vba)

Word Game in Excel

posted in Formulas, Macros (vba) on April 24, 2022 by Kevin Lehrbass 6 Comments

It’s not exactly the same as Wordle but close enough 🙂

Continue reading →

3D Objects

posted in Macros (vba) on December 24, 2021 by Kevin Lehrbass 2 Comments

I heard about 3D Objects from MrExcel. I’ve had fun combing a 3D model with VBA (it moves inside your spreadsheet!)

Continue reading →

whack-a-merged-cell

posted in Macros (vba) on November 23, 2020 by Kevin Lehrbass 0 Comments

Do merged cells irritate you? My latest lame game gives you points for whacking merged cells! Continue reading →

UDF Rollover Jordan Goldmeier

posted in Macros (vba), Reviews on December 22, 2019 by Kevin Lehrbass 2 Comments

Jordan Goldmeier’s rollover technique runs a VBA User Defined Function when you hover the mouse over a hyperlink formula. Let’s take a closer look! Continue reading →

Excel Beer Game

posted in Macros (vba) on October 17, 2019 by Kevin Lehrbass 4 Comments

I got this crazy idea for a game while drinking a Space Invader IPA from www.amsterdambeer.com It was a great way to learn more VBA!

Continue reading →

Learn VBA UDF

posted in Macros (vba) on September 28, 2019 by Kevin Lehrbass 0 Comments

These days dynamic arrays, power query and DAX seem to be all the rage. But let’s not forget about an old friend: VBA UDFs (User Defined Function). Continue reading →

All Combinations Using Power Query

posted in Get & Transform, Macros (vba) on July 13, 2019 by Kevin Lehrbass 8 Comments

Given 3 separate lists of text how can we create all combinations? I’ve known Power Query (Get & Transform) can create a cartesian product but it’s only now that it’s part of my active skill set. Continue reading →

Valentine’s Day in Microsoft Excel

posted in Macros (vba) on February 12, 2019 by Kevin Lehrbass 0 Comments

How can you improve your VBA skills? Build something! Anything! Even if it’s ridiculous. I needed to practice and ended up creating a robot and a bunch of random style hearts! 🙂 Continue reading →

Video 00151 Custom Formats, VBA, and Nerds!

posted in Features, Macros (vba) on July 24, 2016 by Kevin Lehrbass 0 Comments

I doubt that you have ever seen custom formats presented like this before! Selecting a name from a drop down list changes the custom format and also displays a nerd! Continue reading →

Video 00147 Conditionally Add Checkboxes using VBA

posted in Macros (vba) on June 6, 2016 by Kevin Lehrbass 1 Comment

I often use check-boxes in my Excel videos to explain the solution steps. Creating them can be tedious so I thought that there had to be an easier way. Continue reading →