for the life of me I cannot remember how to shorten this
Sheets("MW Forecast Calculation").Range("calcday1").Copy
Sheets("Next Day").Range("NextDayTempRH").PasteSpecial Paste:=xlPasteValues, Transpose:=True
I have the below but I cannot remember where (if) to put transpose?
Sheets("MW Forecast Calculation").Range("calcday1").Value = Sheets("Next Day").Range("NextDayTempRH").Value
Thanks, john
Sheets("MW Forecast Calculation").Range("calcday1").Copy
Sheets("Next Day").Range("NextDayTempRH").PasteSpecial Paste:=xlPasteValues, Transpose:=True
I have the below but I cannot remember where (if) to put transpose?
Sheets("MW Forecast Calculation").Range("calcday1").Value = Sheets("Next Day").Range("NextDayTempRH").Value
Thanks, john