VBA Core

<p>General-purpose VBA techniques spanning the Office suite.</p>

Solved April 19, 2011

User Defined Functions NOT recalculating

I recently took a large, stable XLSM file, and split it apart into an XLAM and XLSX. Thousands of cells in the XLSX call…

thumb_up 4 trending_up 8
Solved April 17, 2011

How do I declare an array variable in VBA?

I need to add the var in array Public Sub Testprog() Dim test As Variant Dim iCounter As Integer If test = Empty Then…

thumb_up 25 trending_up 17
Solved April 13, 2011

Using VBA to get extended file attributes

Trying to use Excel VBA to capture all the file attributes from files on disk, including extended attributes. Was able to get it to…

thumb_up 15 trending_up 11
Solved January 25, 2011

32 and 64 bit interoperability on 64-bit Windows

Is there a good thorough authoritative reference that discusses interoperability between 32-bit and 64-bit processes? Based on googling I have deduced that: A 32-bit…

thumb_up 5 trending_up 8