<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Каталог статей</title>
		<link>https://evosoft.ucoz.ru/publ/</link>
		<description>Каталог статей</description>
		<lastBuildDate>Tue, 04 Jan 2011 02:08:35 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://evosoft.ucoz.ru/publ/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Введение кода VBA</title>
			<description>&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;text-indent:35.45pt;line-height:
150%&quot;&gt;&lt;span style=&quot;font-size:10.0pt;line-height:150%&quot;&gt;Для того чтобы выполнить
одно из действий программным образом, необходимо напи­сать программу VBA в окне
кода. Код VBA располагается в процедуре. Процедура состоит из операторов VBA.
На данном этапе (для примера) остановимся только на одном типе окна ко­да:
модуль VBA.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;text-indent:35.45pt;line-height:
150%&quot;&gt;&lt;span style=&quot;font-size:10.0pt;line-height:150%&quot;&gt;Вы можете добавить код в
модуль VBA тремя способами.&lt;/span&gt;&lt;/p&gt;</description>
			
			<link>https://evosoft.ucoz.ru/publ/vvedenie_koda_vba/1-1-0-40</link>
			<category>Мои статьи</category><dc:creator></dc:creator>
			<guid>https://evosoft.ucoz.ru/publ/vvedenie_koda_vba/1-1-0-40</guid>
			<pubDate>Tue, 04 Jan 2011 02:08:35 GMT</pubDate>
		</item>
		<item>
			<title>Сохранение программы VBA</title>
			<description>&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;text-indent:35.45pt;line-height:
150%&quot;&gt;&lt;span style=&quot;font-size:10.0pt;line-height:150%&quot;&gt;Как правило, окно кода
содержит четыре типа кода.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;Style9&quot; style=&quot;margin-left:0cm;text-align:justify;text-indent:35.45pt;
line-height:150%;mso-pagination:widow-orphan;mso-list:l0 level1 lfo1;
tab-stops:60.0pt&quot;&gt;&lt;/p&gt;

&lt;p class=&quot;Style9&quot; style=&quot;margin-left:0cm;text-align:justify;text-indent:35.45pt;
line-height:150%;mso-pagination:widow-orphan;mso-list:l0 level1 lfo1;
tab-stops:60.0pt&quot;&gt;&lt;/p&gt;

&lt;p class=&quot;Style9&quot; style=&quot;margin-left:9.0pt;text-align:justify;text-indent:35.45pt;
line-height:150%;mso-pagination:widow-orphan;mso-list:l0 level1 lfo1;
tab-stops:27.0pt&quot;&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;text-indent:35.45pt;line-height:
150%&quot;&gt;&lt;span class=&quot;FontStyle11&quot;&gt;&lt;span style=&quot;font-size:10.0pt;line-height:150%;
font-weight:normal;mso-bidi-font-weight:bold&quot;&gt;Объяснение &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;FontStyle13&quot;&gt;&lt;span style=&quot;font-size:10.0pt;line-height:150%;font-weight:
normal;mso-bidi-font-weight:bold&quot;&gt;— &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;FontStyle13&quot;&gt;&lt;span style=&quot;font-size:10.0pt;line-height:150%;font-style:normal;mso-bidi-font-style:
italic&quot;&gt;это информация о переменной, предоставляемая &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;FontStyle13&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:10.0pt;line-height:150%;
mso-ansi-language:EN-US;font-style:normal;mso-bidi-font-style:italic&quot;&gt;VBA&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;FontStyle13&quot;&gt;&lt;span style=&quot;font-size:10.0pt;line-height:150%;font-style:
normal;mso-bidi-font-style:italic&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;FontStyle13&quot;&gt;&lt;span style=&quot;font-size:10.0pt;line-height:150%&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.0pt;line-height:150%&quot;&gt;Например, мож­но объявить тип данных
для переменных, которые вы планируете использовать в коде.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;text-indent:35.45pt;line-height:
150%&quot;&gt;&lt;span style=&quot;font-size:10.0pt;line-height:150%&quot;&gt;В отдельном модуле VBA
может храниться любое количество процедур, функций и объ­явлений. Способ
организации модуля VBA зависит только от вашего желания.&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Некоторые предпочитают
записывать весь код VBA приложения в одном модуле VBA; другие разделяют код на
несколько разных модулей.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;text-indent:35.45pt;line-height:
150%&quot;&gt;&lt;span style=&quot;font-size:10.0pt;line-height:150%&quot;&gt;Несмотря на то, что
предоставляются широкие возможности по определению места хранения кода VBA,
существуют некоторые ограничения на его расположе­ние. Процедуры обработки
событий должны содержаться в окне кода объекта, ко­торому соответствует это
событие. Например, если вы пишете процедуру, которая выполняется при открытии
рабочей книги, то эта процедура должна располагать­ся в окне кода для объекта
ЭтаКнига и иметь специальное название.&lt;/span&gt;&lt;/p&gt;</description>
			
			<link>https://evosoft.ucoz.ru/publ/sokhranenie_programmy_vba/1-1-0-39</link>
			<category>Мои статьи</category><dc:creator></dc:creator>
			<guid>https://evosoft.ucoz.ru/publ/sokhranenie_programmy_vba/1-1-0-39</guid>
			<pubDate>Tue, 04 Jan 2011 02:06:29 GMT</pubDate>
		</item>
	</channel>
</rss>