<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBA: Изменение окончания в ячейке]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=7084&amp;type=atom" />
	<updated>2012-04-10T10:56:47Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=7084</id>
		<entry>
			<title type="html"><![CDATA[Re: VBA: Изменение окончания в ячейке]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=59102#p59102" />
			<content type="html"><![CDATA[<p>cells(I,1) - 2-й параметр и есть номер столбца.</p>]]></content>
			<author>
				<name><![CDATA[chichva]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26880</uri>
			</author>
			<updated>2012-04-10T10:56:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=59102#p59102</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[VBA: Изменение окончания в ячейке]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=59088#p59088" />
			<content type="html"><![CDATA[<p>Добрый день, подскажите пожалуйста советом с нижеизложенным кодом<br /></p><div class="codebox"><pre><code>Sub Fio()
    For I = 3 To Range(&quot;C&quot; &amp; Rows.Count).End(xlUp).Row
    With Sheets(&quot;Лист2&quot;).Select
        Cells(I, 1) = DativeCase(Cells(I, 1))
        End With
    Next
End Sub</code></pre></div><p>Подскажите где здесь ошибка ?<br />Макрос вместо ряда ячеек &quot;C&quot;&nbsp; выполняет операции над рядом ячеек &quot;A&quot;</p>]]></content>
			<author>
				<name><![CDATA[S3m]]></name>
			</author>
			<updated>2012-04-10T06:45:34Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=59088#p59088</id>
		</entry>
</feed>
