↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Tag: System.Collections.ArrayList

Home › Posts tagged System.Collections.ArrayList
VBA – How to Find TaxiCab Numbers in Excel – Quick Search in Array
VBA \ Excel

VBA – How to Find TaxiCab Numbers in Excel – Quick Search in Array

Vitosh Apr 14, 2018 Tagged with 1729, System.Collections.ArrayList, taxicab number, VBA

Quick Search for value in Array. In VBA this is sometimes considered problem, as far as people tend to loop through the whole array for the search. There is a better way to do it, with System.Collections.ArrayList, which is not exactly …

VBA – How to Find TaxiCab Numbers in Excel – Quick Search in Array Read more →

Sort a range in VBA with System.Collections.ArrayList Numerically
VBA \ Excel

Sort a range in VBA with System.Collections.ArrayList Numerically

Vitosh Apr 10, 2018 Tagged with Numerically, sort, System.Collections.ArrayList

Imagine you have a task to sort the range from column A based on the number after the last digit. A quick decision is to use Column “B” as a helping column where you write the cell, splitted by the …

Sort a range in VBA with System.Collections.ArrayList Numerically Read more →

Copyright © 2026 VitoshAcademy