View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RosH RosH is offline
external usenet poster
 
Posts: 13
Default Character formating for User defined function problem

Hi everyone,

I have some user defined function, but i need the output formated at
the character level. For example see below


A B
1 3 Three
2 4 Four

The column B contains user defined function which converts numbers in
Column A to Figures in column B. I need the First character (T in
Three, F in Four) to be in bold and the rest normal. Note that the
result is programmatically created. How shall i incorporate it into my
user defined function.

Any Ideas? Thanks in advance. Bye