Consulting

Results 1 to 10 of 10

Thread: Can not remove the picture holder (Bitmap) in the org chart shape

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    yes i tried the code in your second post.

    Dim oSlide as Slide

    should that not be
    Dim oSlide as Pages

    and
    For each
    oSlide in ActivePresentation.Slides

    should that not be
    oSlide in ActiveDocument.Pages


    I still cant get the code to work though.

    Any help appreciated
    Last edited by Forrestgump1; 01-11-2025 at 10:59 AM.

Posting Permissions

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