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...
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)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.