View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Akash Akash is offline
external usenet poster
 
Posts: 125
Default Hw to write a macro to calculate values

I want the following workflow module:

A + B - C = D

A B C D
10 10 05 = 15
20 20 10 = 30
40 60 00 = 100

What would be the Code