How do I use "insert after" to insert data where I have the cursor at? Thanks!
V VBA Novice Mar 8, 2006 #1 How do I use "insert after" to insert data where I have the cursor at? Thanks!
J Jonathan West Mar 8, 2006 #2 VBA Novice said: How do I use "insert after" to insert data where I have the cursor at? Thanks! Click to expand... 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
VBA Novice said: How do I use "insert after" to insert data where I have the cursor at? Thanks! Click to expand... 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
C Cindy M -WordMVP- Mar 8, 2006 #3 Hi =?Utf-8?B?VkJBIE5vdmljZQ==?=, How do I use "insert after" to insert data where I have the cursor at? Click to expand... 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
Hi =?Utf-8?B?VkJBIE5vdmljZQ==?=, How do I use "insert after" to insert data where I have the cursor at? Click to expand... 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