View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default how to create farmula in excle programming

You mean:
Range("A1").Formula = "=SUM(A2:A14)"

NickHK

"Ajaynagpur" wrote in message
...
how to create farmula in excle programming