Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hitoshi
  • Content: Threads
  • Order by date
  1. hitoshi

    graph memory leak

    Hey, I am pasting a lot of data from excel to powerpoint, here is a code fragment: Sub adjustData() ' ' This sub changes the chart data to the relevant excel informaiton ' Dim oGraph As Object Dim oPPTShape As PowerPoint.Shape Dim j As Integer On Error GoTo xxx Set...
  2. hitoshi

    Is there an equivalent to GetChartElement using Powerpoint's Chart?

    Is there an equivalent to GetChartElement using Powerpoint's Chart? I don't think there is but, hopefully there is. -Grg
  3. hitoshi

    Using Excel Chart Event Procedures when embedded in PowerPoint

    Hi, Say I've declared a procedure in Excel, with a chart on a seperate sheet, that msgboxes what the value of the series is when you mouseover it, something like this: >> Private Sub Chart_MouseMove(ByVal Button As Long, _ ByVal Shift As Long, ByVal X As Long, ByVal Y As Long)...

Part and Inventory Search

Back
Top