Skip to main content

How to remove trailing spaces from cells in Microsoft Excel?

Supposing you got an Excel worksheet from others, and you found that there are unwanted spaces at the end of the cells. And these trailing spaces are not easy to find out and affecting cell sorting, calculating, or other operations. This article will introduce several methods to remove trailing spaces from cells in Microsoft Excel as below screenshot shown.

Remove trailing spaces from cells in Excel with VBA
Remove trailing spaces from cells in Excel with Kutools for Excel


Remove trailing spaces from cells in Excel with VBA

Using the Trim function is easy to remove the trailing space in one cell, but time-consuming to remove trailing spaces in many cells. Here provides a macro to remove all trailing spaces of all cells in a selection.

1: Select the range you want to remove trailing spaces from cells.

2. Press the ALT + F11 keys to open the Microsoft Visual Basic for Applications window.

3. Click Insert > Module, and paste the following macro in the Module Window.

VBA code: Remove all trailing spaces from selected cells in Excel

Sub NoSpaces()
'Update by Extendoffice 20180613
Dim c As Range
For Each c In Selection.Cells
c = Trim(c)
Next
End Sub

4. Press the F5 key to run this macro. Then all trailing spaces are removed from cells of selected range immediately.


Remove trailing spaces from cells in Excel with Kutools for Excel

This section is going to introduce a handy addin - Kutools for Excel. Its Remove Spaces tool can help you remove all trailing spaces from cells quickly. Please do as follows

Before applying Kutools for Excel, please download and install it firstly.

1. Select the range you want to remove all trailing spaces from cells, then click Kutools > Text > Remove Spaces.

2. In the Remove Spaces dialog box, check the Trailing Spaces option in Spaces Type section and then click the OK button. See screenshot:

Then you can see all trailing spaces have been removed from selected cells immediately. See screenshot:

  If you want to have a free trial (30-day) of this utility, please click to download it, and then go to apply the operation according above steps.


Demo: Remove trailing spaces from selected cells with Kutools for Excel


Related articles:

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions…
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


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!
Comments (12)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Gracias!!!
This comment was minimized by the moderator on the site
THANK YOU SO MUCH! I was going crazy doing a MS Word Mail merge from Excel data and couldn't figure out why there was extra space in the fields. MANY THANKS!
This comment was minimized by the moderator on the site
Remove all white spaces after last character. Ex. "CABLE AS " it should become "CABLE AS" ("" not there in the cell)
This comment was minimized by the moderator on the site
You Made my life, feeling excited thanks for this micro code. SUUUUUUUUUUUUUUPPPERRRRR
This comment was minimized by the moderator on the site
You might mention that you shouldn't select the entire worksheet as the range. It takes a very, very long time to process that many cells.
This comment was minimized by the moderator on the site
Awesome! Thanks! Saved a lot of time!!
This comment was minimized by the moderator on the site
WOW! Couldn't have been easier - thank you so much for the help!
This comment was minimized by the moderator on the site
Very good. Saved me a lot of time, thanks!
This comment was minimized by the moderator on the site
I solved it by copying the first formula in my 32 options I wanted to keep a part of the table, and pasted on the other 31 parts and the job was done.
This comment was minimized by the moderator on the site
Hello Frnds, Need help to resolve a problem. Problem: I have data in one single cell like as below: REQ-0001 REQ-00044 REQ-343543 (data is in single cell and having space in between). I want to just remove this breakline space and get the data in one single cell only as below: REQ-0001 REQ-00044 REQ-343543 Thanks in advance.
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
Rate this post:
0   Characters
Suggested Locations