Xem xét 1 ô có phải là ô trống hay không (Cell is blank or not)

EMBED

Sun Jun 04 2023 06:37:09 GMT+0000 (Coordinated Universal Time)

Saved by @minhhuyen172002 #vba


Sub TestCellA1() 'Test if the value is cell A1 is blank/empty If IsEmpty(Range("A1").Value) = True Then MsgBox "Cell A1 is empty" End If End Sub

https://www.techonthenet.com/excel/formulas/isempty.php