| Thread | Last Post | Replies |
|
| Long tables in Word | 17 Jul 2003 14:11 GMT | 2 |
When I'm using this code on a large table Word freezes and I have to restart everything. The table is 90 pages long. When I'm using it on smaller tables 20-30 pages, it's slow but works pretty good. Set oTbl = ActiveDocument.Tables(1)
|
| How To Update Links When Move The Target Information. | 17 Jul 2003 13:59 GMT | 2 |
I would like to use hyperlinks to link from one file to specific information in another file. But I find myself moving pieces of information around a lot, often into different files. When I move target information into a different file, I find that the link doesn't
|
| Dynamic Form coding - splitting hairs | 17 Jul 2003 13:50 GMT | 1 |
I've got a multicolumned form that's extremely complex. Let's say the first column has 8 rows merged into a single cell with lots of specific text - all bookmarked so as to be programmatically accessible for automated modification
|
| Creating multiple userforms | 17 Jul 2003 13:27 GMT | 3 |
Hello. I am working in Word97 and learning VBA as I go about creating this project. What I am trying to do is have a program where a user makes a choice from a combo box or options buttons and, depending on their choice, receives another specific userform. Then, based on their ...
|
| Programmatically remove passwords | 17 Jul 2003 13:21 GMT | 1 |
One of mour guys has produced hundreds of Word documents, all with the same 'read only' password. He now wants to remove the read only passwords. He knows what the passwords are. Is there any way to programmatically remove them given the password ?
|
| Userform calls Function but retains focus | 17 Jul 2003 07:17 GMT | 1 |
I have a macro that reads a series of words from one document, finds each word in turn in a source document and then copies the sentence containing the word into a third document. What I want to do is to show the user progress by showing which word
|
| Simple Active X question. | 17 Jul 2003 00:52 GMT | 1 |
I'm trying to create a document for my dad that would allow him to type the customers name once into a textbox at the top of the document. How would I think insert that name automatically into
|
| Fill in text boxes in UserForm | 17 Jul 2003 00:43 GMT | 1 |
I've got a UserForm and would like to query a database and input it's results in to this userform. The doc has a training list to it as does the DB so would like to minimize the amount of work to just use the db. I assume
|
| Cannot get Word 2002 to Repaginate | 16 Jul 2003 22:05 GMT | 1 |
Help Please! According to all the documentation I can find, ActiveDocument.Repaginate should be the ticket. But I cannot get Repaginate to work.
|
| Run Macro on Multiple Files in a Directory | 16 Jul 2003 21:38 GMT | 2 |
I have a macro which extracts particular data from a .rtf file. I want to run this on many files in a directory automatically. I just cant seem to identify the correct looping code to do this. What simple code would execute these instructions on multiple files in
|
| Width of a text in a cell | 16 Jul 2003 18:56 GMT | 3 |
I'd like to know the width(in points) of a text in a cell? Is it possible? Thanks
|
| Command button visibility | 16 Jul 2003 15:51 GMT | 1 |
I posted this yesterday in VBA User Forms group and got a WRONG answer, so let's see if I get a better response in this group. I have a command button (ActiveX Control) on a document.
|
| Date Field Formatting | 16 Jul 2003 14:17 GMT | 1 |
I have a user input form but am having problems with the form fields of the date type. The date format is set to be mm/dd/yy. However if you enter 01/01/01 then it changes to 00/01/01.
|
| Help with Open dialog please | 16 Jul 2003 12:01 GMT | 3 |
In a follow up to my earlier post re the possibility of setting multiple file types (ie *.doc + *.rtf) in the oopen file dialog I have tried to get around this with a user form that offers 2 option boxes for DOC or RTF and a
|
| Writing macros to simulate mouse functions? | 16 Jul 2003 11:53 GMT | 1 |
I'm having problems writing general macros in word. Simple macros are easy, but as the Record Macro function does not allow you to use your mouse like you normally would, I'm having a hard time. Right now, I'm trying to add to a table that looks like:
|