L Leonardo1234 Member Aug 22, 2018 #1 my csv file is located in C:\Users\user\Desktop i will place the code in book1.xlsb file Attachments Book1.xlsb 14.3 KB · Views: 3 1.csv 1.4 KB · Views: 8
AlanSidman Well-Known Member Aug 22, 2018 #2 Open the .csv file in excel and save it as a .xlsb file. Then run this VBA Code: Sub Macro1() Selection.SpecialCells(xlCellTypeBlanks).EntireRow.Delete End Sub
Open the .csv file in excel and save it as a .xlsb file. Then run this VBA Code: Sub Macro1() Selection.SpecialCells(xlCellTypeBlanks).EntireRow.Delete End Sub
L Leonardo1234 Member Aug 22, 2018 #3 Thna AlanSidman Sir for giving ur precious time and great support to this post Problem Solved