<?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: About OLE2 Excel programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212019#M133771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;I will try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Apr 2006 01:15:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-03T01:15:56Z</dc:date>
    <item>
      <title>About OLE2 Excel programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212014#M133766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I set the property 'PageSetup.Zomm' = False through an OLE2 Excel object in ABAP?&lt;/P&gt;&lt;P&gt;I tried:&lt;/P&gt;&lt;P&gt;set property of PageSetup 'Zoom' = 0 .&lt;/P&gt;&lt;P&gt;set property of PageSetup 'Zoom' = 'False' .&lt;/P&gt;&lt;P&gt;But doesn't work.&lt;/P&gt;&lt;P&gt;How can I transfer a Boolean value to an OLE2 object?&lt;/P&gt;&lt;P&gt;Thanks for any hint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 02:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212014#M133766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T02:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: About OLE2 Excel programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212015#M133767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Others of us have had the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this thread for help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1316912"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 03:15:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212015#M133767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T03:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: About OLE2 Excel programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212016#M133768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;But is there any better approach?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 00:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212016#M133768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T00:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: About OLE2 Excel programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212017#M133769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you review the Internet for this issue, you will see that MANY Windows developers have experienced the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that Microsoft has not allowed this parameter to set through OLE automation.  I would call it a "bug"... perhaps in the form of an oversight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other way that I considered was to have SAP download a custom VB app that would be "fired" after the data was placed into Excel.  The app would use the Windows handle of the newly, created Excel instance and send it keystrokes to activate the Zoom.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, managing Windows handles across apps can be a pain.  So I did not write the VB app to do it.  I choose the simpler approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you come across any other findings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 01:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212017#M133769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T01:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: About OLE2 Excel programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212018#M133770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you could contact Microsoft directly for advice or to log an issue for their Products division.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 01:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212018#M133770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T01:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: About OLE2 Excel programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212019#M133771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;I will try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 01:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-ole2-excel-programming/m-p/1212019#M133771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T01:15:56Z</dc:date>
    </item>
  </channel>
</rss>

