View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Andrew Smith[_2_] Andrew Smith[_2_] is offline
external usenet poster
 
Posts: 1
Default Cell References in functions



Thanks, this is great! Suppose I wanted to add the possibility of
nested functions within the timeseries. For instance, d(a12^5). Do you
know of a command like isrange that would allow me to figure out that
the input wasn't a range and go through a separate processing loop. I
notice that if I dim rng as Variant it will still work ok for the range
way.

Thanks,
Andrew

*** Sent via Developersdex http://www.developersdex.com ***