Skip to content
Primary Menu
  • Officetricks.Com
  • Blog
  • App Store
    • International Users
    • Indian Users
  • Subscribe
  • About Us
  • Excel
  • Social Media
VBA Array Excel Excel VBA Macro

VBA – Find number of Dimensions in an Array

March 24, 2023
Kumarapush

How to find the dimensions in an array using Excel vba code? Here is the code to cound the array dimensions using the ubound function – tricky one.

Sort Collection Data Type VBA Array

Excel Vba Sort Array – Quick Trick using built in function

March 24, 2023
Kumarapush

VBA Array Sort – Using Excel Sort In this page, we have given a Excel vba code snippet that works well for sorting array of 1 dimension. You can also customize & extend this code to work for 2 dimension array as well. We will publish the code for 2D […]

VBA Array Collection Data Type Dictionary

VBA – Create Array from Excel Range – 1 Dimension

March 24, 2023
Kumarapush

Excel Macro – Create 1D Array from Vba Array This is one of the easy methods to initialize an array. If you convert data in worksheet directly to vba array, then it will create a 2d array by default. If you would like to convert Excel range to Array of […]

VBA Array Data Type

VBA Array Initialize Values – Split string to array

March 24, 2023
Kumarapush

How to Initialize an Array in Vba? Different methods to assign values to array are explained here. Starting from basic to few easy methods to initialize array with multiple values are discussed in here. Here are the list of available methods. Direct or a loop method. Using VBA function Array. […]

VBA Array Collection Data Type Dictionary VBA Beginners

VBA – Add Items to Array – Dynamic Resize without erasing data

March 24, 2023
Kumarapush

How to add new item to existing array? In VBA, an array is always an fixed size of data values. If you have to add new item, then size of the field also has to be changed. Lets see an example: Consider you have an array like the below one: […]

Excel Data Type VBA Array VBA Beginners

Excel VBA – Convert Range To Array – 2 Dimentional

March 24, 2023
Kumarapush

Get Excel VBA Convert a Range to Array code in a Excel Workbook. And also write the array value to a worksheet range. Learn how to use of Resize & Transpose functions.

Excel Tricks
  • Import Mail IDs from Outlook Email to Excel
  • Sudoku Excel Download – Puzzle Solver – Free Game Help
  • Excel VBA For each cell in Range – Direct method
  • Create ListView in VBA at Runtime
  • Excel VBA – Find UpperCase Word in String or Worksheet
  • VBA – Find My Documents, Desktop & System Folder Path
  • Excel VBA Dictionary Datatype – Create & Add Keys, Items
  • Excel Import Data – From another Workbook – Query External Source
  • [Excel Shortcut] – Copy Only Visible Cells – Autofilter – Windows/Mac
  • How to Lock a Folder In Windows – Easy Excel VBA Code
  • Get List of All Subfolders in a Folder – Excel VBA
  • Add Insert Controls – To Excel Quick Access Toolbar – Activex & Form
  • Excel VBA – Import Data from another Workbook – 4 Easy Ways
  • How to Add Leading Zeroes in Excel – for Numbers?
  • VBA – Check for Active Internet Connection – Network Status
Excel VBA Macro Tricks
  • VBA File Open Dialog Box
  • Excel VBA html Table import – Export Web Table to Worksheet
  • Excel VBA Dictionary Datatype – Create & Add Keys, Items
  • How to Disable Images in Firefox, Chrome, IE?
  • How To – Connect Excel To Access – Database Using VBA
VBA Array Tricks
  • VBA – Create Array from Excel Range – 1 Dimension
  • Excel Vba Sort Array – Quick Trick using built in function
  • Excel VBA – Convert Range To Array – 2 Dimentional
  • VBA Array Initialize Values – Split string to array
  • VBA – Add Items to Array – Dynamic Resize without erasing data
  • Sort Listview Column on Click – VBA/VB6 Userform
  • Bulk Excel VBA Send Email with Attachments – 2 Multiple recipients
  • GB Whatsapp Features – Easy Download Steps
  • Excel VBA For each cell in Range – Direct method
  • Excel VBA Send Email at Specific Time – Outlook Delayed Delivery
  • Sort Listview Column on Click – VBA/VB6 Userform
    Get VBA code to sort a listview column header on click. Not only default column, any column in listview can be sorted, with a click on column header.
  • Excel vba send email with attachments using Outlook App Mass Bulk email
    Bulk Excel VBA Send Email with Attachments – 2 Multiple recipients
    Get Excel vba send email with attachment code that uses Outlook app already installed. Send bulk emails to multiple recipients with different email.
  • GB Whatsapp Features Smartphone Messaging App Download page
    GB Whatsapp Features – Easy Download Steps
    Learn GB WhatsApp features compared to the original WhatsApp app. It offers enhanced security, privacy settings, customizations & more
  • Officetricks.Com
  • Blog
  • App Store
    • International Users
    • Indian Users
  • Subscribe
  • About Us
  • Excel
  • Social Media
Copyright All rights reserved