Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Cant close Excel App from Power Point

This should be simple but apprently it's not.
I am trying to programaticly have vba close the Excel
Application out completly, not just a window or workbook,
from my power point code module. Somthing like this

This Sub is in a module within a power point File which is
open at the time the sub is run, The Excel App is also
open at the time of the code execution.

Code Module in Power Point:

Sub CloseExcel()
Excel.Application.Quit
End sub

Why is it not closing the Excel application ?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default Cant close Excel App from Power Point

Perhaps Excel.Application is asking for something, like "save changes ?"

HTH. Best wishes Harald

"Dan" skrev i melding
...
This should be simple but apprently it's not.
I am trying to programaticly have vba close the Excel
Application out completly, not just a window or workbook,
from my power point code module. Somthing like this

This Sub is in a module within a power point File which is
open at the time the sub is run, The Excel App is also
open at the time of the code execution.

Code Module in Power Point:

Sub CloseExcel()
Excel.Application.Quit
End sub

Why is it not closing the Excel application ?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel spreadsheet in power point to email kalmdude Excel Discussion (Misc queries) 1 November 12th 08 04:18 PM
Export excel file to power point. Manny Excel Discussion (Misc queries) 1 October 18th 06 10:56 AM
how do i export a graph from excel to power point? lisajensen21 Charts and Charting in Excel 2 August 15th 06 03:45 AM
link Excel / Power Point bbb Excel Discussion (Misc queries) 1 March 7th 06 07:44 PM
pie charting through excel, using power point carver922 New Users to Excel 2 May 10th 05 09:00 PM


All times are GMT +1. The time now is 08:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"