
Moving pages from one word document to another | Tek-Tips
Aug 8, 2003 · Would like to move the full page from one document into a separate document. In document one the page I want to move is page 3 and then place this page betweem page 5 …
Setting cursor in word doc | Tek-Tips
Sep 2, 2004 · How do I programatically (from VB application) set the cursor to be in a specific location when I open up a word doc? Thanks, Shannan
text box in Word disappears or duplicates | Tek-Tips
Apr 26, 2010 · I have a text box at the top of my page in Word. It is somehow "tied or anchored" to the normal text on my page. When I copy and paste the text, the text box duplicates. When I …
Copying and Moving Shapes in MS Word VBA | Tek-Tips
Jul 12, 2006 · I'm trying to copy two sets of 3 lines that form arrows from one part of an MS Word document to another using a VBA macro. As the code below shows, I have declared an array …
Mail Merge - Not moving to next record | Tek-Tips
Jan 9, 2011 · Hi I need some help. I am trying to do a mail merge of a place card template. The template is a word document called place_cards. See attachment. There are 20 records …
What is the best way to force page breaks? | Tek-Tips
Nov 1, 2004 · What is the best way to force page breaks - using soft returns, or by using Tabs? Or is there yet another way that will permit more flexibility if I decide to change my Paraagraph …
Can I place 2 tables next to each other in Word? | Tek-Tips
Apr 16, 2007 · I am designing a form in MS Word 2003. I'm trying to place two tables next to each other, and having no luck at all. I've tried copying/pasting, moving and so on, but get awful …
VBA/Word; move cursor to end of document | Tek-Tips
Sep 17, 2003 · Hello every body, I have a simple question: How do I move the cursor position in a Word document to the end of that document?? (Using VBA) Thanks in advance Jaap Sluis
Force new page using VBA | Tek-Tips
Nov 8, 2002 · put a page break at the bottom of the report. Set the visible property to false. In the Format of the details start a running count. When cout = 20, make page break visible. Then …
Set focus using VBA | Tek-Tips
Mar 20, 2013 · We are using an internal application that opens MS WORD creating a report using VBA macro's. If the report already exist, a message pops up in WORD (initiated by a VBA …