0
I have an excel file which looks up and calculates data for a given date. It works as follows: You enter the date in a specific cell (input) and in the same sheet the required data appears (20 cells). (the calculations etc... are done in another sheet)
Now I want to create an excel file which summarizes all this data without having to input the date myself and copy the data manually.
What the macro should do is: for each date change the value of that specific input cell, copy the output data and paste it in a new sheet (next to the date).
Any idea how this could be done? I worked with macros a long time ago and forgot most of the syntax.