Hello all,
Thanks in advance for all your assistance.
I have a table and made a bookmark to point to the first row of second
column. In a macro, I use the bookmark to get to the line and then insert
some autotext. After the autotext has been inserted, word leaves line below
the autotext.
How can I delete this line? I've tried "selection.delete". This deletes all
contents in the cell. Tried "selection.paragrpahs(1).range.delete" and
nothing happens.
Ideas?
THNKS
Graham Mayor - 25 Oct 2007 06:48 GMT
The blank 'line' is probably attributable to a paragraph mark at the end of
the autotext entry. Create the entry again without the paragraph mark.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Hello all,
>
[quoted text clipped - 12 lines]
>
> THNKS