<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>microsoft.public.word.vba.general Google Group</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general</link>
  <description>Microsoft Office Word newsgroup.</description>
  <language>en</language>
  <item>
  <title>Word header vba</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/5b4db76ce6a5c9c2/6bd4271439e0a3ef?show_docid=6bd4271439e0a3ef</link>
  <description>
  Hi &lt;br&gt; along these same lines - do you know if it is possible to use VBA to add to an exisiting header? I do have a template with the header defined but each time the template is used I want it to automatically addd the project name to the existing header. &lt;br&gt; I was just going to use a message box on open &amp;quot;what is the name of your project&amp;quot;. Then I want the response to be added to the header of the document.
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/5b4db76ce6a5c9c2/6bd4271439e0a3ef?show_docid=6bd4271439e0a3ef</guid>
  <author>
  </author>
  <pubDate>Wed, 25 Nov. 2009 21:57:23 UT
</pubDate>
  </item>
  <item>
  <title>Open web page from Word 2007</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/a87ad2b3e658e160/7b373fe60e3b2096?show_docid=7b373fe60e3b2096</link>
  <description>
  I have the following code to open a web page: &lt;br&gt; Dim IE &lt;br&gt; Set IE = CreateObject(&amp;quot;internetexplorer .application&amp;quot;) &lt;br&gt; mySTR = &amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://MyWebPage&quot;&gt;[link]&lt;/a&gt;&amp;quot; &lt;br&gt; IE.Navigate mySTR &lt;br&gt; The code works if I run it from vba - it opens the page on top of Word. But &lt;br&gt; if I assign it to a QAT or Ribbon button, it opens the page but leaves it
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/a87ad2b3e658e160/7b373fe60e3b2096?show_docid=7b373fe60e3b2096</guid>
  <author>
  a...@discussions.microsoft.com
  (Adri)
  </author>
  <pubDate>Wed, 25 Nov. 2009 21:53:01 UT
</pubDate>
  </item>
  <item>
  <title>using macro to save a file produces runtime error 4198</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/67974012e23efcce/1cf1620ba5987af1?show_docid=1cf1620ba5987af1</link>
  <description>
  I upgraded from Win-XP/Office 2003 to Win-7/Office 2007; the code below ran &lt;br&gt; fine in Word 2003 but in Word 2007 generates runtime error 4198. &lt;br&gt; The variables and directory location are valid. The parameters for FileName &lt;br&gt; are updated for Word 2007; the grammer for the FileName appears correct (no &lt;br&gt; grammer errors when macro runs as is, but grammer errors if I change the
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/67974012e23efcce/1cf1620ba5987af1?show_docid=1cf1620ba5987af1</guid>
  <author>
  ke...@discussions.microsoft.com
  (Keith)
  </author>
  <pubDate>Wed, 25 Nov. 2009 20:34:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: Calculation Form Field</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/933327aa88441ede/553c03a5d8ed0ee9?show_docid=553c03a5d8ed0ee9</link>
  <description>
  Does the following make any difference? &lt;br&gt; With Selection.FormFields(1) &lt;br&gt; .TextInput.EditType Type:=wdCalculationText, Default:=sDefault, &lt;br&gt; Format:=&amp;quot;&amp;quot;, Enabled:=False &lt;br&gt; .CalculateOnExit = True &lt;br&gt; End With &lt;br&gt; Peter Jamieson &lt;br&gt; &amp;quot;spunkymuffmonkey&amp;quot; &amp;lt;spunkymuffmon...@discussions. microsoft.com&amp;gt; wrote in &lt;br&gt; message &lt;a target=&quot;_blank&quot; href=&quot;http://groups.google.com/groups?as_umsgid=0F1B4B0B-E39B-4C9C-8E73-E925E12B3CAA@microsoft.com&quot;&gt;news:0F1B4B0B-E39B-4C9C-8E73-E925E12B3CAA@microsoft.com&lt;/a&gt;...
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/933327aa88441ede/553c03a5d8ed0ee9?show_docid=553c03a5d8ed0ee9</guid>
  <author>
  p...@killmapspjjnet.demon.co.uk
  (MS Public)
  </author>
  <pubDate>Wed, 25 Nov. 2009 20:10:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: selecting text in a document</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/13cca62a194587a6/2766cfc777bb1cde?show_docid=2766cfc777bb1cde</link>
  <description>
  If the Issued at is in a separate paragraph, then you could use &lt;br&gt; Dim selrange As Range &lt;br&gt; Selection.HomeKey wdStory &lt;br&gt; If Selection.Find.Execute(FindTex t:=&amp;quot;Issued at&amp;quot;) Then &lt;br&gt; Set selrange = Selection.Range &lt;br&gt; selrange.End = ActiveDocument.Range.End &lt;br&gt; selrange.Start = selrange.Paragraphs(2).Range.S tart
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/13cca62a194587a6/2766cfc777bb1cde?show_docid=2766cfc777bb1cde</guid>
  <author>
  d...@removecapsmvps.org
  (Doug Robbins - Word MVP)
  </author>
  <pubDate>Wed, 25 Nov. 2009 19:53:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: MacroLimitInWordDocument</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/38f396ee5c0b833c/e2834d7e09cee26a?show_docid=e2834d7e09cee26a</link>
  <description>
  Doug &lt;br&gt; Thanks for the response. I am somewhat a novice in efficient coding. &lt;br&gt; How can I get around the limit. Basically I am looking at a limit of 75 pages. &lt;br&gt; Macro 1 = view page 2, macro 2 = view page 2 and so forth until I reach page &lt;br&gt; 75. &lt;br&gt; If you can assist, would appreciate any help. &lt;br&gt; Again thanks for the help.
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/38f396ee5c0b833c/e2834d7e09cee26a?show_docid=e2834d7e09cee26a</guid>
  <author>
  m...@discussions.microsoft.com
  (mike)
  </author>
  <pubDate>Wed, 25 Nov. 2009 19:21:02 UT
</pubDate>
  </item>
  <item>
  <title>selecting text in a document</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/13cca62a194587a6/222b9845ab181f3a?show_docid=222b9845ab181f3a</link>
  <description>
  Hi All, &lt;br&gt; I have a macro that seeks out a particular string of text in a document and &lt;br&gt; then moves down one line and selects the remaining text nin the document and &lt;br&gt; writes it to a variable and then uses it subsequently in the message section &lt;br&gt; of an email. &lt;br&gt; Recently this method has been failing because the text is not being
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/13cca62a194587a6/222b9845ab181f3a?show_docid=222b9845ab181f3a</guid>
  <author>
  philsto...@discussions.microsoft.com
  (Phil Stokes)
  </author>
  <pubDate>Wed, 25 Nov. 2009 16:10:02 UT
</pubDate>
  </item>
  <item>
  <title>RE: Opening a user for from a Custom Toolbar</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/872a6a36d04b3edf?show_docid=872a6a36d04b3edf</link>
  <description>
  It&#39;s only easy when you know how!!
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/872a6a36d04b3edf?show_docid=872a6a36d04b3edf</guid>
  <author>
  spunkymuffmon...@discussions.microsoft.com
  (spunkymuffmonkey)
  </author>
  <pubDate>Wed, 25 Nov. 2009 15:10:04 UT
</pubDate>
  </item>
  <item>
  <title>RE: Opening a user for from a Custom Toolbar</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/8befc880f6af3145?show_docid=8befc880f6af3145</link>
  <description>
  Thanks .... that was so simple it was untrue
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/8befc880f6af3145?show_docid=8befc880f6af3145</guid>
  <author>
  da...@discussions.microsoft.com
  (Dave C)
  </author>
  <pubDate>Wed, 25 Nov. 2009 14:28:01 UT
</pubDate>
  </item>
  <item>
  <title>RE: Opening a user for from a Custom Toolbar</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/02bacf2bfd05376f?show_docid=02bacf2bfd05376f</link>
  <description>
  Hi Dave, &lt;br&gt; One way would be to created a sub within the document or a new module that &lt;br&gt; simply loads the userform, e.g.: &lt;br&gt; Public Sub ShowUserForm1 &lt;br&gt; Userform1.Show &lt;br&gt; End Sub &lt;br&gt; and then link the button to this sub, capice?
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/02bacf2bfd05376f?show_docid=02bacf2bfd05376f</guid>
  <author>
  spunkymuffmon...@discussions.microsoft.com
  (spunkymuffmonkey)
  </author>
  <pubDate>Wed, 25 Nov. 2009 14:16:01 UT
</pubDate>
  </item>
  <item>
  <title>Opening a user for from a Custom Toolbar</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/8edc1b6a87aef5e7?show_docid=8edc1b6a87aef5e7</link>
  <description>
  I have a couple of userforms that I want to open by providing a custom &lt;br&gt; toolbar. I guess I would do this by placing macros on the toolbar but can &lt;br&gt; someone advise how I would reference the userforms within the macro? &lt;br&gt; Thanks .. Dave
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/8edc1b6a87aef5e7?show_docid=8edc1b6a87aef5e7</guid>
  <author>
  da...@discussions.microsoft.com
  (Dave C)
  </author>
  <pubDate>Wed, 25 Nov. 2009 14:11:03 UT
</pubDate>
  </item>
  <item>
  <title>Calculation Form Field</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/933327aa88441ede/1335026742a11f14?show_docid=1335026742a11f14</link>
  <description>
  Hi everyone. &lt;br&gt; I have hit a problem with a protected form I&#39;m working with. &lt;br&gt; I have a macro that allows users to add a new row to a table within the &lt;br&gt; protected form, the macro adds formfields in to the new row, one of which is &lt;br&gt; a calculation field. &lt;br&gt; This calcuation field simply multiplies the previous two fields contents
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/933327aa88441ede/1335026742a11f14?show_docid=1335026742a11f14</guid>
  <author>
  spunkymuffmon...@discussions.microsoft.com
  (spunkymuffmonkey)
  </author>
  <pubDate>Wed, 25 Nov. 2009 13:31:01 UT
</pubDate>
  </item>
  <item>
  <title>RE: Selecting text in a document</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/940a5ed0d5946689/ee645cd5d70bfbe9?show_docid=ee645cd5d70bfbe9</link>
  <description>
  Hi Phil, &lt;br&gt; Your code selects the text after a line containing &amp;quot;Issued at&amp;quot; until the end &lt;br&gt; of a document and copies it to the clipboard. It might be that you have &lt;br&gt; selected formatted text in Word and didn&#39;t clear the formatting. Your code &lt;br&gt; won&#39;t find the search string on such a computer. For this reason, calls to
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/940a5ed0d5946689/ee645cd5d70bfbe9?show_docid=ee645cd5d70bfbe9</guid>
  <author>
  (Pesach Shelnitz AT)
  </author>
  <pubDate>Wed, 25 Nov. 2009 13:23:04 UT
</pubDate>
  </item>
  <item>
  <title>Selecting text in a document</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/940a5ed0d5946689/8f85fe778c8573b6?show_docid=8f85fe778c8573b6</link>
  <description>
  Hi, I have a macro which finds a certain piece of text in the document and &lt;br&gt; then moves down a line and then selects all the text between that and the end &lt;br&gt; of the document and the selected text is later sent out in an email. This has &lt;br&gt; been working for some time but I have recently had some problems because the
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/940a5ed0d5946689/8f85fe778c8573b6?show_docid=8f85fe778c8573b6</guid>
  <author>
  philsto...@discussions.microsoft.com
  (Phil Stokes)
  </author>
  <pubDate>Wed, 25 Nov. 2009 12:49:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: Changing more than one part of Word simultaneously</title>
  <link>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d1ebdb79fcf9417e/c7d4b449a9ffb1f8?show_docid=c7d4b449a9ffb1f8</link>
  <description>
  Now that you are using Word2007 the option I recommend is to use mapped &lt;br&gt; Content Controls. See: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gregmaxey.mvps.org/Repeating_Data.htm&quot;&gt;[link]&lt;/a&gt; (section 7) and &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gregmaxey.mvps.org/Mapped_Content_Control.htm&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d1ebdb79fcf9417e/c7d4b449a9ffb1f8?show_docid=c7d4b449a9ffb1f8</guid>
  <author>
  gma...@mikevictorpapasierra.oscarromeogolf
  (Greg Maxey)
  </author>
  <pubDate>Wed, 25 Nov. 2009 12:38:06 UT
</pubDate>
  </item>
  </channel>
</rss>
