formatting

W

worduser

I have alot of numbers that I have on the left sife of the page, I want them
to be represented after each other. For example, this is what I currently
have:

111,
222,
333,

But, I want them to show up on the page like: 111, 222, 333, is there quick
way of doing this, I have about 3000 rows. If I can't do this word, is it
possible in Excel
 
S

Suzanne S. Barnhill

Use Find and Replace to replace ^p (assuming paragraph breaks are what you
have at the ends of the lines) with a space. If the lines are separated by
line breaks, use ^l (that's a lowercase L) instead.
 
Top