I am trying to cut and paste a table from an asp page into Excel. When I paste the data into Excel, all the individual entries appear to have a carraige return. If the table looked like:
Place Country Medal
1st USA Gold
2nd UKR Silver
3rd CHN Bronze
After pasting it looks like:
1st
USA
Gold
2nd
UKR
Silver
3rd
CHN
Bronze
How can get cut and paste to get keep the table in the format I want?