| Thread | Last Post | Replies |
|
| Remove Password | 25 Jul 2008 22:00 GMT | 8 |
I have a document that is protected by a password. And I have a macro that sends the document in an email. But I have some other stuff in that macro that removes some things before it sends it. Before it removes the those things, I have it execute a:
|
| OrganizerCopy | 25 Jul 2008 14:36 GMT | 4 |
Does anyone know which of the following OrganizerCopy methods can copy ListGalleries to the "Normal" 1 Object:=wdOrganizerObjectAutoText 2 Object:=wdOrganizerObjectCommandBars
|
| Changing text color while typing, | 25 Jul 2008 11:40 GMT | 7 |
I would like to create a document that automatically changes the font color while we are typing. Could someone please help. Thanks a lot for your time. Regards, Sam
|
| Copy one single style from another document or template | 25 Jul 2008 05:21 GMT | 4 |
I want to copy one single style document A to document B. I've found some article to update all style from the attached template to the activedocument. But I need the logic to copy one single style. Actually, I can copy the text from the source document with that particular
|
| 2007 File New intercept Encrypt Password | 25 Jul 2008 01:06 GMT | 13 |
Does anyone now if it is possible to add to my File New macro (and how) to put in the password for Encrypted document templates so they stay encrypted but allow the new document to be created? I can post my File New intercept if that helps for my templates.
|
| Insert sentence only if text field is not null | 25 Jul 2008 00:41 GMT | 16 |
My searching is coming up empty, because I don't know what my intended result is called. Can someone tell me the name of what I'm trying to do, and direct me to the right reading? I want to insert some text if a certain field is not null. I also want to insert the contents of ...
|
| xml instead of ini | 24 Jul 2008 17:47 GMT | 4 |
I still use ini-files to get/store information - for different reasons - and thinking of replacing them with xml-files. Is this possible? if so, how do I navigate in a xml-file using vba? // Ulf
|
| How to format values in a table ? | 24 Jul 2008 12:56 GMT | 5 |
I have a word table that has a cell containing a numerical value... I want to add leading zeros to this value via a formula... I am new to Word VBA, but I know that this can be done using Access VBA. Apparently Word VBA <> Access VBA correct ?
|
| How to find only words consisting of upper case characters and how exclude of repeating words? | 24 Jul 2008 12:35 GMT | 9 |
There is code that copy all upper case words into end of document (thank's Jean-Guy Marcil and others): Dim rngDoc As Word.Range Dim wu As Word.Range
|
| Determining screen size | 23 Jul 2008 22:00 GMT | 7 |
I've got some macros for positioning and sizing the word window but currently am using hard coded numbers for width, height, left and top parameters. These numbers were obtained empirically for my desktop. When I take documents to my laptop with different screen dimensions, these ...
|
| Searching for a variable bookmark name | 23 Jul 2008 12:01 GMT | 9 |
I have multiple bookmarks in a document that all begin with "ABC...". The "..." can be any combination of letters and numbers at varying lenghts. Is there a way to search for all bookmarks within the document that begin with "ABC" using VBA? Once found, the bookmark will be ...
|