I need to learn Excel VBA, where's a good place to start (website, book...)?
I need a macro to:
A) go down a column testing each cell for a non-number entry, if it is non-number then delete that row.
ex. If (col "A" row "1" = non-num, then delete row, go to next row)
B)...