<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://www.vbex.ru/index.php?action=history&amp;feed=atom&amp;title=VBA%2FExcel%2FAccess%2FWord%2FApplication%2FReferences</id>
		<title>VBA/Excel/Access/Word/Application/References - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://www.vbex.ru/index.php?action=history&amp;feed=atom&amp;title=VBA%2FExcel%2FAccess%2FWord%2FApplication%2FReferences"/>
		<link rel="alternate" type="text/html" href="http://www.vbex.ru/index.php?title=VBA/Excel/Access/Word/Application/References&amp;action=history"/>
		<updated>2026-04-05T08:07:01Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://www.vbex.ru/index.php?title=VBA/Excel/Access/Word/Application/References&amp;diff=1056&amp;oldid=prev</id>
		<title> в 16:33, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://www.vbex.ru/index.php?title=VBA/Excel/Access/Word/Application/References&amp;diff=1056&amp;oldid=prev"/>
				<updated>2010-05-26T16:33:00Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 16:33, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://www.vbex.ru/index.php?title=VBA/Excel/Access/Word/Application/References&amp;diff=1057&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://www.vbex.ru/index.php?title=VBA/Excel/Access/Word/Application/References&amp;diff=1057&amp;oldid=prev"/>
				<updated>2010-05-26T12:46:12Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Locating and Referencing Libraries in Code==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Function CreateLibRef(strLibName as String)&lt;br /&gt;
    Dim ref As Reference&lt;br /&gt;
    On Error GoTo CreateLibRef_Err&lt;br /&gt;
    &amp;quot;Create new reference&lt;br /&gt;
    Set ref = References.AddFromFile(strLibName)&lt;br /&gt;
    CreateLibRef = True&lt;br /&gt;
Exit_CreateLibRef:&lt;br /&gt;
    Exit Function&lt;br /&gt;
CreateLibRef_Err:&lt;br /&gt;
    Dim intAnswer As Integer&lt;br /&gt;
    Dim strLocation As String&lt;br /&gt;
    intAnswer = MsgBox(&amp;quot;Library Not Found, Attempt to Locate?&amp;quot;, _&lt;br /&gt;
        vbYesNo, &amp;quot;Error&amp;quot;)&lt;br /&gt;
    If intAnswer = vbYes Then&lt;br /&gt;
       strLocation = InputBox(&amp;quot;Please Enter the Location of the Library&amp;quot;)&lt;br /&gt;
       Resume&lt;br /&gt;
    Else&lt;br /&gt;
        CreateLibRef = False&lt;br /&gt;
        GoTo Exit_CreateLibRef&lt;br /&gt;
    End If&lt;br /&gt;
End Function&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Requires a reference to Microsoft InfoPath.==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Private Sub cmdRegisterForm_Click()&lt;br /&gt;
    Dim ap As New InfoPath.ExternalApplication&lt;br /&gt;
    ap.RegisterSolution ThisWorkbook.Path &amp;amp; &amp;quot;\manifest.xsf&amp;quot;&lt;br /&gt;
    ap.Quit&lt;br /&gt;
    Set ap = Nothing&lt;br /&gt;
End Sub&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>