View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Formatting not updating inside a function

UDFs called from the worksheet can't change cell format (just as with
built-in functions).

To change format, you'd need to use an event macro instead.

In article ,
scott56hannah wrote:

can
anyone suggest where I am going wrong ?