↓ 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: range

Home › Posts tagged range
VBA – Array to Excel Range. With filtered rows.
Excel can fly with VBA!
VBA \ Excel

VBA – Array to Excel Range. With filtered rows.

Vitosh Apr 8, 2024 Tagged with array, Excel, filtered, range, VBA

Excel with VBA is really a powerful tool. There should be some 5 more years, until Python really becomes a standard for the Excel people and I am not sure that it would actually happen that quickly. Anyway, working with …

VBA – Array to Excel Range. With filtered rows. Read more →

VBA – Excel Range to Array
The Castle of Mezdra, not really related to VBA and Excel
VBA \ Excel

VBA – Excel Range to Array

Vitosh Feb 23, 2024 Tagged with array, Excel, range, VBA

In the last weeks, I have noted that one of my answers in StackOverflow has received some upvotes. Which was somehow strange, as people keep on telling me that #VBA is going to die and it is a “funny scripting …

VBA – Excel Range to Array Read more →

VBA – Add Shape to Range in Excel
VBA \ Excel

VBA – Add Shape to Range in Excel

Vitosh Dec 16, 2018 Tagged with Add Shape, Excel, range

Adding shapes to a range in VBA with Excel is actually a trivial task, if you are aware of the Shapes.AddShape method. It has 5 parameters, 4 of which could be pretty easily remapped to the parameters of the range: …

VBA – Add Shape to Range in Excel Read more →

VBA – Fill Numbers in a Given Range
VBA \ Excel

VBA – Fill Numbers in a Given Range

Vitosh Jul 29, 2018 Tagged with Excel, matrix, range, VBA

So, the idea is the following –  imagine that you have an NxN range, which should be filled out with consecutive numbers. Thus, if the range is 6×6, you start filling the numbers normally and once you reach the 6. …

VBA – Fill Numbers in a Given Range Read more →

VBA Excel – How to convert range to array easily
VBA \ Excel

VBA Excel – How to convert range to array easily

Vitosh Oct 27, 2017 Tagged with array, Excel, range, transpose, VBA

Converting a range to array makes a lot of sense in VBA, when some operations should be performed with data in a given range. The time saving is quite noticeable and it is a bit easier to access and modify …

VBA Excel – How to convert range to array easily Read more →

Copyright © 2026 VitoshAcademy