Yes i have the tab called "Charts" where the chart is located, and the image control in the userform is Image1, my current code for the whole userform is very simple
Its literally a summary box, but i want to extend this now to include graphs, when i put the previously posted code into the module i get this error....
1. when all the code is in the module = variable not defined on Image2
2. when i remove the userform_initialize sequence and put it in with my current code = Sub or function not defined, (which i then add "Run" infront of updatechart) and then it works, but doesnt show the graph nor does it save the GIF in the file location
Bookmarks