Hey All,
I am trying copy multiple excel tabs graphs to PPT. Below is the code to select the tab and the range to copy to PPT. But getting a "object required error". Can anyone help?
BPCInputs is the tab name and "b2:r24" is the range in the tab that i want to copy to PPT. I can provided full code if needed but this is where the error occurred.
![]()
PasteRng PPPres, 2, (BPCInputs.Range("b2:r24"))
Bookmarks