In Worksheet A, I have a single column of meter readings with a static named range "MeterData". The first row of the range is the date (mm/dd/yy) when the meters were read. The remaining rows contain the meter readings.
Immediately above the range, in the same column is the Month, January thru December, which I select from a drop-down list.
In Worksheet B, I have 12 columns with headings January to December respectively. If, for example, the month selected in Worksheet A is February, then I want the named range to be copied and then pasted under the February heading in Worksheet B. The first heading (January) in worksheet B is in cell G4.
There is good reason why the meter readings are not directly entered in Worksheet B.
Any help with VBA would be very much appreciated. I am a true novice and am slowly learning to copy and adapt short VBA solutions, but don’t really know much more. Thanks for your time and knowledge.