View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default font color of partial cell contents

let's say i have a variable called fname (first name)

i want to write that value to a cell and make the font color red. but, there
could already be an fname in the cell, or there could be one added after this
one.

how would i code it to make that particular value appear in red?

--


Gary