View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rita rita is offline
external usenet poster
 
Posts: 64
Default Using Two Variables in Excel Calculation VBA

Having trouble getting correct syntax. Using two inputted variables
TotSalesDay and CurrSalesDay - need to calculate in cell

ActiveCell.FormulaR1C1 = "=RC[-2] / TotSalesDay * CurrSalesDay
--
Rita