Search results

  1. H

    inserting images in a table

    thanks Rx_, i'll be working on the code you provided in the link. thanks a lot for your help
  2. H

    inserting images in a table

    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...
Back
Top Bottom