R
Rod
I couldn't find a PowerPoint VBA group. If this is the wrong place to post
VBA questions please redirect me.
I have VBA code in an Access database and I want to write data to the table
behind a chart in a PowerPoint presentation.
I can do this in Excel and Word, but PP seems to be something different
again.
I have got as far as this
Public Sub Main()
Dim objPP As PowerPoint.Application
Dim objPres As PowerPoint.Presentation
Set objPP = New PowerPoint.Application
Set objPres = objPP.Presentations.Open(......................
Any help very much appreciated.
VBA questions please redirect me.
I have VBA code in an Access database and I want to write data to the table
behind a chart in a PowerPoint presentation.
I can do this in Excel and Word, but PP seems to be something different
again.
I have got as far as this
Public Sub Main()
Dim objPP As PowerPoint.Application
Dim objPres As PowerPoint.Presentation
Set objPP = New PowerPoint.Application
Set objPres = objPP.Presentations.Open(......................
Any help very much appreciated.