Any answers ?
--- In [email protected], "gmorlosky" <gmorlo...@...> wrote:
>
> Is each "upper" tab of the panes considered a "WorkBook" and therefore
> it is something like ActiveWorkbook.Name that should be used ???
>
> --- In [email protected], "gmorlosky" <gmorlosky@> wrote:
> >
> > I have this code which makes a ticker change to ALL panes. I just want to
> > change the pane which the indicator is in (no symbol link) ?
> >
> > EnableScript("JScript");
> > <%
> > function SetChartTicker(newTicker)
> > {
> > AB = new ActiveXObject("Broker.Application");
> > AB.ActiveDocument.Name = newTicker; // ???
> > return 1;
> > }
> > %>
> >
>