View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
jchen jchen is offline
external usenet poster
 
Posts: 20
Default Replace font of one character in a string

Or you can do a dirty way by hand. Copy the range and paste them in a new
sheet. And use the replace all function. And Copy and paste it back.

If you have formula included in the sheet.
Copy the whole sheet to a new one, replace all, and only copy the range and
paste it back.