Execute PPT Macro-UiPath

Hi

I need to copy dt, chart from excel to ppt. I am using macros. It works well with charts. But it is not pasting dt to ppt. Here is the VBA code

Sub pasteLine()
With ActivePresentation
.Slides(3).Shapes.Paste
End With
End Sub

let me know if there is any ready activites related to ppt in UiPath

I dont know about an acitivity invoking VBA in PowerPoint, but you can do in Excel, and from there also use all other Office programs.

we have bala reva activities where we can execute macros in ppt. But there is no option to record macro in ppt