+ Reply to Thread
Results 1 to 3 of 3

How to assign value using a Char Codes?

  1. #1
    CRayF
    Guest

    How to assign value using a Char Codes?

    I'd like the use the Char Code: 25AB â–¡ in a
    Range("K1").Value =
    instuction.

    How could you write this the use Char Codes?



  2. #2
    Helmut Weber
    Guest

    Re: How to assign value using a Char Codes?

    Like this:

    Cells(1, 1).Value = ChrW(&H25AB)

    Helmut Weber

  3. #3
    CRayF
    Guest

    Re: How to assign value using a Char Codes?

    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