📅  最后修改于: 2022-03-11 15:00:33.549000             🧑  作者: Mango
Dim BlankCellsObjectVariable As Range
On Error Resume Next
Set BlankCellsObjectVariable = RangeObjectWithBlankCells.SpecialCells(xlCellTypeBlanks)
On Error GoTo 0
If Not BlankCellsObjectVariable Is Nothing Then
StatementsIfBlankCells
End If