Consulting

Results 1 to 3 of 3

Thread: Custom tab VBA

  1. #1
    VBAX Newbie
    Joined
    Sep 2008
    Posts
    1
    Location

    Custom tab VBA

    Hi!

    I have created a ppam filen in powerpoint 2007. I need to display it in a custom tab named ie "test". I can't figure how to create that custom tab where I can decide the name? Can anyone help me on this.

    I'm vba module in powerpoint.

  2. #2
    VBAX Master
    Joined
    Feb 2007
    Posts
    2,094
    Location
    Do a google for "custom ui editor" that should get you started.
    John Wilson
    Microsoft PowerPoint MVP
    Amazing Free PowerPoint Tutorials
    http://www.pptalchemy.co.uk/powerpoi...tutorials.html

  3. #3
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,729
    Location
    1. Check out the Fluent UI forum here in VBAexpress

    Some night time reading that I found useful (but gets technical quickly)

    2. http://msdn.microsoft.com/en-us/office/aa905530.aspx

    3. http://msdn.microsoft.com/en-us/library/aa338202.aspx
    4. http://msdn.microsoft.com/en-us/library/aa338199.aspx
    5. http://msdn.microsoft.com/en-us/library/aa722523.aspx

    Custom UI editor (I found it requires a little practice and experimenting)

    6. http://openxmldeveloper.org/articles...mUIeditor.aspx


    This is useful because it has all the MS office controls, etc. in case you want to add an MSO control to your tab

    7. http://www.microsoft.com/downloads/d...displaylang=en

    Good luck, and remember that XML is caseSensitive

    Paul

Posting Permissions

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