Brent,
This is probably what you want:
Application.TimescaleEdit majorunits:=pjTimescaleYears,
minorunits:=pjTimescaleMonths, majorlabel:=pjYear_yyyy,
minorlabel:=pjMonth_mmm, _
majorcount:=1, minorcount:=1, majorticks:=True, minorticks:=True
This syntax can be found in the VBA object browser help file.
HTH
John