Sub SelectLastTable()
With ActiveDocument
.Tables(.Tables.Count).Select
End With
End Sub
Eddie
> *From:* Tim<Tim@discussions.microsoft.com>
> *Date:* Wed, 25 Jul 2007 10:42:03 -0700
[quoted text clipped - 7 lines]
>
> Tim
Tim - 26 Jul 2007 12:28 GMT
Thanks a lot Eddie. I was trying to do a similar thing, but I kept getting
an invalid property (or something like that) error when I used
ActiveDocument.Tables.Count. My computer must have been having a moment.
Thanks,
Tim
> Sub SelectLastTable()
> With ActiveDocument
[quoted text clipped - 15 lines]
> >
> > Tim