Share via

Control Hyperlink of powerpoint using visual basic code

Anonymous
2015-06-22T13:47:07+00:00

I am developing add-In for power point I can add action button manually and set that button on mouse click it should navigate to hyperlink slide.

This is easily done through power point but My Add-In does not do. I need to handle action button / hyperlink object event to catch on mouse click when it is fired on that action button it should do same as power power point does could you please suggest how it can happen through code.

Note : Action Button and Hyperlink is added manually and need slide change on presentation view when click on that object

Microsoft 365 and Office | PowerPoint | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Steve Rindsberg 99,166 Reputation points MVP Volunteer Moderator
    2015-06-23T20:15:30+00:00

    I've already followed up on StackOverflow.  I'll continue there rather than trying to track this in two different forums.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-06-23T15:12:46+00:00

    No I don't want this in normal mode. I need it in SlideShowView

    Was this answer helpful?

    0 comments No comments
  3. John Korchok 232.8K Reputation points Volunteer Moderator
    2015-06-22T18:51:06+00:00

    In case you haven't already found these, here are a couple of pages about PowerPoint Events: 

    Make Your VBA Respond to Events

    Application Events

    Events Supported by PowerPoint

    Was this answer helpful?

    0 comments No comments
  4. Steve Rindsberg 99,166 Reputation points MVP Volunteer Moderator
    2015-06-22T18:46:31+00:00

    You're also posting this on Stackoverflow, correct?

    Is this pretty much what you want:

    If you have a shape with a hyperlink action setting, with the hyperlink pointing to a different slide, you want to be able to let the user click that shape IN NORMAL VIEW, and jump to the hyperlinked slide.

    See my reply on StackOverflow also.

    Was this answer helpful?

    0 comments No comments