From: OKLover on 1 Jun 2010 12:20 Hi, All How do I add a paragraph mark at the end of every line with VBA ? Regards David
From: Fumei2 via OfficeKB.com on 1 Jun 2010 15:16 What do you mean by "line"? Is each "line" terminated by a manual line break? You could try doing a Find/Replace. Use ^l for the Find Use ^p for the Replace. Why do you need VBA? OKLover wrote: >Hi, All > >How do I add a paragraph mark at the end of every line with VBA ? > >Regards > >David -- Gerry Message posted via http://www.officekb.com
From: OKLover on 1 Jun 2010 17:59 Yes. Is any suggestion? "Fumei2 via OfficeKB.com" wrote: > What do you mean by "line"? Is each "line" terminated by a manual line break? > > > You could try doing a Find/Replace. > > Use ^l for the Find > Use ^p for the Replace. > > Why do you need VBA? > > OKLover wrote: > >Hi, All > > > >How do I add a paragraph mark at the end of every line with VBA ? > > > >Regards > > > >David > > -- > Gerry > > Message posted via http://www.officekb.com > > . >
From: OKLover on 1 Jun 2010 18:16 sorry... updated informationas below: It should be each line as a paragraph. That means each "line" terminated by a paragraph break {ENTER} not {SHIFT+ENTER}. Many Thanks David "Fumei2 via OfficeKB.com" wrote: > What do you mean by "line"? Is each "line" terminated by a manual line break? > > > You could try doing a Find/Replace. > > Use ^l for the Find > Use ^p for the Replace. > > Why do you need VBA? > > OKLover wrote: > >Hi, All > > > >How do I add a paragraph mark at the end of every line with VBA ? > > > >Regards > > > >David > > -- > Gerry > > Message posted via http://www.officekb.com > > . >
From: Doug Robbins - Word MVP on 2 Jun 2010 05:09 Saving the document as a .txt file can be used to do that. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP, originally posted via msnews.microsoft.com "OKLover" <OKLover(a)discussions.microsoft.com> wrote in message news:67FA1E38-9A27-46E1-97E2-11718A67A402(a)microsoft.com... > sorry... updated informationas below: > > It should be each line as a paragraph. That means each "line" terminated > by > a paragraph break {ENTER} not {SHIFT+ENTER}. > > > Many Thanks > > David > > "Fumei2 via OfficeKB.com" wrote: > >> What do you mean by "line"? Is each "line" terminated by a manual line >> break? >> >> >> You could try doing a Find/Replace. >> >> Use ^l for the Find >> Use ^p for the Replace. >> >> Why do you need VBA? >> >> OKLover wrote: >> >Hi, All >> > >> >How do I add a paragraph mark at the end of every line with VBA ? >> > >> >Regards >> > >> >David >> >> -- >> Gerry >> >> Message posted via http://www.officekb.com >> >> . >>
|
Next
|
Last
Pages: 1 2 3 Prev: Opening a user form Next: TextBox control not enabled with protection on |