Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to write a program that inserts symbols like Aplha or Beta into
all selected cells of a worksheet. I would be thankful if someone could tell me if this is possible and if so how to do it. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just but in an uppercase A or B and format the cell to use the Symbol font.
selection.Font.Name = "Symbol" selection.Value = "A" -- Regards, Tom Ogilvy "Michael" wrote in message ... I am trying to write a program that inserts symbols like Aplha or Beta into all selected cells of a worksheet. I would be thankful if someone could tell me if this is possible and if so how to do it. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you very much indeed.
"Tom Ogilvy" wrote: Just but in an uppercase A or B and format the cell to use the Symbol font. selection.Font.Name = "Symbol" selection.Value = "A" -- Regards, Tom Ogilvy "Michael" wrote in message ... I am trying to write a program that inserts symbols like Aplha or Beta into all selected cells of a worksheet. I would be thankful if someone could tell me if this is possible and if so how to do it. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inserting Symbols with IF Function. | Excel Discussion (Misc queries) | |||
Inserting Symbols via a macro | Excel Programming | |||
inserting symbols not available in excel | Excel Discussion (Misc queries) | |||
Inserting Symbols | Excel Discussion (Misc queries) | |||
Inserting greek symbols in the legend ? | Charts and Charting in Excel |