View Single Post
  #21   Report Post  
Posted to microsoft.public.excel.programming
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default Recalculate cell #2

On Thu, 16 Sep 2004 14:13:11 -0400, "Dennis Allen"
wrote:

what I'm doing wrong,


A FUNCTION cannot affect cell attributes.

A FUNCTION can only return a value.

So there is no way that a FUNCTION can change row height.


--ron