View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
lpdarspe lpdarspe is offline
external usenet poster
 
Posts: 23
Default how do I set the position to a specific cell location in excel

Thank you very much. It fit the requirements exactly!

"Gary Keramidas" wrote:

and just to give another option, if you want a formula instead of the value for
the total, you could use this

Range("A" & Lastrow + 1).Formula = "=sum(A2:A" & Lastrow & ")"



--


Gary


"lpdarspe" wrote in message
...
I want to make a macro in excel that will go to the end of a data column and
do a summation of the data in the row immediately following the data.