Hi April,
Paste special and just paste values -- Lady Layla
Excel can think that the usedrange is bigger then it is. -- Ron de Bruin
Good answers. Most of the problem is in the round tripping
code in MS Office applications which attempts to preserve
anything touched by any office program so it can be
brought back to that office application later intact. It is
a preposterous assumption especially for people on dial ups.
When you paste from HTML you may be including nonbreaking
spaces ( 

, which you might want to convert to spaces
and trim. I'm not sure what you will get with paste values but
TrimALL macro has proven very useful for fixing up a lot of
such problems.
http://www.mvps.org/dmcritchie/excel/join.htm#trimall
If you want to preserve a bit more information, like font color
(one font per cell), bold, limited fontsize changes, You could
paste into a different worksheet, and use the macro in
http://www.mvps.org/dmcritchie/excel/xl2html.htm
to create a simple html page and then copy and paste from
that into your Excel. Be aware that Excel has only 56 colors
so may not match the html page unless they chose "safe" colors.