PC Review


Reply
Thread Tools Rate Thread

block characters

 
 
Stefi
Guest
Posts: n/a
 
      18th Oct 2008
Hi All,

I'd like to insert block characters, e.g. light shade (Unicode: 2591) in
cells. I can do it manually via Insert>Symbol, but when I tried
Range("E2").Value = ChrW(2591)
I got an invisible character.

How can I display ░ in the cell?

Thanks,
Stefi

 
Reply With Quote
 
 
 
 
Stefi
Guest
Posts: n/a
 
      18th Oct 2008
Sorry, that was another try,
Range("E2").Value = ChrW(2591)
gave ਟ
Stefi

„Stefi” ezt *rta:

> Hi All,
>
> I'd like to insert block characters, e.g. light shade (Unicode: 2591) in
> cells. I can do it manually via Insert>Symbol, but when I tried
> Range("E2").Value = ChrW(2591)
> I got an invisible character.
>
> How can I display ░ in the cell?
>
> Thanks,
> Stefi
>

 
Reply With Quote
 
Mike H
Guest
Posts: n/a
 
      18th Oct 2008
Stefi,

You can get the full Unicode list here
http://scripts.sil.org/cms/scripts/p...celUnicodeData

The closest I got to what I think you mean is 9617

Range("E2").Value = ChrW(9617)

Mike


"Stefi" wrote:

> Sorry, that was another try,
> Range("E2").Value = ChrW(2591)
> gave ਟ
> Stefi
>
> „Stefi” ezt *rta:
>
> > Hi All,
> >
> > I'd like to insert block characters, e.g. light shade (Unicode: 2591) in
> > cells. I can do it manually via Insert>Symbol, but when I tried
> > Range("E2").Value = ChrW(2591)
> > I got an invisible character.
> >
> > How can I display ░ in the cell?
> >
> > Thanks,
> > Stefi
> >

 
Reply With Quote
 
Mike H
Guest
Posts: n/a
 
      18th Oct 2008
Stefi,

I hadn't spotted that was the hex equivalent I just ploughed through the
list. Thanks for the feedback.

Mike

"Stefi" wrote:

> Thanks Mike, that it is. I misled myself because I didn't notice that Excel's
> Insert>Symbols dialog displays the Unicode character codes in hexadecimal
> format. (9617=2591H)
>
> Regards,
> Stefi
>
>
> „Mike H” ezt *rta:
>
> > Stefi,
> >
> > You can get the full Unicode list here
> > http://scripts.sil.org/cms/scripts/p...celUnicodeData
> >
> > The closest I got to what I think you mean is 9617
> >
> > Range("E2").Value = ChrW(9617)
> >
> > Mike
> >
> >
> > "Stefi" wrote:
> >
> > > Sorry, that was another try,
> > > Range("E2").Value = ChrW(2591)
> > > gave ਟ
> > > Stefi
> > >
> > > „Stefi” ezt *rta:
> > >
> > > > Hi All,
> > > >
> > > > I'd like to insert block characters, e.g. light shade (Unicode: 2591) in
> > > > cells. I can do it manually via Insert>Symbol, but when I tried
> > > > Range("E2").Value = ChrW(2591)
> > > > I got an invisible character.
> > > >
> > > > How can I display ░ in the cell?
> > > >
> > > > Thanks,
> > > > Stefi
> > > >

 
Reply With Quote
 
Stefi
Guest
Posts: n/a
 
      18th Oct 2008
Anyway you hit it!
Thanks again!
Stefi


„Mike H” ezt *rta:

> Stefi,
>
> I hadn't spotted that was the hex equivalent I just ploughed through the
> list. Thanks for the feedback.
>
> Mike
>
> "Stefi" wrote:
>
> > Thanks Mike, that it is. I misled myself because I didn't notice that Excel's
> > Insert>Symbols dialog displays the Unicode character codes in hexadecimal
> > format. (9617=2591H)
> >
> > Regards,
> > Stefi
> >
> >
> > „Mike H” ezt *rta:
> >
> > > Stefi,
> > >
> > > You can get the full Unicode list here
> > > http://scripts.sil.org/cms/scripts/p...celUnicodeData
> > >
> > > The closest I got to what I think you mean is 9617
> > >
> > > Range("E2").Value = ChrW(9617)
> > >
> > > Mike
> > >
> > >
> > > "Stefi" wrote:
> > >
> > > > Sorry, that was another try,
> > > > Range("E2").Value = ChrW(2591)
> > > > gave ਟ
> > > > Stefi
> > > >
> > > > „Stefi” ezt *rta:
> > > >
> > > > > Hi All,
> > > > >
> > > > > I'd like to insert block characters, e.g. light shade (Unicode: 2591) in
> > > > > cells. I can do it manually via Insert>Symbol, but when I tried
> > > > > Range("E2").Value = ChrW(2591)
> > > > > I got an invisible character.
> > > > >
> > > > > How can I display ░ in the cell?
> > > > >
> > > > > Thanks,
> > > > > Stefi
> > > > >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Signature Block Problem-funny characters Gwen Powell Microsoft Outlook Discussion 7 2nd Apr 2009 08:15 PM
Printing Block characters =?Utf-8?B?S2FyZW4gVk0=?= Microsoft Word Document Management 1 5th Nov 2007 07:58 PM
Reading a Block of Characters into a String Phil Galey Microsoft VB .NET 2 23rd Jun 2005 11:40 PM
how do i stop a code block HtmlEncoding characters?? Tim_Mac Microsoft ASP .NET 8 25th May 2005 07:52 AM
How do I block all e-mail that contain special characters? =?Utf-8?B?ZGFjdWI=?= Microsoft Outlook 1 11th Dec 2004 04:18 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:09 AM.