Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Is there any possibility to quit from application PowerPoint launched through VBA codes in Excel? I have the following code in Excel: Sub LaunchPPT() Dim PPSlide As Object Set PPSlide = CreateObject("PowerPoint.application") With PPSlide .Visible = True .presentations.Open filename:="C:\InfoData\Programas\InfoGraph.pps" .Run "InfoGraph.pps!UpdateAllLinks" .presentations("InfoGraph.pps").Saved = True End With Help me, please! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel comes up gray screen when first launched | Excel Discussion (Misc queries) | |||
XLSSTART\ does not works when Excel is launched from other application | Excel Discussion (Misc queries) | |||
vba advice how 2get a input box to quit by entering the word quit+ 4 a msgbox to disp | Excel Programming | |||
How do I determine how excel was launched | Excel Programming | |||
Can you tell how Excel is launched? | Excel Programming |