I have a worksheet with employee data. It has only one column which has employee ids
All employee ids are in one column , one row after the other . However , there are some blank cells in between the employee ids.
I would like to permanently delete those empty rows
There are exactly 960 rows now in the employee id column
The column is first column ( 1) in Sheet1
Please suggest a VBA Code to delete the blank rows from the sheet
Thanks
All employee ids are in one column , one row after the other . However , there are some blank cells in between the employee ids.
I would like to permanently delete those empty rows
There are exactly 960 rows now in the employee id column
The column is first column ( 1) in Sheet1
Please suggest a VBA Code to delete the blank rows from the sheet
Thanks