Sub CheckVarForEmpty() Dim stringVar As String If IsEmpty(stringVar) = True Then MsgBox "Variable Is Empty!" End If End Sub.
確定! 回上一頁