Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 06-16-2016, 01:38 AM
JohnWilson JohnWilson is offline Creating a "super macro" with all kind of functions Windows 7 64bit Creating a "super macro" with all kind of functions Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

The best way to do this in PPT IS to have all your macros in a ppam AddIn that has ribbon buttons to run them. This would be available to all presentations.

There's a learning curve but we have a simple example here http://www.pptalchemy.co.uk/custom_UI.html

A clumsy workaround is to have all the macros in a file that you always have open and call them with a simple macro like this


Code:
Sub caller1
Application.Run "Master.pptm!macro1"
End Sub
Where the master file is master.pptm and the macro is macro1

I wouldn't do this.
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a "super macro" with all kind of functions "IS" functions mixed with IF driep01 Excel 4 02-07-2016 12:50 AM
Creating a "super macro" with all kind of functions Need to restore custom functions from a corrupt ".xlam" file ... gamouning Excel 1 11-12-2015 11:03 AM
remove repeated words with " macro " or " wild cards " in texts with parentheses and commas jocke321 Word VBA 2 12-10-2014 11:27 AM
Creating a "super macro" with all kind of functions replace data from variable with "sub and super script" from excel to word by vba krishnaoptif Word VBA 9 06-22-2012 05:08 AM
Creating a "super macro" with all kind of functions How to choose a "List" for certain "Heading" from "Modify" tool? Jamal NUMAN Word 2 07-03-2011 03:11 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:27 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft