<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418179</guid>
        <pubDate>Tue, 10 Nov 2009 14:07:56 +0000</pubDate>
        <title>Поиск в конкретном столбце таблицы</title>
        <link>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418179</link>
        <description><![CDATA[Akina: Не поверите - во встроенной справке по Word VBA. Это метод объектов Selection, Table и некоторых других.]]></description>
        <author>Akina</author>
        <category>VB for Application</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418173</guid>
        <pubDate>Tue, 10 Nov 2009 14:01:23 +0000</pubDate>
        <title>Поиск в конкретном столбце таблицы</title>
        <link>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418173</link>
        <description><![CDATA[Саня87: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=286720&view=findpost&p=2418121'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>Akina &#064; <time class="tag-quote__quoted-time" datetime="2009-11-10T13:12:29+00:00">10.11.09, 13:12</time></span><div class='quote '>Правильно ругается. Для выделения колонки используйте .SelectColumn</div></div><br>
Если не трудно  дайте ссылку где про этот SelectColumn() почитать можно?<br>
Яндекс жадничает.]]></description>
        <author>Саня87</author>
        <category>VB for Application</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418121</guid>
        <pubDate>Tue, 10 Nov 2009 13:12:29 +0000</pubDate>
        <title>Поиск в конкретном столбце таблицы</title>
        <link>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418121</link>
        <description><![CDATA[Akina: Правильно ругается. Для выделения колонки используйте .SelectColumn]]></description>
        <author>Akina</author>
        <category>VB for Application</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418088</guid>
        <pubDate>Tue, 10 Nov 2009 12:55:46 +0000</pubDate>
        <title>Поиск в конкретном столбце таблицы</title>
        <link>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418088</link>
        <description><![CDATA[Саня87: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=286720&view=findpost&p=2418050'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>Akina &#064; <time class="tag-quote__quoted-time" datetime="2009-11-10T12:26:12+00:00">10.11.09, 12:26</time></span><div class='quote '>Select этот столбец и делать поиск в выделенном :)</div></div><br>
Ну я вроде это и делаю вот строка A = ActiveDocument.Tables(1).Columns(1).Select<br>
потом уже  A.Find.Text = &quot;5&quot;<br>
<br>
Но оно ошибку выдаёт,ругается на select.]]></description>
        <author>Саня87</author>
        <category>VB for Application</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418050</guid>
        <pubDate>Tue, 10 Nov 2009 12:26:12 +0000</pubDate>
        <title>Поиск в конкретном столбце таблицы</title>
        <link>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418050</link>
        <description><![CDATA[Akina: Select этот столбец и делать поиск в выделенном :)]]></description>
        <author>Akina</author>
        <category>VB for Application</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418049</guid>
        <pubDate>Tue, 10 Nov 2009 12:26:04 +0000</pubDate>
        <title>Поиск в конкретном столбце таблицы</title>
        <link>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418049</link>
        <description><![CDATA[Саня87: <div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">Selection.Find.Replacement.ClearFormatting</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;Selection.Find.ClearFormatting</div><div class="code_line">&nbsp;&nbsp; &nbsp;A = ActiveDocument.Tables(1).Columns(1)</div><div class="code_line">&nbsp;&nbsp; &nbsp;</div><div class="code_line">&nbsp;</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;A.Find.Text = &quot;5&quot;</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;A.Find.Replacement.Font.Superscript = True</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;A.Find.Replacement.Font.Subscript = False</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;A.Find.Replacement.Text = &quot;йцукен&quot;</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; A.Find.Forward = True</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;A.Find.Wrap = wdFindContinue</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;A.Find.Format = True</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;A.Find.MatchCase = False</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;A.Find.MatchWholeWord = False</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;A.Find.MatchWildcards = False</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;A.Find.MatchSoundsLike = False</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;A.Find.MatchAllWordForms = False</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;A.Find.Execute Replace:=wdReplaceAll</div></ol></div></div></div></div><script>preloadCodeButtons('1');</script><br>
<br>
Вот такой код написал,но появилась ошибка :Отсутствует доступ к отдельным столбцам, поскольку ячекий таблицы имеют разную ширину.<br>
Оибка в строке:A = ActiveDocument.Tables(1).Columns(1)]]></description>
        <author>Саня87</author>
        <category>VB for Application</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418037</guid>
        <pubDate>Tue, 10 Nov 2009 12:16:07 +0000</pubDate>
        <title>Поиск в конкретном столбце таблицы</title>
        <link>https://forum.sources.ru/index.php?showtopic=286720&amp;view=findpost&amp;p=2418037</link>
        <description><![CDATA[Саня87: Всем привет:)<br>
<br>
Догнать сам не могу,как можно сделать что бы поиск производился не по всему документу,а только в таблице,и в определённом столбце этой таблицы?<br>
<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">Selection.Find.Replacement.ClearFormatting</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;Selection.Find.ClearFormatting</div><div class="code_line">With Selection.Tables(1).Columns(1)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.Text = &quot;5&quot;</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.Replacement.Font.Superscript = True</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.Replacement.Font.Subscript = False</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.Replacement.Text = &quot;йцукен&quot;</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.Forward = True</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.Wrap = wdFindContinue</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.Format = True</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.MatchCase = False</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.MatchWholeWord = False</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.MatchWildcards = False</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.MatchSoundsLike = False</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.MatchAllWordForms = False</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;.Find.Execute Replace:=wdReplaceAll</div><div class="code_line">&nbsp;&nbsp; &nbsp;End With</div></ol></div></div></div></div><br>
шото типа этого, но не то...<br>
Если кто знает,подскажите в каком направлении идти:))]]></description>
        <author>Саня87</author>
        <category>VB for Application</category>
      </item>
	
      </channel>
      </rss>
	