hello all
I'm new to vba programming and i've written a code which will insert a table in the current slide now i want to insert pictures in the cells of the table how can i do that?
this is my code:
Sub NativeTable()
Dim pptSlide As Slide
Dim pptShape As Shape ' code from google...