<?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 Looping through Excel Columns through iLogic in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/looping-through-excel-columns-through-ilogic/m-p/9611221#M61383</link>
    <description>&lt;P&gt;I am still working on learning the ins and outs of basic iLogic. I can loop through rows just fine within iLogic itself because they are numbers. However, I am trying to figure out a way with columns instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the idea of making an ArrayList holding strings of capitalized variables and looping through the ArrayList.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Each oCharStr in ColumnArrayList&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Do something&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am fearful that it may just deal with the numerical values correlated to the letters rather than the Letter itself. Anyone have any tips on how to do something like this? If there is an easier way then I am all ears.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2020 22:46:49 GMT</pubDate>
    <dc:creator>ABoaro</dc:creator>
    <dc:date>2020-06-30T22:46:49Z</dc:date>
    <item>
      <title>Looping through Excel Columns through iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/looping-through-excel-columns-through-ilogic/m-p/9611221#M61383</link>
      <description>&lt;P&gt;I am still working on learning the ins and outs of basic iLogic. I can loop through rows just fine within iLogic itself because they are numbers. However, I am trying to figure out a way with columns instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the idea of making an ArrayList holding strings of capitalized variables and looping through the ArrayList.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Each oCharStr in ColumnArrayList&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Do something&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am fearful that it may just deal with the numerical values correlated to the letters rather than the Letter itself. Anyone have any tips on how to do something like this? If there is an easier way then I am all ears.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 22:46:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/looping-through-excel-columns-through-ilogic/m-p/9611221#M61383</guid>
      <dc:creator>ABoaro</dc:creator>
      <dc:date>2020-06-30T22:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Looping through Excel Columns through iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/looping-through-excel-columns-through-ilogic/m-p/9614473#M61384</link>
      <description>&lt;P&gt;Are you reading off of an actual excel sheet (more of the code might be helpful)? If so, the logic should be the same as reading an excel sheet using VB.NET. You can loop through rows and columns like so,&lt;/P&gt;&lt;LI-CODE lang="general"&gt;For i = 1 To intFinalRow
	For j = 1 To intFinalCol
		strCell = xlWs.Cells(i,j).Value
	Next
Next&lt;/LI-CODE&gt;&lt;P&gt;Where i represents the row and j represents the column.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 13:11:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/looping-through-excel-columns-through-ilogic/m-p/9614473#M61384</guid>
      <dc:creator>ckeveryga</dc:creator>
      <dc:date>2020-07-02T13:11:02Z</dc:date>
    </item>
  </channel>
</rss>

