<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem with Excel OLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-ole/m-p/982543#M72260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NM. I found the problem (I changed the code and was freeing objects that weren't used, so they weren't instanciated). Now it works fine. Thanks Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2005 16:07:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-25T16:07:54Z</dc:date>
    <item>
      <title>Problem with Excel OLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-ole/m-p/982540#M72257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm creating an Excel worksheet with OLE and Excel Macros and the file is created without any problems. The only issue I have is that when you close Excel, the process in Windows keeps running (Ctrl&lt;EM&gt;Shift&lt;/EM&gt;Escape to view the process EXCEL.EXE). Is this a known issue with Office 2003 or a problem in SAP4.6C with the OLE2 connection not closing properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 14:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-ole/m-p/982540#M72257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-25T14:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Excel OLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-ole/m-p/982541#M72258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first call quit application then free object&lt;/P&gt;&lt;P&gt;  CALL METHOD OF gv_excel 'QUIT'.&lt;/P&gt;&lt;P&gt;  FREE OBJECT gv_cell.&lt;/P&gt;&lt;P&gt;  FREE OBJECT gv_excel.&lt;/P&gt;&lt;P&gt;  FREE OBJECT gv_books.&lt;/P&gt;&lt;P&gt;  FREE OBJECT gv_sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take a look on FM ALSM_EXCEL_TO_INTERNAL_TABLE lines (112) just before the end of the function, to see how sap deal with this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 14:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-ole/m-p/982541#M72258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-25T14:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Excel OLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-ole/m-p/982542#M72259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the fast reply Joseph, but unfortunetly, I don't want to close Excel automatically. The user must be able to visualize the file. I still tried the 'QUIT' method and the FREE OBJECT (which I already had) and it didn't work because the FREE OBJECT cell, workbook and range return errors. Any idea as to why they return errors (even if I QUIT excel).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 15:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-ole/m-p/982542#M72259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-25T15:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Excel OLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-ole/m-p/982543#M72260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NM. I found the problem (I changed the code and was freeing objects that weren't used, so they weren't instanciated). Now it works fine. Thanks Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 16:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-ole/m-p/982543#M72260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-25T16:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Excel OLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-ole/m-p/982544#M72261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was about the response you to check your code &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(Le plaisir etait pour moi)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 16:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-ole/m-p/982544#M72261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-25T16:17:51Z</dc:date>
    </item>
  </channel>
</rss>

