Results 1 to 4 of 4

Thread: add image to one slide each with filename as text box above

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3

    Thank you so much

    Quote Originally Posted by John Wilson View Post
    The images go to the top because you are tellingt them to!

    With osld.Shapes.AddPicture(strFolder & strName, msoFalse, msoTrue, -1, -1, -1, -1)
    The first two -1s set the left and top to -1 (ie the top) second pair set the height and width to their original size. You might want to try adjusting these figures
    Thank you, i am pretty new at this was tryin to use script i found in this forum with minor chnages
    Thanks again will fix it as you suggested .

    so it has to be 0 for centre ?
    Last edited by Aussiebear; 04-15-2023 at 11:59 AM. Reason: Adjusted the code tags

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •