Page 1 of 1

Disabling Chart Theme in version 7

Posted: Tue Feb 28, 2006 9:59 pm
by 9530407
We disable certain tabs for users such as data, tools, for example:

with pTeeEditor
.ShowPages.Tools = false
.ShowPages.OpenGL = false
.ShowPages.SeriesData = false
.Options.Delete = false
.Options.Clone = false
.Options.DataSource = false
end with

In version 7 I am trying to figure out a way to disable the new feature for chart themes. The reason is because we have already implemented similar functionality and we don't want to confuse the user. Let know as soon as possible. I looked in the help document and I wasn't able to find anything.

Posted: Wed Mar 01, 2006 8:23 am
by narcis
Hi cwJoe,

You need to use:

Code: Select all

    pTeeEditor.ShowPages.Themes = False