How can i delete/clear all rows except for one column using excel VBA?
Additional info: i have one column with formulas computing a certain thing using values from other columns which i am importing from access database.
Any work around if i dont want to delete the formula in the one column but want to delete everything else?
Use
SpecialCellsto return only Cells of certain typesTo delete all constants use: