PDA

View Full Version : Custom tab VBA



common
09-01-2008, 01:53 PM
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.

John Wilson
09-02-2008, 04:31 AM
Do a google for "custom ui editor" that should get you started.

Paul_Hossler
09-03-2008, 09:45 AM
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/CustomUIeditor.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/details.aspx?familyid=4329D9E9-4D11-46A5-898D-23E4F331E9AE&displaylang=en

Good luck, and remember that XML is caseSensitive

Paul