<?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 Insert image/excel file as an object into another excel in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Insert-image-excel-file-as-an-object-into-another-excel/m-p/45745#M1889</link>
    <description>Hello&amp;nbsp;Everyone,

I'm working on a use case, where I have to insert a image/excel into another excel. Any suggestions/ideas would be appreciated!

&amp;nbsp;

Thanks</description>
    <pubDate>Tue, 19 Feb 2019 20:00:00 GMT</pubDate>
    <dc:creator>SrinathGopinath</dc:creator>
    <dc:date>2019-02-19T20:00:00Z</dc:date>
    <item>
      <title>Insert image/excel file as an object into another excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-image-excel-file-as-an-object-into-another-excel/m-p/45745#M1889</link>
      <description>Hello&amp;nbsp;Everyone,

I'm working on a use case, where I have to insert a image/excel into another excel. Any suggestions/ideas would be appreciated!

&amp;nbsp;

Thanks</description>
      <pubDate>Tue, 19 Feb 2019 20:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-image-excel-file-as-an-object-into-another-excel/m-p/45745#M1889</guid>
      <dc:creator>SrinathGopinath</dc:creator>
      <dc:date>2019-02-19T20:00:00Z</dc:date>
    </item>
    <item>
      <title>Hi Srinath,
You need to…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-image-excel-file-as-an-object-into-another-excel/m-p/45746#M1890</link>
      <description>Hi Srinath,
You need to build an custom action in the excel object to achieve the above functionality. Please refer to the below code sample for this :
&amp;nbsp;
Dim Xl
Dim Wb
Dim Ws
Dim Ol
Set Xl = CreateObject(""Excel.Application"")
Set Wb = Xl.Workbooks.Add
Set Ws = Wb.Worksheets.Add
Set Ol = ws.OLEObjects.Add(, ""pdf path"", True, False)
With
&amp;nbsp;
Ol .Left = Ws.Range(""A1"")
&amp;nbsp;
.Left .Height = Ws.Range(""A1"")
.Height .Width = Ws.Range(""A1"")
.Width .Top = Ws.Range(""A1"").Top
&amp;nbsp;
End With
Xl.Visible = True</description>
      <pubDate>Wed, 20 Feb 2019 12:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-image-excel-file-as-an-object-into-another-excel/m-p/45746#M1890</guid>
      <dc:creator>Sambashiva_RaoT</dc:creator>
      <dc:date>2019-02-20T12:36:00Z</dc:date>
    </item>
  </channel>
</rss>

