View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tagas Tagas is offline
external usenet poster
 
Posts: 1
Default Cell contents is a macro

Hi everyone,

Is it possible for the contents of a cell to be the result of a macro, so
that observable behaviour similar to a formula is achieved (ie: it
automatically recalculates the cell contents if any of the values the
formula uses changes?) - I ask this because I need the cell to display the
results of a calculation which is difficult and error prone to do in one
line, whereas the use of VBA would be good.

Thanks