+ Reply to Thread
Results 1 to 4 of 4

Removing Spaces within a cell

  1. #1
    Registered User
    Join Date
    04-19-2012
    Location
    Nairobi, Kenya
    MS-Off Ver
    Excel 2007
    Posts
    40

    Removing Spaces within a cell

    Hi All

    I want to adapt your code for my worksheet.

    The data was run through SPSS so everything is merged eg "Fanta Strawberry 40 ml" is now "FantaStrawberry40ml"

    What would be the code to merge everything in a cell? May even be just a function.

    ie Current = "Fanta Strawberry 40 ml"
    Expected = "FantaStrawberry40ml"

    Thanks

  2. #2
    Valued Forum Contributor
    Join Date
    03-17-2012
    Location
    Warsaw, Poland
    MS-Off Ver
    2007/2010
    Posts
    555

    Re: Removing Spaces within a cell

    Please Login or Register  to view this content.
    strString is the string of a cell ofc.

    for example

    Please Login or Register  to view this content.
    Last edited by Bishonen; 10-15-2012 at 07:10 AM.
    If you think that my answer was helpful, please click on the "Add to this user's Reputation" button.

  3. #3
    Forum Contributor
    Join Date
    09-05-2012
    Location
    It's more fun in the Philippines :D
    MS-Off Ver
    Excel 2007
    Posts
    209

    Re: Removing Spaces within a cell

    @Nairobi

    Can you attach a sample workbook?

    You can use the function

    Replace(string," ","")
    Don't forget to mark your thread as [SOLVED].

  4. #4
    Registered User
    Join Date
    04-19-2012
    Location
    Nairobi, Kenya
    MS-Off Ver
    Excel 2007
    Posts
    40

    Re: Removing Spaces within a cell

    Many Thanks Bishonen

    Works perfectly

    @thisisgerald - thanks,

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1