Excel VBA

<p>Data processing, dynamic reporting, and workbook automation.</p>

Solved September 8, 2010

VBA inheritance, analog of super

For example I have class A which implements class B ---class A---- implements B public sub B_do() end sub --class B---- public sub do()…

thumb_up 16 trending_up 8
Solved June 30, 2010

How to Insert Double or Single Quotes

I have a long list of names that I need to have quotes around (it can be double or single quotes) and I have…

thumb_up 21 trending_up 10