View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
papou[_8_] papou[_8_] is offline
external usenet poster
 
Posts: 7
Default Special string formatting

Hello Christobal
With Range(Grid_Value).Characters(8, 1).Font
.Superscript = True
End With
HTH
Regards
Pascal

"christobal " a écrit dans le
message de news: ...
Am using a excel report generator which works with excel template file.
Have a cell in the template file which is referred to as Grid_Value.
This cell is populated with a string representing cubic meters of
water i.e
203.34M3
How can the field be formatted in vba to show 203.34 M (superscript)3


---
Message posted from
http://www.ExcelForum.com/