<?xml version="1.0" encoding="windows-1250" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>CAD F&#243;rum : Výběr z Excelu - možnost nenalezení</title>
  <link>https://www.cadforum.cz/forum/</link>
  <description><![CDATA[Toto je XML obsahový kanál serveru; CAD F&#243;rum : iLogic a ETO : Výběr z Excelu - možnost nenalezení]]></description>
  <pubDate>Thu, 07 May 2026 11:25:26 +0000</pubDate>
  <lastBuildDate>Tue, 18 Aug 2020 17:17:18 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum/RSS_post_feed.asp?TID=30899</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD F&#243;rum]]></title>
   <url>https://www.cadforum.cz/forum/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum/</link>
  </image>
  <item>
   <title><![CDATA[Výběr z Excelu - možnost nenalezení : Zkuste se pod&#237;vat na FindRowStart....]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=30899&amp;PID=121155&amp;title=vyber-z-excelu-moznost-nenalezeni#121155</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9">Vladimír Michl</a><br /><strong>Předmět:</strong> 30899<br /><strong>Zasláno:</strong> 18.srp.2020 v 17:17<br /><br />Zkuste se podívat na FindRowStart. Jinak chybový výsledek z CellValue je vracen jako hodnota <i>Nothing</i>.]]>
   </description>
   <pubDate>Tue, 18 Aug 2020 17:17:18 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=30899&amp;PID=121155&amp;title=vyber-z-excelu-moznost-nenalezeni#121155</guid>
  </item> 
  <item>
   <title><![CDATA[Výběr z Excelu - možnost nenalezení : Zdrav&#237;m, m&#225;m pravidlo kter&#233; hled&#225;...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=30899&amp;PID=121146&amp;title=vyber-z-excelu-moznost-nenalezeni#121146</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=4903">Lukáš Záruba</a><br /><strong>Předmět:</strong> 30899<br /><strong>Zasláno:</strong> 18.srp.2020 v 08:47<br /><br />Zdravím, mám pravidlo které hledá v exelu a přiřazuje zpátky hodnoty.&nbsp;<div><pre><span style="color: #808080; font-style: italic;">'</span><span style="color: #808080; font-style: italic;">2020_08_17 - PŘIŘAZENÍ SKLADOVKY PODLE POLOTOVARU</span><span style="color: #808080; font-style: italic;"></span><span style="color: #FF0000; font-weight: bold;">Dim</span> <span style="color: #800000;">MyArrayList</span> <span style="color: #FF0000; font-weight: bold;">As</span> <span style="color: #FF0000; font-weight: bold;">New</span> <span style="color: #FF0000; font-weight: bold;">ArrayList</span><span style="color: #800000;">MyArrayList</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">GoExcel</span>.<span style="color: #800080; font-weight: bold;">CellValues</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">C:\Users\Public\Documents\Autodesk\Inventor 2015\Templates-BH\BH\OSTATN&#65533;\MATERIAL.xls</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">POLOTOVAR</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">A4</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">A60</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">Dim</span> <span style="color: #800000;">SN</span> <span style="color: #FF0000; font-weight: bold;">As</span> <span style="color: #FF0000; font-weight: bold;">String</span><span style="color: #800000;">SN</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">iProperties</span>.<span style="color: #800080; font-weight: bold;">Value</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Project</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">Description</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">For</span> <span style="color: #800000;">MyRow</span> <span style="font-weight: bold;">=</span> <span style="font-weight: bold;">4</span> <span style="color: #FF0000; font-weight: bold;">To</span> <span style="font-weight: bold;">60</span>            <span style="color: #FF0000; font-weight: bold;">If</span> <span style="color: #800000;">SN</span> <span style="font-weight: bold;">=</span> <span style="font-weight: bold;">(</span><span style="color: #800080; font-weight: bold;">GoExcel</span>.<span style="color: #800080; font-weight: bold;">CellValue</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">A</span><span style="color: #008080;">"</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000;">MyRow</span><span style="font-weight: bold;">))</span> <span style="color: #FF0000; font-weight: bold;">Then</span>            <span style="color: #800000;">oProp1</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">GoExcel</span>.<span style="color: #800080; font-weight: bold;">CellValue</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">B</span><span style="color: #008080;">"</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000;">MyRow</span> <span style="font-weight: bold;">)</span>            <span style="color: #FF0000; font-weight: bold;">Exit</span> <span style="color: #FF0000; font-weight: bold;">For</span>        <span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">If</span><span style="color: #FF0000; font-weight: bold;">Next</span>            <span style="color: #FF0000; font-weight: bold;">Try</span>            <span style="color: #800080; font-weight: bold;">iProperties</span>.<span style="color: #800080; font-weight: bold;">Value</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Project</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">Stock Number</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span> <span style="font-weight: bold;">=</span> <span style="color: #800000;">oProp1</span>                <span style="color: #FF0000; font-weight: bold;">Catch</span>                <span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span></pre></div><div>Potřebuji všek toto pravidlo doplnit o možnost:</div><div>1) řádek nenajde&nbsp;</div><div><font color="#800000">2) řádek najde ale sloupec B je prázdný</font></div><div><font color="#800000"><br></font></div><div><span style="color: rgb128, 0, 0;">v těchto obo případě zapsat do oProp1 ="Není"&nbsp;</span></div><div><font color="#800000"><br></font></div><div><font color="#800000">- líbila by se mi i možnost že by mezi případy uměl rozlišit :</font></div><div><font color="#800000"><br></font></div><div><font color="#800000">1 ) řádek nenejde (</font><span style="color: rgb128, 0, 0;">v tomto případě zapsat do oProp1 ="Záznam neexistuje" )</span></div><div><span style="color: rgb128, 0, 0;">2) řádek najde ale sloupec B je prázdný</span><font color="#800000">&nbsp;(</font><span style="color: rgb128, 0, 0;">v tomto případě zapsat do oProp1 ="doplň skladovku do excelu" )</span></div><div><font color="#800000"><br></font></div><div><font color="#800000">- Ps pokud je toto pravidlo kostrbaté, rád sinechám poradit jak to učesat. Pravidlo vzniklo z jiného "přidání virtuální součásti z excellu".</font></div><div><font color="#800000"><br></font></div><div><font color="#800000">Předem děkuji<br></font><div><br></div><div><br></div></div>]]>
   </description>
   <pubDate>Tue, 18 Aug 2020 08:47:17 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=30899&amp;PID=121146&amp;title=vyber-z-excelu-moznost-nenalezeni#121146</guid>
  </item> 
 </channel>
</rss>