Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I'd like to insert block characters, e.g. light shade (Unicode: 2591) in cells. I can do it manually via InsertSymbol, but when I tried Range("E2").Value = ChrW(2591) I got an invisible character. How can I display in the cell? Thanks, Stefi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 InsertSymbol, but when I tried Range("E2").Value = ChrW(2591) I got an invisible character. How can I display in the cell? Thanks, Stefi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert Leading Characters If String Is Only 7 Characters | Excel Discussion (Misc queries) | |||
how to highlight changes in my data from one block of cells toanother block of cells? | Excel Programming | |||
Macro to test characters with block of cells and change font | Excel Programming | |||
if/then block within another if/then block needs a loop | Excel Programming | |||
In Excel find characters when multiple characters exist w/i a cel | Excel Worksheet Functions |