+ Reply to Thread
Results 1 to 2 of 2

MS Excel Rupee Symbol Not Displaying as a different symbol

  1. #1
    Registered User
    Join Date
    02-28-2012
    Location
    Bangalore
    MS-Off Ver
    Excel 2010
    Posts
    100

    MS Excel Rupee Symbol Not Displaying as a different symbol

    Hello Friends,

    I have a sheet with multiple instances of “ in various text strings. [No designs inside that rectangle box in actual sheet. While copying that rectangle and pasting here, its coming like that. Its just a box, which comes in replacement of Rupee symbol in all other systems ms-excel than the system where the ooriginal created ]

    I want to find and replace all instances of “ only with the font 'Rupee Forandian' - ₹ in the excel sheet.

    When I try the excel replace function (CRTL+H) with the format function, it changes the font of the entire text string, while I want it to change only the character `
    Went thru VB Code method and used the below code :

    Sub InsertRupeeForandianSymbol()
    Dim X As Long, Cell As Range
    For Each Cell In Selection
    For X = 1 To Len(Cell.Value)
    If Mid(Cell.Value, X, 1) = "“" Then Cell.Characters(X, 1).Font.Name = "Rupee Foradian"
    Next
    Next
    End Sub

    But when i copy that small rectangle box, "?" symbol is displaying in vb code window. So it also doesn't work.

    Its just a text string and not a formula in the excel sheet . Excel Version is 2010.

    Try to change the settings in Regional - keyboard - indian keyboard and all. But still it doesn't work.

    Request your help on this. Thanks much. Please revert.

    Regards.
    Perpectuals

  2. #2
    Registered User
    Join Date
    02-28-2012
    Location
    Bangalore
    MS-Off Ver
    Excel 2010
    Posts
    100

    Re: MS Excel Rupee Symbol Not Displaying as a different symbol

    Friends, Its a very small rectangle box instances . online error is showing while adding attachments.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Checking for a symbol then copying text if it symbol is present
    By fedorafreak in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-03-2013, 08:54 PM
  2. Displaying 'X' and '+' Symbol on Line Graph
    By drake7 in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 10-09-2012, 12:36 AM
  3. Tick symbol & cross symbol in a cell
    By sivdin in forum Excel General
    Replies: 2
    Last Post: 02-17-2011, 08:58 AM
  4. Currency symbol -Rupee
    By ran1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-25-2010, 10:12 AM
  5. [SOLVED] Displaying the Sigma Symbol as a Column heading
    By Oxnard in forum Excel General
    Replies: 2
    Last Post: 07-24-2005, 07:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1