for i =cells(rows.count,"a").end(xlup).row to 2 step -1 if cells(i,"a")=categorychange then rows(i).insert next
-- Don Guillett SalesAid Software dguillett1[ at ]austin.rr.com "castleds" <castleds[ at ]discussions.microsoft.com> wrote in message news:A2B49DFB-9351-40AB-AB2A-A9DD67ECBB56[ at ]microsoft.com...
[Quoted Text] > In Excel 2003, I have a spreadsheet with over 1500 rows that I would like > to > insert a blank row everytime the category changes in one row.
|