I'm trying to activate the title on a chart, but I keep getting the run-time error "1004 Unable to set the hastitle property of Chart Class" Here's my code, not sure what I'm doing wrong. I'm using 2003:
Code:
[Forms]![TabMenu]![Plot]![plotofdata].Requery
[Forms]![TabMenu]![Plot]![plotofdata].Activate
[Forms]![TabMenu]![Plot]![plotofdata].Hastitle = True