如何在Excel中用空格/逗號替換alt-enter?
例如,一些帶有回車符的單元格如下圖所示。 現在,您要在Excel中用空格或逗號替換這些alt輸入字符,如何處理? 實際上,兩者 查找和替換 功能和VBA可以幫助您解決問題。
通過查找和替換功能將alt輸入替換為空格/逗號
用VBA將alt輸入替換為空格/逗號
通過查找和替換功能將alt輸入替換為空格/逗號
您可以輕松地用空格或逗號將所有輸入字符替換為 查找和替換
Excel中的功能。 請執行以下操作:
1。 選擇要替換alt輸入字符的單元格,然后按
按Ctrl +
H 鍵打開“查找和替換”對話框。
2。 在“查找和替換”對話框的“ 更換
標簽,請:
(1)在
尋找什么 壓盒機
按Ctrl +
J
輸入alt輸入字符的鍵;
(2)在
更換
所需的框型空格或逗號;
(3)點擊
“全部替換”
按鈕。 看截圖:
3。 點擊 OK
在彈出的Microsoft Excel對話框中單擊按鈕。 然后關閉“查找和替換”對話框。
現在,您將看到所有alt輸入字符都替換為您指定的字符,例如逗號。 看截圖:
將行/列合并為一個單元格,并用空格,逗號,換行符等分隔。
Kutools for Excel“ 合并列或行 實用程序可以幫助Excel用戶輕松地將多列或多行合并為一列/行,而不會丟失數據。 此外,Excel用戶可以將這些組合的文本字符串用回車或硬回車,逗號,空格,分號等進行包裝。
全功能免費試用 30-天!
用VBA將alt輸入替換為空格/逗號
如果您熟悉VBA,則還可以在Excel中使用VBA將alt輸入字符替換為空格,逗號或任何其他字符。
1。 按 其他 + F11 鍵以打開“ Microsoft Visual Basic應用程序”窗口。
2。 點擊 插頁 > 模塊,然后將以下VBA代碼粘貼到新的模塊窗口中。

VBA:用Excel中的空格/逗號替換alt輸入
Sub ReplaceLineBreak()
Dim xRg As Range
On Error Resume Next
Set xRg = Application.InputBox("Select Cells:", "KuTools for Excel", Selection.Address, , , , , 8)
If xRg Is Nothing Then Exit Sub
xRg.WrapText = False
xRg.Replace Chr(10), "Your text here", xlPart, xlByColumns
End Sub
Note: Before running the VBA, please find the code xRg.Replace Chr(10), "Your text here", xlPart, xlByColumns, and replace Your text here with space, comma, or other character as you need.
3. Press F5 key or click the Run button to run this VBA.
4. In the popping out KuTools for Excel dialog box, please select the cells you will replace the alt-enter characters, and click the OK button. See screenshot:
Now you will see all alt-enter characters are replaced with you specified character, such as comma. See screenshot:
Related articles:
How to replace blank space with nothing/underscore/dash/comma in Excel?
Best Office Productivity Tools
Transform Hours into Minutes with Kutools for Excel!
Ready to supercharge your Excel tasks? Harness the power of Kutools for Excel - your ultimate time-saving tool. Streamline intricate tasks and glide through your data like a pro. Experience Excel at lightning speed!
Why You Need Kutools for Excel
??? Over 300 Powerful Features: Kutools is packed with more than 300 advanced features, simplifying your work in over 1500 scenarios.
?? Superior Data Processing: Merge cells, remove duplicates, and perform advanced data conversions – all without breaking a sweat!
?? Efficient Batch Operations: Why put in extra effort when you can work smart? Import, export, combine, and tweak data in bulk with ease.
?? Customizable Charts and Reports: Access a broad variety of additional charts and generate insightful reports that tell a story.
??? Powerful Navigation Pane: Gain an advantage with the robust Column Manager, Worksheet Manager, and Custom Favorites.
?? Seven Types of Drop-down Lists: Make data entry a breeze with drop-down lists of various features and types.
?? User-Friendly: A breeze for beginners and a powerful tool for experts.
Download Now and Soar Through Time with Excel!
Read More... Free Download... Purchase...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
Enable tabbed editing and reading in
Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
Open and create multiple documents in new tabs of the same window, rather than in new windows.
Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Read More... Free Download... Purchase...