| Thread | Last Post | Replies |
|
| Batch checking validity of hyperlinks in Msoft files | 24 Jul 2006 16:42 GMT | 2 |
I'm searching a tool that can test all hyperlinks in a few files and send a report afterwards (batch test and batch report). The file types would be: doc, dot, xlt, xls, vsd and pdf
|
| Dynamic Arrays | 24 Jul 2006 16:39 GMT | 2 |
The data I want to populate an array with is of variable size ie it is dynamic could be 4, 10 or 200 items. How do I create an array that will handle this/ Regards
|
| how to display the cell it goes to at the centre of the monitor screen | 24 Jul 2006 15:53 GMT | 1 |
After I have entered a value, I go to the cell holding the value by the command Range.("cell_address").select to check what value I have entered. It always goes to the cell I selected. It sometimes display the target cell at the centre of the monitor screen but sometimes it
|
| DROPDOWN COLORS IN WORD | 24 Jul 2006 15:53 GMT | 1 |
For my convenience, I would like to change and rearrange permanently the text and background colors offered in the dropdown palette. I would want the changed layout to come up in all new documents. Is there a way I can make these permanent changes?
|
| Moving contents of folder | 24 Jul 2006 15:07 GMT | 4 |
Please can someone assist with this problem? I am using the following code with I got from the newsgroups which moves files from one location to another. Sub MoveForPrint()
|
| how to keep "working area" of document in sight | 24 Jul 2006 13:54 GMT | 1 |
Frequently while stepping through a macro that manipulates a document, I want to view what's going on in the document window. However, when I do a text search, for example, that goes to a part of the document that's not visible in the window, I have to manually go to that window, ...
|
| Deleting Even Pages Within Page-Range | 24 Jul 2006 05:12 GMT | 2 |
I'm wondering if this is possible, and if someone could provide (or point me to) some sample code that would help me build a macro to accomplish this task... Let's say I have a 200 page document. The first chapter must remain
|
| Autopopulation of form | 23 Jul 2006 23:43 GMT | 4 |
I'm totally new to doing this sort of thing so please treat me as a beginner. Basically, I want to create a document / template using MS Word that will be given to various users. The document will contain a page of text with gaps
|
| Creating a Userform upon Opening Doc | 23 Jul 2006 15:46 GMT | 3 |
I'm totally new to doing this sort of thing so please treat me as a beginner. Basically, I want to create a document / template using MS Word that will be given to various users. The document will contain a page of text with gaps
|
| Upgraded to XP and lost "normal" entries from auto text. | 23 Jul 2006 15:28 GMT | 1 |
How might I recover them without having to create them again?
|
| Word spacing & Sentence length | 23 Jul 2006 08:55 GMT | 4 |
I have two questions about VBA of word. 1. Is there any way to find out and control the distance/space between words as we do with characters (character spacing)? 2. Is there any way to find out the length of a given sentence in points
|
| Moving through document range including a table | 23 Jul 2006 03:27 GMT | 19 |
Earlier today I scratched together a macro intended to allow a user to step through a document stopping at brightgreen highlighted text while skipping brightgreen highlighted text that had been previously flagged with a leading caret character. The user pointed out and I have ...
|
| open Excel from Word 2003 | 22 Jul 2006 11:12 GMT | 2 |
I've seen in this forum how to copy an Excel worksheet into Word but I only need to open an Excel file and not do anything else to it from the macro. What do I do to actually open the file with the code below? Dim xlApp As Excel.Application
|
| Form Field w/in table | 22 Jul 2006 06:42 GMT | 1 |
I need to create code that finds the last table in a document and adds two form fields to the table. The cells are row 4, col 2 and row 6, col 2. Thanks. jbc
|
| No gridlines on calendars while printing or reviewing | 22 Jul 2006 04:16 GMT | 1 |
When I try to do monthly calendars, before print previewint them they have gridlines but when Print Previewing the gridlines are removed also when printing they disappear. I have tried every thing that I know. I had had this trouble earlier on another computer of the church and ...
|