I've inherited a workbook that has 1 data page, and 15+ charts. The text on each of the charts has been manually changed to reflect the month's data that is in the charts. I'm sure there is any easy way to do this through VBA, but I'm not sure of the syntax. My initial thought is just to do a find/replace in the workbook and have it update to whatever I need it to be (either date(), date()-1...whatever) but I have a feeling I will also have to change the text in individual charts as well. I will need this to update update whenever the spreadsheet is open, but I don't want to have the message box that asks whether or not I want to update the data.
If anyone has any suggestions they would be appreciaed. Thank you.
If anyone has any suggestions they would be appreciaed. Thank you.