<?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=15912&amp;view=findpost&amp;p=132811</guid>
        <pubDate>Mon, 29 Sep 2003 18:43:09 +0000</pubDate>
        <title>Выделение одновременно 2-х ячеек в макросе Word</title>
        <link>https://forum.sources.ru/index.php?showtopic=15912&amp;view=findpost&amp;p=132811</link>
        <description><![CDATA[Lamer: ;D]]></description>
        <author>Lamer</author>
        <category>Visual Basic: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=15912&amp;view=findpost&amp;p=132810</guid>
        <pubDate>Mon, 29 Sep 2003 07:12:35 +0000</pubDate>
        <title>Выделение одновременно 2-х ячеек в макросе Word</title>
        <link>https://forum.sources.ru/index.php?showtopic=15912&amp;view=findpost&amp;p=132810</link>
        <description><![CDATA[laifik: Спасибо огромное! Все получилось. :D]]></description>
        <author>laifik</author>
        <category>Visual Basic: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=15912&amp;view=findpost&amp;p=132809</guid>
        <pubDate>Sun, 28 Sep 2003 17:59:41 +0000</pubDate>
        <title>Выделение одновременно 2-х ячеек в макросе Word</title>
        <link>https://forum.sources.ru/index.php?showtopic=15912&amp;view=findpost&amp;p=132809</link>
        <description><![CDATA[Lamer: Ну или так!]]></description>
        <author>Lamer</author>
        <category>Visual Basic: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=15912&amp;view=findpost&amp;p=132808</guid>
        <pubDate>Sun, 28 Sep 2003 06:38:17 +0000</pubDate>
        <title>Выделение одновременно 2-х ячеек в макросе Word</title>
        <link>https://forum.sources.ru/index.php?showtopic=15912&amp;view=findpost&amp;p=132808</link>
        <description><![CDATA[brovey: rs = ActiveDocument.Tables(1).Cell(1, 2).Range.Start<br>re = ActiveDocument.Tables(1).Cell(1, 3).Range.End<br>ActiveDocument.Range(rs, re).Select]]></description>
        <author>brovey</author>
        <category>Visual Basic: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=15912&amp;view=findpost&amp;p=132807</guid>
        <pubDate>Sat, 27 Sep 2003 15:49:26 +0000</pubDate>
        <title>Выделение одновременно 2-х ячеек в макросе Word</title>
        <link>https://forum.sources.ru/index.php?showtopic=15912&amp;view=findpost&amp;p=132807</link>
        <description><![CDATA[Lamer: Попробуй так, врядли заработает, неуверен я. В любом случае надо ипользовать класс Range:<br>ActiveDocument.Tables(1).Range.SetRange 1, 5<br>ActiveDocument.Tables(1).Range.Select]]></description>
        <author>Lamer</author>
        <category>Visual Basic: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=15912&amp;view=findpost&amp;p=132806</guid>
        <pubDate>Sat, 27 Sep 2003 09:50:53 +0000</pubDate>
        <title>Выделение одновременно 2-х ячеек в макросе Word</title>
        <link>https://forum.sources.ru/index.php?showtopic=15912&amp;view=findpost&amp;p=132806</link>
        <description><![CDATA[laifik: Народ, помогите, пожалуйста, программисту на С++.<br>Задача такая. Когда записывается макрос в Word, мышью я не могу выделить несколько ячеек таблицы. С помощью верхнего меню Таблица-&gt;Выделить и т.д. могу выделить только одну ячейку. А нужно более одной для дальнейшего объединения. В макросе я пишу конкретно:<br><br>Sub Макрос2()<br><br>ActiveDocument.Tables(1).Cell(1, 2).Select<br>ActiveDocument.Tables(1).Cell(1, 3).Select<br><br>End Sub<br><br>Выделяется ячейка 3-тья по последней строки, а со второй выделение слетает. По поводу Or или And &nbsp;в справке VBA ничего найти не могу. Как все-таки выделить? Помогите дилетанту &nbsp;VBA. ???]]></description>
        <author>laifik</author>
        <category>Visual Basic: Общие вопросы</category>
      </item>
	
      </channel>
      </rss>
	