I learned the For Next loop. The example in the book worked. I was confident. "I'll make a macro to delete all blank rows." That's what I thought when I wrote it. For i = 1 To 100 If Cells(i, 1).Value ...
I decided to conduct an inventory of Excel macros that have been running in-house for many years. I wanted to export all the VBA code to files and properly review the contents. However, there were ...