Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Having problems coding a chart

Status
Not open for further replies.

jamez05

Programmer
Jul 29, 2005
130
0
0
US
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
 





Hi,

Maybe...
Code:
[Forms]![TabMenu]![Plot]![plotofdata][b].chart[/b].Hastitle = True

Skip,
[sub]
[glasses] When a diminutive clarvoyant had disappeared from detention, headlines read...
Small Medium at Large[tongue][/sub]
 
Thanks for the reply,

I tried that, but get a 438 run-time error:
Object doesn't support this property or method

 
For Some reason, it started working now (didn't make any changes). Not sure why, but its working
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top