VBA Core

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

Solved March 20, 2012

Set a type in VBA to nothing?

I have defined a variable with an own type, say Dim point As DataPoint Public Type DataPoint list as Collection name as String number…

thumb_up 22 trending_up 17
Solved March 9, 2012

Reference excel worksheet by name?

I have the name of a worksheet stored as a string in a variable. How do I perform some operation on this worksheet? I…

thumb_up 8 trending_up 4
Solved January 10, 2012

html parsing of cricinfo scorecards

Aim I am looking to scrape 20/20 cricket scorecard data from the Cricinfo website, ideally into CSV form for data analysis in Excel As…

thumb_up 47 trending_up 32