Results 1 to 4 of 4

Thread: MsChart problem...[RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Posts
    665

    Question MsChart problem...[RESOLVED]

    In Access (VBA) this code doesen't work. But in VB it works?
    VB Code:
    1. Private Sub Command1_Click()
    2. Dim oleGrf As Object
    3.  
    4. Set oleGrf = Me.OLEchart.Object
    5.  
    6. oleGrf.ChartTitle.Text = "Test"
    7.  
    8. Set oleGrf = Nothing
    9.  
    10. End Sub

    Why?
    Last edited by Pirre001; Dec 12th, 2005 at 11:07 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width