ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Inserting symbols into Cells of a worlsheet (https://www.excelbanter.com/excel-programming/372563-inserting-symbols-into-cells-worlsheet.html)

Michael

Inserting symbols into Cells of a worlsheet
 
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.

Tom Ogilvy

Inserting symbols into Cells of a worlsheet
 
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.




Michael

Inserting symbols into Cells of a worlsheet
 
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.






All times are GMT +1. The time now is 04:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com