How do I use "insert after" to insert data where I have the cursor at?

Thanks!

Re: insert data at cursor position by Jonathan

Jonathan
Wed Mar 08 10:58:06 CST 2006


"VBA Novice" <VBA Novice@discussions.microsoft.com> wrote in message
news:80464F29-E8A6-4FF1-B7F2-CFF92FF87E32@microsoft.com...
> How do I use "insert after" to insert data where I have the cursor at?
>
> Thanks!

Selection.InsertAfter "My text goes here"


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org


Re: insert data at cursor position by Cindy

Cindy
Wed Mar 08 11:21:41 CST 2006

Hi =?Utf-8?B?VkJBIE5vdmljZQ==?=,

> How do I use "insert after" to insert data where I have the cursor at?
>
Selection.InsertAfter "the new text"

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question
or reply in the newsgroup and not by e-mail :-)