PC Review


Reply
Thread Tools Rate Thread

How do I import "manual linefeeds" into Excel?

 
 
Greg
Guest
Posts: n/a
 
      16th Nov 2006
Hi,

I have created an MS Word 2003 document that contains "manual linefeed"
and paragraph marks. Each new record is separated by 2 paragraph marks.
How should I save this document such that when it is imported into MS
Excel, it will keep each record separated? Currently, when I import
the file it makes a new record each time a "manual linefeed" is found.

Thanks in advance for any assistance.

-Greg

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      17th Nov 2006
Are each of the fields on the record separated by that manual linefeed? Or is
it just one giant field per record?

If it's multiple fields separated by manual linefeeds, then I'd change those
manual linefeeds to a symbol that isn't used in your data--say a vertical bar
(|).

There's an option in MSWord's Edit|Replace dialog.

Click on More if you don't see the extended dialog.
then click on Special and choose Manual Line break

Then do the same thing with the double paragraph marks--change it to a single
paragraph mark.

Now copy and paste into excel.

Your data should go into a single column.
Data|text to columns|Delimited by that vertical bar
and choose the type of data for each field.

And then back to MSWord. Close without saving or hit Undo a bunch of times.

Greg wrote:
>
> Hi,
>
> I have created an MS Word 2003 document that contains "manual linefeed"
> and paragraph marks. Each new record is separated by 2 paragraph marks.
> How should I save this document such that when it is imported into MS
> Excel, it will keep each record separated? Currently, when I import
> the file it makes a new record each time a "manual linefeed" is found.
>
> Thanks in advance for any assistance.
>
> -Greg


--

Dave Peterson
 
Reply With Quote
 
Greg
Guest
Posts: n/a
 
      17th Nov 2006
Hi Dave,

I appreciate your reply. After changing the "manual line feeds" into
"horizontal bars (|)" and pasting my records into Excel things are just
about the way I want them. Next I need the "horizonal bars (|)"
converted back into "manual linefeeds".

I tried to do a global "Find and Replace" but I guess I'm missing
something as Excel doesn't recognize the (^10) or (^l) characters. Do
you have any suggestions on how to resolve this minor issue?

-Greg
Dave Peterson wrote:
> Are each of the fields on the record separated by that manual linefeed? Or is
> it just one giant field per record?
>
> If it's multiple fields separated by manual linefeeds, then I'd change those
> manual linefeeds to a symbol that isn't used in your data--say a vertical bar
> (|).
>
> There's an option in MSWord's Edit|Replace dialog.
>
> Click on More if you don't see the extended dialog.
> then click on Special and choose Manual Line break
>
> Then do the same thing with the double paragraph marks--change it to a single
> paragraph mark.
>
> Now copy and paste into excel.
>
> Your data should go into a single column.
> Data|text to columns|Delimited by that vertical bar
> and choose the type of data for each field.
>
> And then back to MSWord. Close without saving or hit Undo a bunch of times.
>
> Greg wrote:
> >
> > Hi,
> >
> > I have created an MS Word 2003 document that contains "manual linefeed"
> > and paragraph marks. Each new record is separated by 2 paragraph marks.
> > How should I save this document such that when it is imported into MS
> > Excel, it will keep each record separated? Currently, when I import
> > the file it makes a new record each time a "manual linefeed" is found.
> >
> > Thanks in advance for any assistance.
> >
> > -Greg

>
> --
>
> Dave Peterson


 
Reply With Quote
 
Chip Pearson
Guest
Posts: n/a
 
      17th Nov 2006
In the Replace dialog, enter | in the Find What box, put your cursor in the
Replace With box, hold down the left ALT key and type 0010 on the numeric
keypad (not the number keys above the letters). Nothing will show in the
box, but the vbLf character will be there. Then click Replace All to
replace.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)


"Greg" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Dave,
>
> I appreciate your reply. After changing the "manual line feeds" into
> "horizontal bars (|)" and pasting my records into Excel things are just
> about the way I want them. Next I need the "horizonal bars (|)"
> converted back into "manual linefeeds".
>
> I tried to do a global "Find and Replace" but I guess I'm missing
> something as Excel doesn't recognize the (^10) or (^l) characters. Do
> you have any suggestions on how to resolve this minor issue?
>
> -Greg
> Dave Peterson wrote:
>> Are each of the fields on the record separated by that manual linefeed?
>> Or is
>> it just one giant field per record?
>>
>> If it's multiple fields separated by manual linefeeds, then I'd change
>> those
>> manual linefeeds to a symbol that isn't used in your data--say a vertical
>> bar
>> (|).
>>
>> There's an option in MSWord's Edit|Replace dialog.
>>
>> Click on More if you don't see the extended dialog.
>> then click on Special and choose Manual Line break
>>
>> Then do the same thing with the double paragraph marks--change it to a
>> single
>> paragraph mark.
>>
>> Now copy and paste into excel.
>>
>> Your data should go into a single column.
>> Data|text to columns|Delimited by that vertical bar
>> and choose the type of data for each field.
>>
>> And then back to MSWord. Close without saving or hit Undo a bunch of
>> times.
>>
>> Greg wrote:
>> >
>> > Hi,
>> >
>> > I have created an MS Word 2003 document that contains "manual linefeed"
>> > and paragraph marks. Each new record is separated by 2 paragraph marks.
>> > How should I save this document such that when it is imported into MS
>> > Excel, it will keep each record separated? Currently, when I import
>> > the file it makes a new record each time a "manual linefeed" is found.
>> >
>> > Thanks in advance for any assistance.
>> >
>> > -Greg

>>
>> --
>>
>> Dave Peterson

>



 
Reply With Quote
 
Greg
Guest
Posts: n/a
 
      18th Nov 2006
Thanks Chip. That is just what I needed.

Chip Pearson wrote:
> In the Replace dialog, enter | in the Find What box, put your cursor in the
> Replace With box, hold down the left ALT key and type 0010 on the numeric
> keypad (not the number keys above the letters). Nothing will show in the
> box, but the vbLf character will be there. Then click Replace All to
> replace.
>
>
> --
> Cordially,
> Chip Pearson
> Microsoft MVP - Excel
> Pearson Software Consulting, LLC
> www.cpearson.com
> (email address is on the web site)
>
>
> "Greg" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi Dave,
> >
> > I appreciate your reply. After changing the "manual line feeds" into
> > "horizontal bars (|)" and pasting my records into Excel things are just
> > about the way I want them. Next I need the "horizonal bars (|)"
> > converted back into "manual linefeeds".
> >
> > I tried to do a global "Find and Replace" but I guess I'm missing
> > something as Excel doesn't recognize the (^10) or (^l) characters. Do
> > you have any suggestions on how to resolve this minor issue?
> >
> > -Greg
> > Dave Peterson wrote:
> >> Are each of the fields on the record separated by that manual linefeed?
> >> Or is
> >> it just one giant field per record?
> >>
> >> If it's multiple fields separated by manual linefeeds, then I'd change
> >> those
> >> manual linefeeds to a symbol that isn't used in your data--say a vertical
> >> bar
> >> (|).
> >>
> >> There's an option in MSWord's Edit|Replace dialog.
> >>
> >> Click on More if you don't see the extended dialog.
> >> then click on Special and choose Manual Line break
> >>
> >> Then do the same thing with the double paragraph marks--change it to a
> >> single
> >> paragraph mark.
> >>
> >> Now copy and paste into excel.
> >>
> >> Your data should go into a single column.
> >> Data|text to columns|Delimited by that vertical bar
> >> and choose the type of data for each field.
> >>
> >> And then back to MSWord. Close without saving or hit Undo a bunch of
> >> times.
> >>
> >> Greg wrote:
> >> >
> >> > Hi,
> >> >
> >> > I have created an MS Word 2003 document that contains "manual linefeed"
> >> > and paragraph marks. Each new record is separated by 2 paragraph marks.
> >> > How should I save this document such that when it is imported into MS
> >> > Excel, it will keep each record separated? Currently, when I import
> >> > the file it makes a new record each time a "manual linefeed" is found.
> >> >
> >> > Thanks in advance for any assistance.
> >> >
> >> > -Greg
> >>
> >> --
> >>
> >> Dave Peterson

> >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Microsoft Excel Misc 2 8th Aug 2008 01:54 AM
Cannot "Open" "Import/Export' or use "Data File Management" =?Utf-8?B?RWQgSXNlbmJlcmc=?= Microsoft Outlook Installation 3 16th Jul 2006 12:31 AM
Samsung ML-2150 (2152W) (1) suddenly prints all pages "almost" blank and (2) error message "HSync Engine Error" , not in user manual Lady Margaret Thatcher Printers 6 4th May 2006 04:51 AM
Manual "Windows Update" produces "ActiveX/active scripting" error message even with "LOW" security level setting in "Trusted" Zone Ray2 Windows XP Help 1 14th Nov 2003 06:50 PM
Help turned service: "DNS Server to Start "Manual" and now cannot log in Sekhar Microsoft Windows 2000 DNS 2 26th Aug 2003 01:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:12 PM.