Hy, I have the following code to put a chart on a userform with multipage:
Function chart_v1()LoadSheets
Dim MyChart As chart
Dim ChartData, ChartData2 As Range
Dim chartIndex As Integer
Dim ChartName, ChartName2 As String
Dim i As Long
chartIndex = MultiPage1.Value
Select Case chartIndex...