I have an excel file with 3 sheets and about 40 graphs. The excel file connects to an external database when opened and populates the 3 spreadsheets with data. I have created a macro that automatically plots the graphs using the information in the 3 spreadsheets. My problem is that I want the macro to run automatically when the file is open but only after the spreadsheets have been updated from the database. I tried renaming my Aut
pen() but this runs the macro before the spreadsheets are updated. Is there any way to automatically run this macro after the file has connected to the external database.