View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Ralf Ralf is offline
external usenet poster
 
Posts: 4
Default setting excel formula from code

Here is the code I am using to set the formula. It shows as text, not
as the sum of the 2 cells as I am wanting.


dw_6.SetItem(2, 1, " =SUM(D5:D6)")