Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Everyone:
I posted a similar message on the VB newsgroup, and got my answer for VB. Now, I was wondering does anyone know how to display the infinity symbol in the excel spreadsheet using VBA? I tried this code, but it did not work on excel 2003. Range("A1").Font.Name = "Arial" w = "This is the infinity symbol: " & Chr(165) Range("A1").Value = w x = Len(Range("A1").Value) Range("A1").Characters(Start:=x, Length:=1).Font.Name = "Symbol" Thanks for your help. Bob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to insert infinity symbol in excel? | Excel Worksheet Functions | |||
Displaying symbol from inside a calculation | Excel Worksheet Functions | |||
euro symbol not displaying in excel | Excel Discussion (Misc queries) | |||
How do I find and replace a symbol in an excel spreadsheet | Excel Discussion (Misc queries) | |||
How do I insert the sigma symbol in an Excel spreadsheet? | Excel Discussion (Misc queries) |