Thread: VBA coding
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eléna Eléna is offline
external usenet poster
 
Posts: 1
Default VBA coding

Why do the cell references in part of the macro below
include negative numbers?


ActiveCell.FormulaR1C1 = "=RC[-2]-RC[-3]"
Range("C5").Select