<?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: Refreshing the map in ArcGIS for SharePoint Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/refreshing-the-map/m-p/746536#M1973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It would nicer if the Esri application had a refresh data button, but here is a workaround:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;'Copy cells one by one to force the Esri Maps for MS Office map to update&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim FirstCell As Range&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim FirstTargetCell As Range&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim i As Integer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set FirstCell = Sheets("SourceSheet").Range("BG11")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set FirstTargetCell = Sheets("GISReadySheet").Range("BG2")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i = 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FirstTargetCell.Offset(i, 0).Value = FirstCell.Offset(i, 0).Value&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i = i + 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Loop Until FirstCell.Offset(i, 0).Value = ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Sub&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jun 2013 13:41:43 GMT</pubDate>
    <dc:creator>PerryClark</dc:creator>
    <dc:date>2013-06-04T13:41:43Z</dc:date>
    <item>
      <title>Refreshing the map</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/refreshing-the-map/m-p/746535#M1972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Esri Maps for MS Office map refreshes and the symbols changes as expected when I enter new values by manually typing them into the table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a macro that populates my maps source table with "values only" harvested from various non-GIS friendly sources in the Excel file.&amp;nbsp; The Esri Maps for MS Office map does not refresh or display new values when I change the values in the table using my macro.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am seeking ideas for programmatically or manually refreshing the map after bulk copying new data to the maps source table?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 19:13:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/refreshing-the-map/m-p/746535#M1972</guid>
      <dc:creator>PerryClark</dc:creator>
      <dc:date>2013-05-31T19:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing the map</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/refreshing-the-map/m-p/746536#M1973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It would nicer if the Esri application had a refresh data button, but here is a workaround:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;'Copy cells one by one to force the Esri Maps for MS Office map to update&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim FirstCell As Range&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim FirstTargetCell As Range&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim i As Integer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set FirstCell = Sheets("SourceSheet").Range("BG11")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set FirstTargetCell = Sheets("GISReadySheet").Range("BG2")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i = 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FirstTargetCell.Offset(i, 0).Value = FirstCell.Offset(i, 0).Value&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i = i + 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Loop Until FirstCell.Offset(i, 0).Value = ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Sub&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 13:41:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/refreshing-the-map/m-p/746536#M1973</guid>
      <dc:creator>PerryClark</dc:creator>
      <dc:date>2013-06-04T13:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing the map</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/refreshing-the-map/m-p/746537#M1974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Perry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest you place this code into an idea on the Ideas site - ideas.arcgis.com.&amp;nbsp; That way it goes straight to the developers and others that work with the products. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 14:11:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/refreshing-the-map/m-p/746537#M1974</guid>
      <dc:creator>EricBowman</dc:creator>
      <dc:date>2013-06-06T14:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing the map</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/refreshing-the-map/m-p/746538#M1975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This works well to refresh the map &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;within &lt;/SPAN&gt;&lt;SPAN&gt;Excel, but is there a way to programatically 'update the shared layer'?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:57:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/refreshing-the-map/m-p/746538#M1975</guid>
      <dc:creator>AndrewHargreaves</dc:creator>
      <dc:date>2013-12-19T13:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing the map</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/refreshing-the-map/m-p/746539#M1976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;gg7aph&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure exactly what you are asking, but if you are talking about pushing data from Excel into a feature data using ESRI Maps for MS Office, I think that is beyond the design of the application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are numerous discussions about pushing data from Excel to a SDE feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 14:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/refreshing-the-map/m-p/746539#M1976</guid>
      <dc:creator>PerryClark</dc:creator>
      <dc:date>2013-12-19T14:11:27Z</dc:date>
    </item>
  </channel>
</rss>

