Thread: Macros/VBA
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mika mika is offline
external usenet poster
 
Posts: 1
Default Macros/VBA

I have a column D where the values of D's cells are
dependent on cells A, B, and C of that row. Once A, B, or
C is changed, I want the calculation for D to be updated.
How do I create a macro with VBA that will do this? (I
believe I need a macro because the conditional statements
are very tedious and complex by using nested ands and ors.)

Thanks very much.