| Thread | Last Post | Replies |
|
| Documents.Open Causes Terminating Error | 22 Jul 2005 01:37 GMT | 1 |
The following Open code generates a hard kind that terminates the application and never gets trapped. It shows up only on Windows 2000 or Word 2000 and is fine on XP or later (and is developed on Windows XP with Word 2003). Dim wordApp As Word.Application
|
| Run-Time Error 4608 | 22 Jul 2005 01:37 GMT | 1 |
I have been trying to finalize a document by running a macro to "cleanup" page setup values. I want to havea header setup in the end of InchesToPoints (.38). The document page setup is with A4 paper sizing. The code that is giving me the run-time error is:
|
| embed image in template so available for insert | 22 Jul 2005 01:31 GMT | 1 |
can I embed an image in a template so it's available for insert on any computer (like how a macro is saved in the dot file) - So you can't see it but you can use it, and a macro that calls for it doesn't need to look in a path on the terminal computer?
|
| Programming Query Re Document Save | 22 Jul 2005 01:31 GMT | 1 |
I am using MS Word 97. I have approx 100 files in the following directory "\NR6 Draft . rpt" which are unformatted text files.I have the start of some programming which should open each file in turn and perform identical formatting in each file as follows:-
|
| Prevent pages from displaying/printing | 22 Jul 2005 01:31 GMT | 1 |
I'm not very VBA or SQL literate so I'm trying to figure a way to make this form work. I created a form out of a word document. It populates bookmarks and references with data from a SQL database. The form is static. It allows up to
|
| check boxes | 22 Jul 2005 01:29 GMT | 4 |
We create a lot of forms for our workers to use. A supervisor would like us to put all parts that the worker types in in Bold. I have been able to do this for all parts except for checkboxes. I tried using darker fonts, larger sizes,?? I cannot get those check boxes to print ...
|
| "if checked" events on Word doc form checkbox? | 22 Jul 2005 01:09 GMT | 3 |
I'd like to use a checkbox control on a Word doc such that when it is checked, an image appears, and when unchecked, the image disappears. The image should be embedded in the document (not a separate file). Ideally, the checkbox itself would also be rendered invisible (e.g., set ...
|
| How to reference page numbers in another document | 21 Jul 2005 22:04 GMT | 7 |
I don't even know if this is possible. Here's a shot. I have two seperate documents, a Leader Guide and a User Guide. As one would imagine, the Leader Guide has everything the User Guide has with the addition of notes, PPT screenshots and various other hints. Currently, the Leader ...
|
| Transferring information to a userform in Word | 21 Jul 2005 21:48 GMT | 5 |
I'm looking for a way to transfer information to a userform, so that I can affect the way a button in that userform acts by changing arguments in the original function which showed that form. I have a userform which has an OK button which makes a fade out effect, then
|
| email confirmation | 21 Jul 2005 21:42 GMT | 1 |
I want to automatically send out an notification by email when a word document has been saved, whithout sending the actual document. I do have the code to send out an email. What I'm missing is the code to initiate the sending subroutine when the document is saved. I think I need ...
|
| VBA to search in comments attached to an xl cell | 21 Jul 2005 21:40 GMT | 1 |
Is it possible to write VBA code that will search inside the comments attached to a cell in excel for each sheet in the workbook. The number and names of the sheets will constantly be changing. Ideally what I'd like to do is something like:
|
| How can I conditionally hide text in a subdocument? | 21 Jul 2005 20:09 GMT | 1 |
I'm writing a users manual in a Word Master Document. I have a subdocument that I'd like to include in a couple of places with a minor change in the text. There is a sentence that I want to drop when it is included in a another particular subdocument.
|
| BatchReplaceAll Help | 21 Jul 2005 19:18 GMT | 1 |
I was pointed to the MVP website and the routine to perform BatchReplaceAll. I am a programmer but have not done much with VB. It was suggested that I need to use this routine. After looking at it, it appears that I can use it but I need some assistance.
|
| Clean Out Linked "Char" Styles Codes doesn't work on word 2003 | 21 Jul 2005 19:14 GMT | 1 |
This is very useful code to remove troublesome "Char" Styles on Word document. But it only works on word 2002 and this code just hangs on word 2003. This is the code ==> http://hacks.oreilly.com/pub/h/2597#code I like to know why this code just hangs on word 2003.
|
| in visual basic how do return the cursor position | 21 Jul 2005 19:12 GMT | 1 |
I need to identify the position of the cusor in a document, particularly the line number, using VB, any ideas?
|