| Thread | Last Post | Replies |
|
| Creating a master document made up of several linked source docume | 14 May 2008 20:48 GMT | 5 |
My company has me taking apart some of our current manuals and setting them up so that each individual section of the manuals could be accessed from one of our offices remotely and the changes that they make update their in the master copy that goes out to each of the workers on ...
|
| Look for ASK field first before creating it. | 14 May 2008 20:45 GMT | 4 |
I have a macro that inserts 2 ASK fields at the top of an active document as follows: I would like to first look for the ASK fields first, and only add them if they do not exist yet. Can someone help with the IF statement needed?
|
| How to change sign of paragraph on the space? | 14 May 2008 19:44 GMT | 2 |
There is a document Word (see example: http://www.box.net/shared/luo0o336so). Some sentenses in paragraphs are broken off by paragraph signs, other paragraphs is ok. The problem - I need to join the broken of lines of each paragraph,
|
| Converting .txt to .doc - line widths | 14 May 2008 17:02 GMT | 2 |
I have about 500 pages of .txt documents that I want to convert to Word documents. The problem is that the lines in the .txt docs are much shorter than they would be in the final Word documents, obviously because the
|
| Extract character styles into new document | 14 May 2008 16:07 GMT | 1 |
I'm trying to extract text with particular character styles into a new document. I've tried the following code, and it just runs an endless loop: Sub CollectCustomTopics()
|
| Transferring listbox values into document | 14 May 2008 15:57 GMT | 26 |
I have 4 combo boxes and 1 text box set up on one of the pages of a multipage form in Word. The user chooses values from the 4 combo boxes and enters something into the text box and presses an ³Add² button (see code below for the add button) to insert the values into a 5 column ...
|
| Removing text boxes while preserving the text inside them | 14 May 2008 15:34 GMT | 12 |
There are several macros around to remove text boxes from a document, but I cannot find a way to preserve the text inside them. Can anybody point me to one which actually works? Thanks a lot
|
| Replacing Nested Text | 14 May 2008 13:35 GMT | 5 |
i wonder how fast the normal word replace function (Edit->Find/ Replace) is able to replace nested text in text boxes or tables. i want to automatically do this for text in tables within text boxes (Textbox->Table->TableCell->Text). the only approach i had so far is
|
| inserting autotexts into word document | 14 May 2008 13:25 GMT | 4 |
I have a question in regards to autotexts in word 03. At the moment, there are 4 autotexts being used in my word document template. Each autotexts have their own contents. For example, we have autotexts for "methodology", autotexts for "executive summary",
|
| issue with creating template for letter | 14 May 2008 12:45 GMT | 1 |
I have a problem in regards to word template for office 03. I have a template designed to generate a company letter. Like any normal letter, it has date, sender, address, regarding, body of the letter, and signature of the manager. So, when user runs the template, a userform ...
|
| Word. VC++6.0. How I can retrieve current number row? | 14 May 2008 09:13 GMT | 6 |
I have an application in VC++ 6.0. This application creates a .DOC file for Word2007. In this file I insert text and image (.bmp) This is my problem: When I insert text and/or image how I can retrieve current row?
|
| Word Automation - Menu Separators | 14 May 2008 06:52 GMT | 3 |
I'm using C# to automate a Word session. At the start of the session I build a custom set of menu items under the "Tools" CommandBar. 2 Questions: 1) How do I add a menu Separator into my custom menus
|
| F&R or Macro sort on last word in a line for selection | 14 May 2008 00:36 GMT | 2 |
Hi, how do I sort on last word of selection in Word. I want to select a group of single lines (as below) about 1,000 and sort by last word only? I know I can I never remember how! Thanks in advance for any help.
|
| Invoke, and pass argument to, File Save As dialog, with a macro? | 14 May 2008 00:17 GMT | 3 |
For a specific template only, can a macro trigger a file/save as AND place a suggested file naming convention prompt in the Filename window of the File 'Save As' dialog? ie,
|
| protected form checkbox macro | 13 May 2008 22:39 GMT | 4 |
This was previously discussed as subject "RE: if chkbox is ticked then un-strikethrough textbox text" - where I used an active-x control as the checkbox, but I found out that I need to use a protected form. I want to convert Jean-Guy Marcil's code (thank you Jean!) to something I ...
|