adamprocter
Board Regular
- Joined
- Apr 13, 2015
- Messages
- 53
I am trying to build a macro to make some calculations from Sheet 2 and paste the values into Sheet one
The button I have runs the macro from Sheet 1
The button I have runs the macro from Sheet 1
Code:
Sub MonthlyMacro()
Sheets("Sheet 1").Range("M6") = "=SUM(Sheet 2!U:U)"
End Sub