Dear Rich,
This looks great.
I'm running into an error "Method 'Offset' of object 'Range' failed" error# '-2147417848 (80010108)'
The info.(notes) are next to the charts and it would be designated to colunm J (infinite rows) only.
Should it be this?
With pptShpPH.TextFrame.TextRange
'If the chart is the "US" consumption chart, then enter the appropriate comments
If InStr(pptSld.Shapes.Title.TextFrame.TextRange.Text, "US") Then
.Text = chtObj.BottomRightCell.Offset(-2, 3).Value & vbNewLine
End If
Or
Since I want to pull all info. that is next to the each chart.
'Pull all notes next to the charts
With pptShpPH.TextFrame.TextRange
.Text = chtObj.BottomRightCell.Offset(-2, 3).Value & vbNewLine