|
|
|
|
|
by airstrike
1949 days ago
|
|
I've already mentioned VBA classes. If you want to read , just read through Chip Pearsons' great Arrays library. 30 functions just to do what you should be able to do natively in a high-level scripting language such as VBA http://www.cpearson.com/Excel/VBAArrays.htm Imagine how painful your experience would be writing any decently complex reusable code in VBA without knowing about all of the edge cases covered by Chip in that module |
|