The main topic seems to be really simple and obvious, but the truth is probably quite different than You could expect. In this article I want to show You how to copy object collection data into worksheet, but faster.
Continue reading “How to copy object collection data to worksheet?”Category: Arrays
Video tutorial: How to declare array in Excel VBA
In this video I’m presenting to You three methods, which I’m mainly using in my codes – array as range, loop to array and array as words list.
Watch it here or go to my channel.
Enjoy the video, please leave a like and subscribe!
Looping performance 2 – can I speed it up?
After last tests I was not so surprised, but still proud of myself that found the difference between all in one loop and separated. However, I still felt a bit unsatisfied with possibly existing, other solutions and speed up looping performance. That’s why I decided to implement further modification.
Continue reading “Looping performance 2 – can I speed it up?”Video tutorial: Change variables value in array
There are variables put inside array. Will variables value change, if array values change?
Watch it here or go to my channel.
Enjoy the video, please leave a like and subscribe!
Video tutorial: Store color property – array vs table speed comparison
Is it possible to store for example color property in VBA array? If yes, which approach is faster – array or standard Excel table?
Watch it here or go to my channel.
Enjoy the video, please leave a like and subscribe!
Video tutorial: Can arrays store cell color property?
We all know that arrays can store values, for example 2 dimensional array can hold standard Excel table. But can arrays store cell color property?
Watch it here or go to my channel.
Enjoy the video, please leave a like and subscribe!