Re: new line by Doug
Doug
Mon Sep 27 22:04:08 CDT 2004
Use vbCr as in
ActiveDocument.Range.InsertAfter "This text is on a line" & vbCr & "and this
text is on another line."
--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.
Hope this helps,
Doug Robbins - Word MVP
"doug" <anonymous@discussions.microsoft.com> wrote in message
news:008f01c4a4c0$58282ac0$a601280a@phx.gbl...
> how do i program a "enter" into a macro to make it go to
> the next line?
>
> thanks
>