<?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: Formatting an excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-an-excel/m-p/883693#M52096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/html/wrtskhowtoapplystylestorangesinworkbooks.asp" target="test_blank"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/html/wrtskhowtoapplystylestorangesinworkbooks.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is information about formatting excel sheets from your code and many other useful hints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link to Excel Object Model Reference is:&lt;/P&gt;&lt;P&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaxl11/html/Welcome_HV01134775.asp" target="test_blank"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaxl11/html/Welcome_HV01134775.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code to make your cell bold:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worksheets("Sheet1").Range("A1:C5").Font.Bold = True&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2005 18:49:59 GMT</pubDate>
    <dc:creator>former_member182670</dc:creator>
    <dc:date>2005-06-07T18:49:59Z</dc:date>
    <item>
      <title>Formatting an excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-an-excel/m-p/883692#M52095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i create an excel file from an abap report.I create the workbooks ,fills the cells,etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this moment i need to format the excel with colors ,fonts etc . i don't know the property ,objects ,methods to do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 16:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-an-excel/m-p/883692#M52095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-07T16:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting an excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-an-excel/m-p/883693#M52096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/html/wrtskhowtoapplystylestorangesinworkbooks.asp" target="test_blank"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/html/wrtskhowtoapplystylestorangesinworkbooks.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is information about formatting excel sheets from your code and many other useful hints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link to Excel Object Model Reference is:&lt;/P&gt;&lt;P&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaxl11/html/Welcome_HV01134775.asp" target="test_blank"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaxl11/html/Welcome_HV01134775.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code to make your cell bold:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worksheets("Sheet1").Range("A1:C5").Font.Bold = True&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 18:49:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-an-excel/m-p/883693#M52096</guid>
      <dc:creator>former_member182670</dc:creator>
      <dc:date>2005-06-07T18:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting an excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-an-excel/m-p/883694#M52097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, you can also refer to the tutorial &amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/technologies/an%20easy%20reference%20for%20ole%20automation.article"&amp;gt;"An Easy Reference For OLE Automation"&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a second point, since you are new to this forum, let me introduce the portion of sytematic about assigning points. Not strictly relating with this specific thread, you can assign points to posts you find helpful while solving your questions. You can assign points by using the points scala at the left of each post. By giving a 10-point or choosing "Solved by own" at the left of your original post, you sign the thread as closed which makes SDNers save their time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar &amp;lt;a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d"&amp;gt;[ BC ]&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 19:28:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-an-excel/m-p/883694#M52097</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2005-06-07T19:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting an excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-an-excel/m-p/883695#M52098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls don't forget to reward , if answers are helpful !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 00:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-an-excel/m-p/883695#M52098</guid>
      <dc:creator>former_member182670</dc:creator>
      <dc:date>2005-06-24T00:08:57Z</dc:date>
    </item>
  </channel>
</rss>

