+ Reply to Thread
Results 1 to 3 of 3

Convert word to binary

  1. #1
    Registered User
    Join Date
    07-01-2010
    Location
    Costa Rica
    MS-Off Ver
    Excel 2007
    Posts
    5

    Convert word to binary

    Hi... it's me again... first one thanks for all your help... has been great...
    Well now (sorry for my english, I'll get to the point) i need to convert a whole word to binary... its simple...

    the word: love...

    Letters
    l
    o
    v
    e
    s

    numeric code
    108
    111
    118
    101
    115

    binary number
    1101100
    1101111
    1110110
    1100101
    1110011

    I need to do do this... 01101100 01101111 01110110 01100101

    with this code...
    *********************************************************************************
    Please Login or Register  to view this content.
    *********************************************************************************
    but my code repeat only the first letters (01101100 01101100 01101100 01101100 = LLLL "lower case") instead the all letters (01101100 01101111 01110110 01100101 = love "lower case") i need to my code put all the binary numbers for each letter of the word or phrase (words...)
    You will found files 2003 and 2007 versión of the same file...

    Somebody help please... thanks in advance!
    Attached Files Attached Files

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Convert word to binary

    Here's one way:
    Please Login or Register  to view this content.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    07-01-2010
    Location
    Costa Rica
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Convert word to binary

    many thanks work perfect! shg you rules!!!

+ 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