I tried changing the interior color of the following chart:
Workbook: "ProjectFilesChapter15-FirstChart.xlsm"
Worksheet: "Sheet1"
I used the following line:
Workbooks("ProjectFilesChapter15-FirstChart.xlsm").Activate
Worksheets("Sheet1").Shapes("Chart 2").Chart.Interior.Color = RGB(0,255,0)
I receive Run Tim Error 438
Thank you!
Workbook: "ProjectFilesChapter15-FirstChart.xlsm"
Worksheet: "Sheet1"
I used the following line:
Workbooks("ProjectFilesChapter15-FirstChart.xlsm").Activate
Worksheets("Sheet1").Shapes("Chart 2").Chart.Interior.Color = RGB(0,255,0)
I receive Run Tim Error 438
Thank you!