Hi

You have the syntax almost right. You need to include the Hard Drive name at the beginning of the file path. Also, the file path separator is the colon (not slash), like this:

Sub ApplyTemplate()
With ActiveChart
.ApplyChartTemplate ("Hard Drive:Users:Jim:Library:Application Support:Microsoft:Office:Chart Templates:Example.crtx")
End With
End Sub