Hi
I have a spreadsheet which is a huge table of data which has about 20-30 charts generated from it. The ranges of data are 12 months, so these need to be shifted down each month to take on the new data.
Is there a way in VBA to automate this?
I have tried doing a selection panel on one sheet to select the month and assign the respective values to the charts by individually programming each step into the code but it's way to lengthy.
Any ideas?
I have a spreadsheet which is a huge table of data which has about 20-30 charts generated from it. The ranges of data are 12 months, so these need to be shifted down each month to take on the new data.
Is there a way in VBA to automate this?
I have tried doing a selection panel on one sheet to select the month and assign the respective values to the charts by individually programming each step into the code but it's way to lengthy.
Any ideas?