Hi,
I've got a table in Word 2000. The cursor is currently sitting at a cell and I wish to check if a cell is blank or if it contains some data.
Something like:
If .Selection.cell = "" then
msgbox "NO DATA"
else
msgbox "CONTAINS DATA"
End If
Any idea's??
Thankx,
Jonathan
I've got a table in Word 2000. The cursor is currently sitting at a cell and I wish to check if a cell is blank or if it contains some data.
Something like:
If .Selection.cell = "" then
msgbox "NO DATA"
else
msgbox "CONTAINS DATA"
End If
Any idea's??
Thankx,
Jonathan