Hi All,
I am trying to get the script to copy the chart and paste as picture using data from a list (offset List until empty cell).
The VBA below ran successfully but did not do the 1st FOR LOOP that I wanted it to.
Sub xxx()
'
' Prevents Screen Refreshing
Application.ScreenUpdating = False...