| Thread | Last Post | Replies |
|
| Edit styles for AutoText entries | 06 Feb 2005 12:17 GMT | 2 |
Using Word XP VBA or VB, how can I programmatically edit all existing autotext entries' styles in Normal.dot? i.e we have two separate .dot's each containing a few hundred AutoText entries all in Times New Roman size 12. The company document styles have
|
| Custom Document Properties | 06 Feb 2005 04:11 GMT | 4 |
Hello again I'm still using Word 2K on Win2K How can I check to see if a custom document property with the name Test1 already exists and if so, create a new one named Test2?
|
| Textboxes in UserForms | 05 Feb 2005 23:38 GMT | 4 |
I have a userform with five textboxes. When the form initializes it "reads" text located between bookmarks and places the various textual items into their respective textboxes. Is there a way, please, to show the contents of the first textbox
|
| The macro deletes all | 05 Feb 2005 21:31 GMT | 1 |
Hello from Steved I've through the lack of knowledge the workings of a macro have put together the below macro. It does exactly As I require but when it reaches the end of a document it
|
| Document out of focus | 05 Feb 2005 20:17 GMT | 7 |
I tried this question in the general section, but someone suggested to put it here. My problem is the following: I have several templates, from which users can choose. On opening the
|
| Changing the default Pictures Path in Word | 05 Feb 2005 18:00 GMT | 7 |
Hi. I am brand new to this so please bear with me. I have learned alot from this group and have been able to get a lot accomplished. However, I am stuck. Here is the code I have so far:
|
| Replace without Flicker (?) | 05 Feb 2005 15:46 GMT | 2 |
I have a template with VBA code that receives text via Applescript from another application. The text has hypertext markups to denote bold and italic regions. I want to store a formatted version of the text in a document field. I have written routines to replace the markup regions
|
| Search and 'Replace' parameter too long? | 05 Feb 2005 05:53 GMT | 17 |
I am writing a search and replace routine as follows: With Selection.Find .Text = sText .Replacement.Text = rText
|
| NUMPAGES is dumb-pages | 04 Feb 2005 23:09 GMT | 3 |
Now, I know this is going to be an old chestnut, but here goes. NUMPAGES does not, after printing a document, contain the numbe of pages in the document. It contains, depending upon when and where you look at it, the current page number or 1.
|
| iNSERT A RELATIVE HYPERLINK using vba | 04 Feb 2005 22:04 GMT | 1 |
Can I insert a relative hyperlink in documents using vba? One that will hyperlink to the main.htm in the same folder ? (I have a lot of folders, and each of them contain one main.htm, while I manually save the word converted htmfiles in the correct folder)
|
| Controlling project references in code | 04 Feb 2005 22:01 GMT | 3 |
I need an example that explains how to add and remove project references in VBA code. /BosseH
|
| I was given this macro from this group | 04 Feb 2005 21:00 GMT | 5 |
Hello from Steved The below macro Keeps highlighting the belowand will not work please help. pWords = Split(Range.Text, " ")
|
| Request resources: VBA is "new world" for me | 04 Feb 2005 19:16 GMT | 1 |
I guess I've been living under a rock - I did not realize the power of BVA, nor it's scope. With only enough knowledge to be truly dangerous I would like recommendations from others on resources for learning about VBA. I've tried help, but am confused by the terminology. Any ...
|
| VBE Opens When Unlocking Computer | 04 Feb 2005 19:00 GMT | 1 |
Word 2000 Each time I leave my computer, I hit CTRL+ALT+DEL and lock the machine. When I unlock the machine the VBE opens and is devoid of toolbars and menus. If I close the VBE and open it again, the toolbars and menus are displayed.
|
| Replacing empty strings | 04 Feb 2005 15:00 GMT | 3 |
A scripted search and replace in a Word document works fine when replacing text with other text. But it doesn't do anything when replacing text with an empty string. With WordDoc.Selection.Find
|