LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 61
Default Displaying the infinity symbol in an excel spreadsheet

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to insert infinity symbol in excel? Zhead Excel Worksheet Functions 7 April 22nd 23 07:43 PM
Displaying symbol from inside a calculation pdberger Excel Worksheet Functions 3 May 21st 07 05:45 PM
euro symbol not displaying in excel Garfield Lindo Excel Discussion (Misc queries) 1 December 14th 06 06:55 PM
How do I find and replace a symbol in an excel spreadsheet John C Excel Discussion (Misc queries) 1 June 23rd 05 12:58 AM
How do I insert the sigma symbol in an Excel spreadsheet? Sunita Excel Discussion (Misc queries) 1 January 18th 05 03:31 AM


All times are GMT +1. The time now is 12:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"