| Thread | Last Post | Replies |
|
| Parsing a txt file into Word | 13 Feb 2008 12:44 GMT | 8 |
I've been asked to create a word document that parse a txt file and draw out the needed information. Does anyone have any handy resources or usefull ideas on how to do this with the least amount of problems?
|
| Select a printer for selected pages | 13 Feb 2008 12:20 GMT | 2 |
I have some code in an add-in that causes a limited selection of pages to print from a larger document. A portion of the code goes like this: Dim p1 As Long ' Start page Dim p2 As Long ' End page
|
| Can one place a command button in Word 2003 document? | 13 Feb 2008 10:54 GMT | 1 |
I have done this in Excel spreadsheets, placed a button on the sheet itself that runs a macro when clicked. I also have made a toolbar button in Word that runs a macro. But is it possible to put a button in a Word document itself that runs a macro?
|
| Protected Forms with Macros | 13 Feb 2008 09:44 GMT | 16 |
An end-user will be filling out the Word document form fields in a protected docuemnt. I have created a table. Once they fill in data in the columns I would like the totals columns to auto sum. I figure the best way to do that was to have a macro run on entry in the field ...
|
| Macro for selecting text and a diagram that follows it | 13 Feb 2008 08:58 GMT | 2 |
I am a beginner with macros, and I am struggling to solve a Word problem with a macro. Essentially, I begin with a generated document (from a UML modelling package)that contains text describing a diagram, and then a diagram. This
|
| running macro | 13 Feb 2008 03:36 GMT | 5 |
I have a code in Document_Open, but it does not run the code. I use debug and set break point and realized that code even not fired. Are there any places need configure to triggle the code? Your help is great appreciated,
|
| Track Revisions For Two Strings | 13 Feb 2008 00:38 GMT | 1 |
Is it possible to do a programmatic compare between two strings to get the revision status (mark the new text and strikethrough the old) without using the file based Compare and Merge option? If so, how?
|
| Needing to change document generator | 13 Feb 2008 00:27 GMT | 1 |
Currently, we have a document at work that we use to generate a form for customers to fill out. Its really simple, it takes their social and a date assigned by us, and converts them to a barcode at the bottom of the document. I am wondering how we can alter the document to also ...
|
| Error 9099 on Do While .Execute call | 13 Feb 2008 00:00 GMT | 2 |
I'm working on a problem that the code at http://support.microsoft.com/?kbid=211458 gives me a foundation for solving. So, I cut and pasted the sample into Word VBA and ran it. I get a 9099 error when the system hits the Do While .Execute(Forward:=True,
|
| Anyone have a word scrambler macro? | 12 Feb 2008 23:41 GMT | 6 |
I'm looking for a macro that will scramble all of the words in a document in the following manner: all of the words in the document stay in their current location, the first and last letter of each word remain where they are, the letters between the first and last letter will be ...
|
| Largest possible pase size in MS-Word | 12 Feb 2008 22:32 GMT | 2 |
Is there any way to create a page-size in MS-Word bigger than 22 by 22 inches? I don't need to print the document, but it will need to be converted to PDF, does anyone happen to know the limitations on that?
|
| Controlling Prnters using print server | 12 Feb 2008 22:17 GMT | 4 |
I have used Jonathan West's articles and help from Jonathan in the past to write some brilliant macros to automate double sided printing. My problem now is that my manager has decided to put all the printers on a print server and has made manipulation of these printers ...
|
| How to access value of combobox in word document | 12 Feb 2008 20:56 GMT | 6 |
I'm trying to fix/change an Excel VBA macro that opens selected word document and extracts some data from it. Unfortunately, I cannot find any info how to access the value of combo box in that document (the one from control toolbox, not a form). Any idea how to do that?
|
| Using the PrintOut Method via VBA in Microsoft Word. | 12 Feb 2008 19:55 GMT | 1 |
I have a Word Document setup with a bunch of Label Controls placed in the Body of the Document. I have a macro setup that takes information from an excel spreadsheet and fills the labels with text...and then prints the document...everything worked fine when I first created the ...
|
| Would it be possible to "intercept" a HYPERLINK action? | 12 Feb 2008 15:31 GMT | 2 |
I'm using WORD as a software cross reference and jump from 1 program to the other and sometimes i lose that "web back arrow", so i'm wondering if there may be a way to intercept the hyperlink function right before it gets activated? ie when i click a hyperlink, right before it ...
|