Hi,
This is a VBA question - hope I have picked the right forum!
I am not an experienced VBA person, so please be gentle!!

I have a large excel sheet from which I need to delete certain rows,
for instance all rows where (column K - column J < 0.6). Now this is obviously an "if" within a "for-next" but I'm not sure how to actually do the syntax in excel VBA.