Results 1 to 20 of 20

Thread: Solved: Anyone have a "What Am I" macro?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    VBAX Master
    Joined
    Feb 2007
    Posts
    2,096
    Location
    Most addins have passworded code. If not you can modify the registry to view them.
    HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint\Options
    Create or change DWORD "DebugAddins" value = 1.
    (If this means nothing to you don't go there!)

    Event handling is not simple. There'a fairly simple example in the Kbase on this site. Just as an aside the example is unnecessary as you can create a simple switch in the shortcut to do the same thing! If you have a particular event in mind we can easily create a template for the add in (not free but cheap!)
    john AT technologytrish.co.uk
    Last edited by Aussiebear; 04-28-2023 at 02:04 AM. Reason: Adjusted the code tags
    John Wilson
    Microsoft PowerPoint MVP
    Amazing Free PowerPoint Tutorials
    http://www.pptalchemy.co.uk/powerpoi...tutorials.html

Posting Permissions

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