假設a2不是空白,我要判斷A1:b1的儲存格是否為空白. If .Range("a2") <> "" And .Range("a1") = "" And .Range("b1") = "" Then MsgBox "請確認是否有跳行": Exit Sub
確定! 回上一頁