psycoperl
Active Member
- Joined
- Oct 23, 2007
- Messages
- 339
- Office Version
- 365
- 2016
- Platform
- Windows
- MacOS
- Web
I am working on a project where I am building HTML Code for link lists in Excel and then will copy and paste the completed code into my HTML document. However, I am noticing that when I copy and paste the resulting HTML code out of excel and into any text editor (including the Mr.Excel Forum's Code Editor) that it pre-appends and appends a " at the ends of the string and then doubles any " that are already existing in the code. How can I stop these extra " marks from being added to my string when I cut and paste?
_FileList.xlsx | |||||||
---|---|---|---|---|---|---|---|
F | H | I | J | ||||
1 | Caption | NORESP_LIST_BUILT | ShareLink | HTML | |||
2 | Accountancy (ACC) GRAD | http://test.url/smith?join=1&coder=2 | <p style="padding-left:20pt;"><a href="http://test.url/smith?join=1&coder=2" target="_blank">Accountancy (ACC) GRAD</a><br /> <span style="font-size:10pt;word-break:break-all;margin-left:10pt;margin-right:20pt;display:block;"><em>http://test.url/smith?join=1&coder=2</em></span></p> | ||||
3 | Accounting (ACCT) GGRD | ||||||
FILELIST |
Cell Formulas | ||
---|---|---|
Range | Formula | |
J2 | J2 | =CONCATENATE(HTMLCODE!A1,I2,HTMLCODE!A2,F2,HTMLCODE!A3,HTMLCODE!A4,HTMLCODE!A5,HTMLCODE!A6,I2,HTMLCODE!A7) |
Cell Formulas | ||
---|---|---|
Range | Formula | |
A4,A8 | A4 | =CHAR(10) |
A5 | A5 | =CONCATENATE(CHAR(9),CHAR(9),CHAR(9)) |