A
andreas
Dear Experts:
How come that if I run this If-Statement on a blank document the
msgbox does not get activated?
Help is much appreciated. Thank you in advance. Regards, Andreas
If ActiveDocument.Characters.Count = 0 Then
MsgBox "blank document", vbCritical, "blank document"
End If
How come that if I run this If-Statement on a blank document the
msgbox does not get activated?
Help is much appreciated. Thank you in advance. Regards, Andreas
If ActiveDocument.Characters.Count = 0 Then
MsgBox "blank document", vbCritical, "blank document"
End If