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!
Tag: Arrays
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!
Video tutorial: Arrays as best Excel table alternative!
Arrays are awesome. This is one of the main things You should learn working with Excel VBA. In case of data, I think I can safely say, that arrays are the best alternative for tables in VBA. Watch it here or go to my channel.
Enjoy the video, please leave a like and subscribe!