vba

81 expert-verified Q&A posts in this category, sourced from the top-voted answers on Stack Overflow.

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
Solved October 24, 2011

Deleting Empty rows in Excel using VBA

I am trying to delete Empty rows by using below code: worksheet.Columns("A:A").SpecialCells(xlCellTypeBlanks).EntireRow.Delete The code above is working fine, but giving run time…

thumb_up 12 trending_up 7
Solved October 11, 2011

VBA Excel: Compile Error: Object required?

I get a VBA Excel 'Compiler Error: Object required'-Error in the marked line. I do not understand the reason. BTW: Wish Excel would support…

thumb_up 16 trending_up 9