bascially i want to take the value of the activecell and add it with the value of the cell that is 3 rows above, but i want to put the answer in that same cell, i tried this code but it didnt work
ActiveCell.Value = ActiveCell.Value + ActiveCell.Offset(-3, 0).Range("A1"
.Select
I dont see why that woudlnt work, but anyone have any ideas, thanks!
ActiveCell.Value = ActiveCell.Value + ActiveCell.Offset(-3, 0).Range("A1"
I dont see why that woudlnt work, but anyone have any ideas, thanks!