S
SA
Roy:
Yes, Graph has extensive VBA property setting capabilities. To reference
the graph objects properties you use code like this in your report:
Dim objGraph as Object
Set objGraph = Me.YourGraphObjectName.Object
'Begin to use its properties.
To get a gander at what all is available, open a Graph object in your report
and then select Help. You'll see a section on programming information, and
as you said regarding the options, the VBA capabilities are very extensive.
Yes, Graph has extensive VBA property setting capabilities. To reference
the graph objects properties you use code like this in your report:
Dim objGraph as Object
Set objGraph = Me.YourGraphObjectName.Object
'Begin to use its properties.
To get a gander at what all is available, open a Graph object in your report
and then select Help. You'll see a section on programming information, and
as you said regarding the options, the VBA capabilities are very extensive.