VBA project extracts data from web, displays it on sheet and then creates a chart from the data. Command button gets additional parameters from a form, adds data to the sheet, deletes all chart objects, and creates two charts side by side. Problem: before displaying charts, the routine opens a new sheet, displays an empty chart object (initial run) or the previously created chart (2nd run), then closes the sheet. Very distracting to the user. I'm stumped! Help will be appreciated. Here's the chart sub from Module 1.
Bookmarks