What is the character code for new line break in excel

微笑、不失礼 提交于 2020-05-29 03:25:27

问题


I tried char(10) and char(13) but they don`t work by me. I use Excel 2007 and my task is to replace new lines with intervals


回答1:


Use CHAR(10) and Turn on Wrap Text option. It should work.



来源:https://stackoverflow.com/questions/34359664/what-is-the-character-code-for-new-line-break-in-excel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!