Hi team,
I am using this code to export charts from all sheets in active workbook.
I would like to convert the code to export charts only from active sheet.
Thank you.
Sub ExportCharts()
Dim WS As Excel.Worksheet
Dim SaveToDirectory As String
Dim objChrt As ChartObject
Dim...