richardexcel
New Member
- Joined
- Aug 27, 2011
- Messages
- 3
I have a Word table the contains cells with hard returns. I want to paste the table into Excel so that the hard returns within a cell are preserved. I've tried the two methods below but they aren't working:
Method 1 - I replaced the hard returns in Word with "xx", pasted into Excel and then replaced the "xx" with "^p".
Method 2 - Instead of replacing the "xx" with "^p", I hit Alt-F to get into the VB editor and then hit Ctrl-G to get ito the immediate window, and then typed "selection.replace "xx", chr(10), and then hit enter to run it but instead of running it it just entered a hard return.
What am I doing wrong?
Method 1 - I replaced the hard returns in Word with "xx", pasted into Excel and then replaced the "xx" with "^p".
Method 2 - Instead of replacing the "xx" with "^p", I hit Alt-F to get into the VB editor and then hit Ctrl-G to get ito the immediate window, and then typed "selection.replace "xx", chr(10), and then hit enter to run it but instead of running it it just entered a hard return.
What am I doing wrong?