Results 1 to 54 of 54

What's in Your Personal.xls?

Threaded View

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

    List Cell Text in Binary

    After using =Char(Mid(A1, 15, 1)), =Char(Mid(A1, 16, 1)), =Char(Mid(A1, 17, 1)), ... a few hundred times in years past, I made a form and wrote some code to list the contents of a cell in binary. It's been handy.

    I recently added support for Unicode, so it may not be fully cooked (or maybe reheated), and double-width Unicode characters are problematic.

    In addition to adding the attached form to the workbook, this needs to go in a code module.
    Sub CSB()
        ' Shortcut: Ctrl+Shift+B, as in
        '   "conveniently show binary"
        frmShowBinary.ShowBinary
    End Sub
    Attached Files Attached Files
    Last edited by shg; 06-15-2009 at 11:16 PM.
    Entia non sunt multiplicanda sine necessitate

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