In Access (VBA) this code doesen't work. But in VB it works?
VB Code:
Private Sub Command1_Click() Dim oleGrf As Object Set oleGrf = Me.OLEchart.Object oleGrf.ChartTitle.Text = "Test" Set oleGrf = Nothing End Sub
Why?
|
Results 1 to 4 of 4
Thread: MsChart problem...[RESOLVED]Threaded View
|
Click Here to Expand Forum to Full Width |