| Thread | Last Post | Replies |
|
| Need help with simple code | 26 Mar 2004 22:02 GMT | 2 |
I'm still strugging to write my first simple codes and this time I can't get 'record macro' to help me cos some of the things I'd like to do aren't available Could sm show me how to write a simple code for what I think is an easy
|
| Page orientation in Word 2000 | 26 Mar 2004 21:11 GMT | 4 |
I am trying to change the orientation when I print a page to flip it horizantally & vertically. I have an stock which has got a plastic bit at the bottom right hand edge and the printer will not feed it properly that way round.
|
| Controlling Word from VB | 26 Mar 2004 19:31 GMT | 2 |
I realize that this is not the VB forum (VB being a different product from VBA) but I'm not getting any answers in the VB forums, so I thought I would try here I have a VB program that is trying to open Word documents, search for incorrect URLs in hyperlinks, update them and save ...
|
| ChangeOpenFileDirectory works intermittently in Word 2003 | 26 Mar 2004 18:13 GMT | 7 |
This is driving me nuts. I have a VBA script in MSAccess which opens MS Word (if it is not already open), then opens the Open File dialog box at the directory corresponding to data on the MS Access file card. This works perfectly in Word 2002. However, we have one computer in our ...
|
| Determining Para. Level and Formatted Number | 26 Mar 2004 17:41 GMT | 8 |
Hi. Thanks to all that answer. Once a macro has found and selected text in an outline numbered document (which I can do) I need to determine the outline number for the para. A complicating factor is
|
| How to get line count of selection or remove blank lines of selection. | 26 Mar 2004 17:19 GMT | 1 |
I created a routine that pastes objects from the clipboard into a cell in a word table. In order to make sure i can paste whatever is on the clipboard into the activecell, I use a blank document to first paste the clipboard contents, then i use Selection.WholeStory.Cut to put it ...
|
| XP not installing AddIn | 26 Mar 2004 17:16 GMT | 4 |
I have a problem with some code running on Office XP. I have a document template that is in the Word Startup folder. Word loads this template which runs code to set a toolbar and open a text file to get the User's profile details and then trys to load another
|
| Find hidden text | 26 Mar 2004 17:00 GMT | 3 |
How do I populate a listbox with all hidden paragraphs/text in a document? / Ulf
|
| Combobox Results | 26 Mar 2004 16:07 GMT | 5 |
I am sure this is basic, but I want to use the result of the user's selection from a list in a combobox to open the document which corresponds choice. For instance, if you select "log" it opens the
|
| Max size of the 'text' replacement string | 26 Mar 2004 15:53 GMT | 1 |
What's the maximum size of the text you can use to replace in word. Are there any work arounds known to get more text replaced? (InsertBefore, InsertAfter (which you might be able to use multiple times??) Greets,
|
| Max length of a string used for Replace (Find.Execute)? | 26 Mar 2004 15:48 GMT | 2 |
Could anyone give me the answer to the question mentioned in the subject of this message? Waht is the max length of a string used for Replace (Find.Execute)? Thanks,
|
| Max length of a string used for Replace (Find.Execute) | 26 Mar 2004 15:37 GMT | 1 |
Could anyone give me the answer to the question mentioned in the subject of this message? Waht is the max length of a string used for Replace (Find.Execute)? Thanks,
|
| easier way to edit existing form data | 26 Mar 2004 15:01 GMT | 1 |
I have a client who created a bunch of forms using Form Fields, and filled in data in the Form Fields. Documents are not protected. He needs to edit some of the data, however cannot place the insertion point in the area that
|
| Post processing after find/replace | 26 Mar 2004 14:58 GMT | 1 |
After I use VBA to do a find and Replace of a large number of items through a large document, the processor usage spikes to 100% as soon as my code is done running. I have tried to disable tracking and the grammer checking
|
| How to get the open file name? | 26 Mar 2004 14:36 GMT | 6 |
is there any function in Word 2000 similar to Excel's GetOpenFileName to get the name of the file to open? Thank you, Rola
|