AutoTrackWks Property

The AutoTrackWks property returns or sets plot window auto track worksheet setting. Returns a Boolean.

Syntax

object.AutoTrackWks

object.AutoTrackWks = AutoTrackWks

 

Parameter Type Description
AutoTrackWks Boolean required, true to automatically track data file changes

 

Example 1

This example shows how to disable auto track worksheets.

PlotWindow.AutoTrackWks = False

Example 2

This example shows how to return the status of auto track worksheets.

Debug.Print PlotWindow.AutoTrackWks

 

Used by: AutoPlotWindow object