Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 11-26-2014, 01:41 AM
SeattleITguy SeattleITguy is offline Calling a macro in powerpoint from command line Windows Vista Calling a macro in powerpoint from command line Office 2010 32bit
Novice
Calling a macro in powerpoint from command line
 
Join Date: Nov 2014
Posts: 7
SeattleITguy is on a distinguished road
Talking Solved

I found a working solution of calling a macro from VBScript.

Here is the code that does what I need. Which is to open the PPT file and perform the macro. I don't get prompted to update links.

Unfortunately PPT must open to perform the macro but I'll just have the macro close PPT once it's finished or have it call on another macro to close it.

Code:
Set oApp = CreateObject("Powerpoint.Application")
Set oPres = oApp.Presentations.Open("D:\Users\JustinBryant\Project_Organigram_24.11.14.pptm")
Set oSlide = oPres.Slides(1).Duplicate
oApp.Run "UpdateLinks2Local"
The code would only work with the 3rd line that duplicates the slide but it all functions well. The link below discusses further on this strange anomaly.

I am open to any suggestions or ideas if anyone has any.

http://help.lockergnome.com/office/c...ict469171.html


Thank you for your responses JohnWilson!
Reply With Quote
 

Tags
command, external, macro



Similar Threads
Thread Thread Starter Forum Replies Last Post
From the command line, how do I run a Word macro? jdockstader Word 7 02-04-2013 06:09 AM
Calling a macro in powerpoint from command line Command line syntax for 2010 asearle Word 1 08-07-2012 05:42 AM
Invoking a command line from inside Word bolpom Word 1 03-16-2011 03:03 AM
Command Line Argument xJediDadx Outlook 1 02-21-2011 03:47 PM
Command Line Switches Ringmaster Office 0 08-10-2010 06:27 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:00 AM.


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