Sub 椭圆4_单击()
Dim YYY As Integer
YYY = Application.WorksheetFunction.CountA(Columns("A"))
Range(Cells(1, 1), Cells(YYY, 1)).ClearContents
End Sub
CountA(Range("A:A"))=CountA(Columns("A")
Dim YYY As Integer
YYY = Application.WorksheetFunction.CountA(Columns("A"))
Range(Cells(1, 1), Cells(YYY, 1)).ClearContents
End Sub
CountA(Range("A:A"))=CountA(Columns("A")