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

VBA – Create Array from Excel Range – 1 Dimension

June 03, 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 Collection Data Type Dictionary VBA Beginners

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

June 03, 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: […]

Dictionary Data Type Excel

Excel VBA – Loop thru all Keys & Items in Dictionary

June 03, 2023
Kumarapush

Dictionary Object – Accessing all Keys & Items In this article, You can get code to access a Dictionary object key & item in a loop. There are 5 different methods to do this. Loop thru each Key by Directly accessing each key Using Index number Read each Item by […]

Dictionary Data Type Excel Excel VBA Macro

Excel VBA Dictionary Datatype – Create & Add Keys, Items

June 03, 2023
Kumarapush

Excel VBA Scripting.Dictionary “Dictionary” is a datatype similar to an array, but in addition it can hold a group of variable or objects. Another available data type similar to this is “Collection”. In short it can be called as an Indexed Array. You have to include a reference to “Microsoft […]

Dictionary Tricks
  • Excel VBA – Loop thru all Keys & Items in Dictionary
  • VBA – Create Array from Excel Range – 1 Dimension
  • VBA – Add Items to Array – Dynamic Resize without erasing data
Collection Tricks
  • Excel Vba Sort Array – Quick Trick using built in function
  • VBA – Add Items to Array – Dynamic Resize without erasing data
Data Type Tricks
  • VBA Array Initialize Values – Split string to array
  • Excel VBA Dictionary Datatype – Create & Add Keys, Items
  • Excel Vba Sort Array – Quick Trick using built in function
  • VBA – Add Items to Array – Dynamic Resize without erasing data
  • VBA to Change File Encoding ANSI to UTF8 – Text to Unicode
  • 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
x
x