<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.de/group/microsoft.public.word.vba.general</id>
  <title type="text">microsoft.public.word.vba.general Google Group</title>
  <subtitle type="text">
  Microsoft Office Word newsgroup.
  </subtitle>
  <link href="/group/microsoft.public.word.vba.general/feed/atom_v1_0_msgs.xml" rel="self" title="microsoft.public.word.vba.general feed"/>
  <updated>2009-11-25T21:57:23Z</updated>
  <generator uri="http://groups.google.de" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <email></email>
  </author>
  <updated>2009-11-25T21:57:23Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/5b4db76ce6a5c9c2/6bd4271439e0a3ef?show_docid=6bd4271439e0a3ef</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/5b4db76ce6a5c9c2/6bd4271439e0a3ef?show_docid=6bd4271439e0a3ef"/>
  <title type="text">Word header vba</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Adri</name>
  <email>a...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-25T21:53:01Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/a87ad2b3e658e160/7b373fe60e3b2096?show_docid=7b373fe60e3b2096</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/a87ad2b3e658e160/7b373fe60e3b2096?show_docid=7b373fe60e3b2096"/>
  <title type="text">Open web page from Word 2007</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Keith</name>
  <email>ke...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-25T20:34:02Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/67974012e23efcce/1cf1620ba5987af1?show_docid=1cf1620ba5987af1</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/67974012e23efcce/1cf1620ba5987af1?show_docid=1cf1620ba5987af1"/>
  <title type="text">using macro to save a file produces runtime error 4198</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>MS Public</name>
  <email>p...@killmapspjjnet.demon.co.uk</email>
  </author>
  <updated>2009-11-25T20:10:00Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/933327aa88441ede/553c03a5d8ed0ee9?show_docid=553c03a5d8ed0ee9</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/933327aa88441ede/553c03a5d8ed0ee9?show_docid=553c03a5d8ed0ee9"/>
  <title type="text">Re: Calculation Form Field</title>
  <summary type="html" xml:space="preserve">
  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;...
  </summary>
  </entry>
  <entry>
  <author>
  <name>Doug Robbins - Word MVP</name>
  <email>d...@removecapsmvps.org</email>
  </author>
  <updated>2009-11-25T19:53:52Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/13cca62a194587a6/2766cfc777bb1cde?show_docid=2766cfc777bb1cde</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/13cca62a194587a6/2766cfc777bb1cde?show_docid=2766cfc777bb1cde"/>
  <title type="text">Re: selecting text in a document</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>mike</name>
  <email>m...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-25T19:21:02Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/38f396ee5c0b833c/e2834d7e09cee26a?show_docid=e2834d7e09cee26a</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/38f396ee5c0b833c/e2834d7e09cee26a?show_docid=e2834d7e09cee26a"/>
  <title type="text">Re: MacroLimitInWordDocument</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Phil Stokes</name>
  <email>philsto...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-25T16:10:02Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/13cca62a194587a6/222b9845ab181f3a?show_docid=222b9845ab181f3a</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/13cca62a194587a6/222b9845ab181f3a?show_docid=222b9845ab181f3a"/>
  <title type="text">selecting text in a document</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>spunkymuffmonkey</name>
  <email>spunkymuffmon...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-25T15:10:04Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/872a6a36d04b3edf?show_docid=872a6a36d04b3edf</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/872a6a36d04b3edf?show_docid=872a6a36d04b3edf"/>
  <title type="text">RE: Opening a user for from a Custom Toolbar</title>
  <summary type="html" xml:space="preserve">
  It&#39;s only easy when you know how!!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave C</name>
  <email>da...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-25T14:28:01Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/8befc880f6af3145?show_docid=8befc880f6af3145</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/8befc880f6af3145?show_docid=8befc880f6af3145"/>
  <title type="text">RE: Opening a user for from a Custom Toolbar</title>
  <summary type="html" xml:space="preserve">
  Thanks .... that was so simple it was untrue
  </summary>
  </entry>
  <entry>
  <author>
  <name>spunkymuffmonkey</name>
  <email>spunkymuffmon...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-25T14:16:01Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/02bacf2bfd05376f?show_docid=02bacf2bfd05376f</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/02bacf2bfd05376f?show_docid=02bacf2bfd05376f"/>
  <title type="text">RE: Opening a user for from a Custom Toolbar</title>
  <summary type="html" xml:space="preserve">
  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?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave C</name>
  <email>da...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-25T14:11:03Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/8edc1b6a87aef5e7?show_docid=8edc1b6a87aef5e7</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d92679eb197c4e73/8edc1b6a87aef5e7?show_docid=8edc1b6a87aef5e7"/>
  <title type="text">Opening a user for from a Custom Toolbar</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>spunkymuffmonkey</name>
  <email>spunkymuffmon...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-25T13:31:01Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/933327aa88441ede/1335026742a11f14?show_docid=1335026742a11f14</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/933327aa88441ede/1335026742a11f14?show_docid=1335026742a11f14"/>
  <title type="text">Calculation Form Field</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pesach Shelnitz AT</name>
  <email></email>
  </author>
  <updated>2009-11-25T13:23:04Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/940a5ed0d5946689/ee645cd5d70bfbe9?show_docid=ee645cd5d70bfbe9</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/940a5ed0d5946689/ee645cd5d70bfbe9?show_docid=ee645cd5d70bfbe9"/>
  <title type="text">RE: Selecting text in a document</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Phil Stokes</name>
  <email>philsto...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-25T12:49:03Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/940a5ed0d5946689/8f85fe778c8573b6?show_docid=8f85fe778c8573b6</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/940a5ed0d5946689/8f85fe778c8573b6?show_docid=8f85fe778c8573b6"/>
  <title type="text">Selecting text in a document</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Greg Maxey</name>
  <email>gma...@mikevictorpapasierra.oscarromeogolf</email>
  </author>
  <updated>2009-11-25T12:38:06Z</updated>
  <id>http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d1ebdb79fcf9417e/c7d4b449a9ffb1f8?show_docid=c7d4b449a9ffb1f8</id>
  <link href="http://groups.google.de/group/microsoft.public.word.vba.general/browse_frm/thread/d1ebdb79fcf9417e/c7d4b449a9ffb1f8?show_docid=c7d4b449a9ffb1f8"/>
  <title type="text">Re: Changing more than one part of Word simultaneously</title>
  <summary type="html" xml:space="preserve">
  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;
  </summary>
  </entry>
</feed>
