Sub 刪除空白()
Range("A65530").Select
Selection.End(xlUp).Select
x = ActiveCell.Row
Range("A1").Select
For y = 1 To x
If ActiveCell.Value = Empty Then
x1 = ActiveCell.Row
z = x1 & ":" & x1
Rows(z).Select
Selection.Delete Shift:=xlUp
Else
ActiveCell.Offset(1, 0).Select
End If
Next
Range("A1").Select
End Sub
>即時新聞-熱門
2010年8月20日星期五
刪除空白列
订阅:
博文评论 (Atom)
0 评论:
发表评论