block characters

  • Thread starter Thread starter Stefi
  • Start date Start date
S

Stefi

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
 
Sorry, that was another try,
Range("E2").Value = ChrW(2591)
gave ਟ
Stefi

„Stefi†ezt írta:
 
Stefi,

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

Mike
 
Back
Top