Blog

Page 342 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for Should I use Call keyword in VB/VBA?

Should I use Call keyword in VB/VBA?

Published on September 2, 2023

# šŸ“ž Should I Use Call Keyword in VB/VBA? šŸ¤” Are you a VB/VBA developer who's been wondering if you should use the `Call` keyword when calling subs? šŸ¤” Well, you're not alone! It's a common question, and in this blog post, we'll explore the pros and cons

Cover Image for Returning a regex match in VBA (excel)
excelregex

Returning a regex match in VBA (excel)

Published on September 2, 2023

šŸ“ **Returning a regex match in VBA (Excel): A Comprehensive Guide** Are you struggling to return a regex match in VBA? šŸ¤” Whether you're looking for a specific value in an unstructured text or dealing with the pesky #VALUE! error, we've got you covered!

Cover Image for How do I get the old value of a changed cell in Excel VBA?
excel

How do I get the old value of a changed cell in Excel VBA?

Published on September 2, 2023

## šŸ“ Tech Blog: How to Get the Old Value of a Changed Cell in Excel VBA Have you ever found yourself in a situation where you need to know the old value of a cell that was just changed in Excel VBA? It can be frustrating when you're trying to track chang

Cover Image for Skip to next iteration in loop vba
excelloops

Skip to next iteration in loop vba

Published on September 2, 2023

# šŸ”„ Skipping to the Next Iteration in VBA: A Simple Guide Looping through data is a common task in VBA, but what if you need to skip to the next iteration based on a condition? In this blog post, we'll tackle this issue head-on and provide you with easy

Cover Image for Excel"s fullname property with OneDrive
excel

Excel"s fullname property with OneDrive

Published on September 2, 2023

# Excel's Fullname Property with OneDrive: Solving the "https" Dilemma šŸ“ššŸ’»šŸ”— So, you've saved an Excel file to your beloved OneDrive, but when you try to retrieve its full name using the open Workbook object, you encounter a little hiccup. Instead of rec

Cover Image for VBA collection: list of keys
collections

VBA collection: list of keys

Published on September 2, 2023

# Retaining the Keys in a VBA Collection šŸ—ļø If you have ever worked with VBA collections, you might have come across the question of how to retain the list of keys. In this blog post, we will explore the solution to this common issue and provide you with

Cover Image for Is VBA an OOP language, and does it support polymorphism?
exceloop

Is VBA an OOP language, and does it support polymorphism?

Published on September 2, 2023

šŸ–„ļøšŸ‘Øā€šŸ’» **Is VBA an OOP language, and does it support polymorphism?** šŸ§©šŸ¤” So you're delving into the world of VBA (Visual Basic for Applications) for the first time and trying to figure out if it's an Object Oriented Programming (OOP) language. You've c

Cover Image for Easiest way to loop through a filtered list with VBA?
excel

Easiest way to loop through a filtered list with VBA?

Published on September 2, 2023

šŸ”šŸ”Ž Looping Through Filtered Data: The Simplest Solution with VBA šŸ˜ŽšŸ’” Hey there, tech enthusiasts! šŸ‘‹ Looking for the easiest way to loop through a filtered list using VBA? Look no further because we've got you covered! šŸ’ŖšŸ’» šŸ”„ Problem: So here's the

Cover Image for Populating VBA dynamic arrays
arrays

Populating VBA dynamic arrays

Published on September 2, 2023

# šŸ“ Tech Blog: Populating VBA Dynamic Arrays Made Easy! šŸ˜Ž Are you experiencing an error 🚫 that says "subscript out of range" when trying to populate a dynamic array in VBA? Fear not! This blog post will guide you through common issues and provide easy

Cover Image for How to "flatten" or "collapse" a 2D Excel table into 1D?
excel

How to "flatten" or "collapse" a 2D Excel table into 1D?

Published on September 2, 2023

# How to "Flatten" or "Collapse" a 2D Excel Table into 1D šŸ“Š Do you have a large 2D Excel table and want to transform it into a 1D format? If you're looking to collapse or flatten your table, we've got you covered! In this guide, we'll walk you through th