Forum Discussion

ShazSh's avatar
ShazSh
Brass Contributor
Oct 07, 2021

Delete Empty Rows Quickly Looping though all workbooks in Folder

I have more than 200 workbooks in an Folder, and i deletes the empty rows by giving an Range in the code that is Set rng = sht.Range("C3:C50000").   If Column C any cell is empty then delete entire...