View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shira Shira is offline
external usenet poster
 
Posts: 9
Default formula after running a macro

I have built a macro that is reading raw data and create a report from the
data,the report is great but the formula aren't shown in the end report.

for example:

if in my macro i have made a sum of different fields the result in the
report is a number without the formula.

there is a way to see the embedded formula after running the macro.