![]() |
|
#1
|
|||
|
|||
![]()
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 I wouldn't do this. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
driep01 | Excel | 4 | 02-07-2016 12:50 AM |
![]() |
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 |
![]() |
krishnaoptif | Word VBA | 9 | 06-22-2012 05:08 AM |
![]() |
Jamal NUMAN | Word | 2 | 07-03-2011 03:11 AM |