C
chongchingsoo
Dear Sharad Naik,
Further help needed...
I thank u very much for your cool codes. I tried your codes and foun
out that there were still something missing.
I need to delete rows in the following order:-
Row 1 to 7 = 7 rows to delete
Row 57 to 64 = 8 rows to delete
Row 114 to 121 = 8 rows to delete
Row 171 to 178 = 8 rows to delete
Row 228 to 235 = 8 rows to delete
So on and so forth
Therefore, I need to delete 7 rows for the first part, and the res
only need to delete 8 rows.
I shall be highly delighted if u could kindly let me know whether I a
able to add the following sub/codes to the above codes.
Sub autofitcolumn()
Columns("a:l").EntireColumn.AutoFit
End Sub
Thank u very much.
Susan
Further help needed...

I thank u very much for your cool codes. I tried your codes and foun
out that there were still something missing.
I need to delete rows in the following order:-
Row 1 to 7 = 7 rows to delete
Row 57 to 64 = 8 rows to delete
Row 114 to 121 = 8 rows to delete
Row 171 to 178 = 8 rows to delete
Row 228 to 235 = 8 rows to delete
So on and so forth
Therefore, I need to delete 7 rows for the first part, and the res
only need to delete 8 rows.
I shall be highly delighted if u could kindly let me know whether I a
able to add the following sub/codes to the above codes.
Sub autofitcolumn()
Columns("a:l").EntireColumn.AutoFit
End Sub
Thank u very much.

Susan