<?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: Integrating Userform and Excel in ArcGIS in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-userform-and-excel-in-arcgis/m-p/22440#M561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What you're asking about is how to "automate" Excel.&amp;nbsp; That's too big a topic for a discussion thread but Microsoft has plenty of documentation on the subject if you care to read it.&amp;nbsp; Basically what you will need to do is open Excel, load the document, plug your values into the appropriate cells and read the results from wherever the worksheet puts them.&amp;nbsp; It would probably be easier, not to mention cleaner, to simply code the functions in VBA.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Nov 2011 12:37:47 GMT</pubDate>
    <dc:creator>NeilClemmons</dc:creator>
    <dc:date>2011-11-23T12:37:47Z</dc:date>
    <item>
      <title>Integrating Userform and Excel in ArcGIS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-userform-and-excel-in-arcgis/m-p/22439#M560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a novice to ArcGIS and VBA. I want to develop a userform in ArcGIS. Using this userform, I want to undertake some energy related calculations. Currently I have an excel sheet which has the necessary formulas. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I want the userform to pass on the values to this excel sheet, do the calculations and return the final results back to ArcGIS. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone please tell me how to pass values from ArcGIS to excel sheet, undertake calculations? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Amit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 08:41:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-userform-and-excel-in-arcgis/m-p/22439#M560</guid>
      <dc:creator>AmitMhalas</dc:creator>
      <dc:date>2011-11-23T08:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Userform and Excel in ArcGIS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-userform-and-excel-in-arcgis/m-p/22440#M561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What you're asking about is how to "automate" Excel.&amp;nbsp; That's too big a topic for a discussion thread but Microsoft has plenty of documentation on the subject if you care to read it.&amp;nbsp; Basically what you will need to do is open Excel, load the document, plug your values into the appropriate cells and read the results from wherever the worksheet puts them.&amp;nbsp; It would probably be easier, not to mention cleaner, to simply code the functions in VBA.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 12:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-userform-and-excel-in-arcgis/m-p/22440#M561</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2011-11-23T12:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Userform and Excel in ArcGIS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-userform-and-excel-in-arcgis/m-p/22441#M562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What you're asking about is how to "automate" Excel.&amp;nbsp; That's too big a topic for a discussion thread but Microsoft has plenty of documentation on the subject if you care to read it.&amp;nbsp; Basically what you will need to do is open Excel, load the document, plug your values into the appropriate cells and read the results from wherever the worksheet puts them.&amp;nbsp; It would probably be easier, not to mention cleaner, to simply code the functions in VBA.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response. I could write the functions in VBA, but the equations are too many and too complicated. I have attached the excel sheet. The coloured cells need to be filled to get final result. Now what I wish to do is based on the map displayed on ArcGIS, fill the userform, pass the information into these coloured cells and take the final result and display in ArcGIS. I wish to undertake this for say several polygons (houses) on a map and make an energy map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I dont know if I am making it clear or confusing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 12:48:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-userform-and-excel-in-arcgis/m-p/22441#M562</guid>
      <dc:creator>AmitMhalas</dc:creator>
      <dc:date>2011-11-24T12:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Userform and Excel in ArcGIS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-userform-and-excel-in-arcgis/m-p/22442#M563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a &lt;STRONG&gt;perfect solution for you!&lt;/STRONG&gt; With the GISconnector for Excel you can work as you desire. You can do all your calculations in Excel and then synchronize with ArcIGS: &lt;STRONG&gt;&lt;A class="jive-link-external-small" href="http://www.gis-connector.com/" rel="nofollow" target="_blank"&gt;http://www.gis-connector.com&lt;/A&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is much faster than programming with VBA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 10:36:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-userform-and-excel-in-arcgis/m-p/22442#M563</guid>
      <dc:creator>MatthiasAbele</dc:creator>
      <dc:date>2014-07-29T10:36:28Z</dc:date>
    </item>
  </channel>
</rss>

