|
-
Jan 22nd, 2003, 10:12 PM
#1
Thread Starter
Member
checking if a table is there
Hi,
I have a range object - range(bkEndPos, bkEndPos)
and I'm supposed to add a table there but delete the table if it is already there.
But I can't do it this way:
if wordDoc.Tables(3).Range = wordDocRange then
wordDoc.Tables(3).Delete
msgbox("existing table detected and deleted")
end if
What can I do?
Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|