I'm writing a VBA program that writes the results from mathematical equations into cells. To print the output in the proper cells I write:
'Print output
Sheets(1).Cells(4, 16) = Output_t1
Sheets(1).Cells(4, 17) = CapitalStock_t1
Sheets(1).Cells(4, 18) = Consumption_t1...