VBA Chr function

chr ASCII cells

Chr is a Text function in Excel that we may use in the VBA. Learn how to use Chr function with examples in our tutorial.

Categories VBA

VBA CountIf Method

Visual Basic for Applications (VBA) CountIf Method Illustration

The COUNTIF is an Excel function that you may use in VBA as well. For that, you may use the WorksheetFunction object’s CountIf method.

Categories VBA

VBA Mid Function

VBA Mid cell

Mid function is used if you require a substring from a given string. Learn how to extract substrings at jquery-az.com.

Categories VBA

VBA Integer Vs Long Data Types

VBA long default

In VBA, there are a few numeric data types that you may use to handle numbers. Out of these, Integer and Long deal with signed numbers.

Categories VBA

VBA Columns Property

VBA Columns Insert

By using VBA Columns property, you may Hide/unhide columns in the Excel sheet, Delete specified columns and do more.

Categories VBA