View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ron Coderre[_9_] Ron Coderre[_9_] is offline
external usenet poster
 
Posts: 1
Default Macro with =SUM doesn't work


Try this:

Sub Macro3()
ActiveCell.Formula = "=SUM(N2:N84)"
End Sub


Does that help?

Ron


--
Ron Coderre
------------------------------------------------------------------------
Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419
View this thread: http://www.excelforum.com/showthread...hreadid=375315