My Userform inside of Powerpoint does not open showing the top of the page

Andre Salles 0 Reputation points
2024-06-25T11:24:01.84+00:00

I have a scroll bar in my userform.

How can I make it open and show the top of its page, first.

At the moment when it opens it is showing around the middle of the page. I have a title (label) at the top but it does not show when the user form opens.

I tried to use "Label1.SetFocus" and also change the Tab Index number of the Label at the very top of the userform, and it didn't work, but I don´t know I'm doing it correctly.

Thanks in advance for your help.

PowerPoint
PowerPoint
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
242 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,671 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Andre Salles 0 Reputation points
    2024-06-25T21:53:09.51+00:00

    Below is the screenshot os my user when it opens. The trigger to open it is an image on the Powerpoint Slide.

    User's image

    As you can, the userform does not show the top of the page, but rather around the middle of it.

    The code I'm using is very simple. There is a Sub (as below) linked to an image on the slide (one of the hearts).

    Sub Musica1()

    Song1.Show

    End Sub

    0 comments No comments