↧
VBA Internals: What’s in a variable
Language designers and runtime authors are always telling us to ignore implementation details. For the most part, including for VBA, that’s good advice. But sometimes you need or want know how things...
View ArticleVBA Internals: String Variables and Pointers in Depth
This is the next installment of a series of deep-dives into the structure and implementation of variables in Visual Basic for Applications. For the previous posts, see the following: What’s in a...
View Article