View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Issue Adding an Array Formula to a cell at Runtime.

Sub qwerty()
Range("A1").FormulaArray = "=1+2"
End Sub

--
Gary''s Student - gsnu200817