View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
steve steve is offline
external usenet poster
 
Posts: 1
Default Need macro to parse function into longhand

Has anyone parsed a function to change divides into horizontal bars to
make it look more readable? ie make it look more like MathCAD
functions, so simple errors like a misplaced bracket would be more
obvious.

I was thinking you could redraw the function in some free cells, but
it could be text only, as it is only a visual aid to document the
embedded equation.

Steve