View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John John is offline
external usenet poster
 
Posts: 2,069
Default UDF and superscript

I have a UDF that returns values... I want to make the last digit in the UDF
a superscript. Is this possible? I have tried to call a sub from the
function, but I cannot get how to get around activecell... since the UDF
could be in several cells.

Does that make sense, thanks!