View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default I want RS Symbol ex $

The closest thing in the Format menu is R$ for Brazilian currency. Other
than that you can either show Rupees in the column or row header and use no
symbol with the numbers or use a macro which puts RS to the appropriate end
(front or back) of the numbers in that column or row.

"NickHK" wrote:

Do you mean Chr(36)/Char(36) ?
What does "RS" mean ?

NickHK

"ss" wrote in message
...