Quantcast
Channel: Excel Macro Mastery
Browsing latest articles
Browse All 15 View Live

Image may be NSFW.
Clik here to view.

The Ultimate Guide to the VBA String

This post covers everything you need to know about using strings in Excel VBA. If you want to extract part of a string then you need the Left, Right and Mid functions. To search in a string use the...

View Article



Image may be NSFW.
Clik here to view.

How to Easily Extract From Any String Without Using VBA InStr

The VBA InStr function is one of the most used functions in VBA. It is used to find a string within a string and indeed it does a very fine job.  However, it is often used to help extract part of a...

View Article

Image may be NSFW.
Clik here to view.

How to Deal With Real World VBA Code

“The battlefield is a scene of constant chaos. The winner will be the one who controls that chaos” – Napoleon Bonaparte Ever feel like all the VBA examples are way simpler than the code you face in...

View Article

Image may be NSFW.
Clik here to view.

Excel VBA Find – A Complete Guide

“I know well what I am fleeing from but not what I am in search of” – Michel de Montaigne This post covers everything you need to know about the VBA Find function. It explains how to use Find in simple...

View Article

Image may be NSFW.
Clik here to view.

VBA IF Statement – A Complete Guide

“Guess, if you can, and choose, if you dare.” – Pierre Corneille This post provides a complete explanation of the VBA If statement. If you want to see the format of the If Statement and a quick example...

View Article


Image may be NSFW.
Clik here to view.

Excel VBA Dictionary – A Complete Guide

“The greatest masterpiece in literature is only a dictionary out of order.” – Jean Cocteau A Quick Guide to the VBA Dictionary FunctionParams Early binding reference“Microsoft Scripting Runtime” (Add...

View Article

Image may be NSFW.
Clik here to view.

VBA UserForms – A Guide for Everyone (Part 1)

“The system should treat all user input as sacred.” – Jef Raskin A Quick Guide to the VBA UserForm The following table provides a quick guide to the most common features of the UserForm...

View Article

Image may be NSFW.
Clik here to view.

VBA UserForms – A Guide for Everyone (Part 2)

“I want to think that there is someone with sound judgement at the controls” – Martin Feldstein   Introduction In the first post on UserForms we looked at the general use of the UserForm. In this post...

View Article


Image may be NSFW.
Clik here to view.

VBA VLookup – A Complete Guide

“Constant effort and frequent mistakes are the stepping stones to genius” – Elbert Hubbard A Quick Guide to the VBA VLookup ParametersType Lookup valueThe value you are searching for Table array The...

View Article


Image may be NSFW.
Clik here to view.

VBA Objects – The Ultimate Guide

“High aims form high characters, and great objects bring out great minds” – Tryon Edwards VBA Objects Cheat Sheat TaskExamples Declare and CreateDim coll As New Collection Dim o As New Class1 Declare...

View Article
Browsing latest articles
Browse All 15 View Live




Latest Images