Results for the following term searched:

More Stories

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

Should I use Call keyword in VB/VBA?

updated a few hours ago

# šŸ“ž 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

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

Returning a regex match in VBA (excel)

updated a few hours ago
excelregex

šŸ“ **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!

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

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

updated a few hours ago
excel

## šŸ“ 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

Matheus Mello
Matheus Mello
Cover Image for Skip to next iteration in loop vba

Skip to next iteration in loop vba

updated a few hours ago
excelloops

# šŸ”„ 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

Matheus Mello
Matheus Mello
Cover Image for Excel"s fullname property with OneDrive

Excel"s fullname property with OneDrive

updated a few hours ago
excel

# 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

Matheus Mello
Matheus Mello
Cover Image for VBA collection: list of keys

VBA collection: list of keys

updated a few hours ago
collections

# 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

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

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

updated a few hours ago
exceloop

šŸ–„ļøšŸ‘Øā€šŸ’» **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

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

Easiest way to loop through a filtered list with VBA?

updated a few hours ago
excel

šŸ”šŸ”Ž 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

Matheus Mello
Matheus Mello
Cover Image for Populating VBA dynamic arrays

Populating VBA dynamic arrays

updated a few hours ago
arrays

# šŸ“ 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

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

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

updated a few hours ago
excel

# 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

Matheus Mello
Matheus Mello