| Thread | Last Post | Replies |
|
| Copying Styles from Normal.dot | 09 Sep 2005 17:37 GMT | 2 |
Each user in our company has a normal.dot that contains the standard styles, plus additional styles the user may have created. I need a macro that copies all of the styles from the normal.dot into the active document when the attached template is not normal.dot and I can't
|
| Word inserting section breaks automatically | 09 Sep 2005 17:04 GMT | 1 |
My application performs the following: 1. Get XML from document. 2. Transform it in some way. 3. Clear document.
|
| Unique records in an array copy to another array? | 09 Sep 2005 17:01 GMT | 1 |
If have filled an array A(512) with some random values. Now I want to export all the unique values to array B. examp: A B
|
| Problems with Word | 09 Sep 2005 10:46 GMT | 2 |
I have a document in macro form which has pop up boxes for auto formatting headers & footers. They would pop up to enter the information when the document was opened and when it was sent to a printer. However; when this document is used in WinXP the pop up boxes will only work on ...
|
| values and variables question | 09 Sep 2005 10:35 GMT | 4 |
I'm trying to make a template. When a user makes a new document based on this template, it should automatically determine where this user is in the Active Directory (using ADSI, to determine the user Initials, Surname and location. Our OU's have the name of the departement the ...
|
| Removing hyperlinks | 09 Sep 2005 00:12 GMT | 4 |
I have a number of documents with tons of hypelinks that no longer are valid. Is there a way to progromatically search thru the document and remove the links? The text is ok to stay but removing the links and color would be great! Thanks!
|
| set variable to get back to the place I started in the document | 08 Sep 2005 20:52 GMT | 2 |
The user selects a piece of text and clicks my macro button the code: Sub TextToFieldClear() Dim strSelection As String Dim intStringLenth As Integer
|
| Bug? {Nested {ADDIN} field} .Data scrambled! | 08 Sep 2005 18:56 GMT | 4 |
I use Word 2002, and was refering to point #3 of: http://word.mvps.org/FAQs/TblsFldsFms/UsingMacroButton.htm I was trying to use the {Addin} field inside another field such as: {REF BookmarkName {ADDIN}}
|
| Create a double field through VBA | 08 Sep 2005 15:36 GMT | 2 |
I am trying to create a field code that looks like this: {Macrobutton NoMacro {Quote "Insert Number" \* CharFormat}} but if I just add the text the second Quote is just the text that is added to the field. so I attempted to create a double field creation
|
| How to wrap a image which is call from excel? Disable Object | 08 Sep 2005 14:00 GMT | 3 |
Need help. My image will call out from excel file then post it to the header of document. The image is sit inside header Frame and table. How to wrap it using vba? I'm trying Application.Options.PrintDrawingObjects
|
| A quick way to select several cells in a table | 08 Sep 2005 11:36 GMT | 4 |
I know that I can select one cell in a column by using something like... activedocument.Tables(1).Columns(2).Cells(2).Select ...but is there a way to select several cells in a column, something
|
| AutoOpen Footer Updates | 08 Sep 2005 11:28 GMT | 3 |
Hi I have a template that is set up with headers/footers, different first page. I use the following macro to update the filename field within the footer/s. Sub AutoOpen()
|
| menu don't show in global template | 08 Sep 2005 07:21 GMT | 2 |
I've made a custom menu in a global template. If I point to the template (Tools, Options, File Locations, Startup) on my c-drive it works just fine. But if I point to it on a network drive the menu doesn't show! Any thoughts? /e
|
| List and ComboBoxes | 08 Sep 2005 02:59 GMT | 2 |
I went through the basic UserForm tutorial on the Word MVP site. (Extremely helpful!!). I wanted to use a listbox to have users chose 'Mr., Mrs., Ms' in the form. I don't know about arrays and all that. What is the simplest way to populate the list with these unchanging choices.
|
| how to use the field code hidden to hide a bookmark. | 08 Sep 2005 00:15 GMT | 1 |
I simply want a field code to slect a bookmark and then hide it. I can do this partially by going to Insert -> Field -> GOTOBUTTON then enter the name of my bookmark and behind it a trigger word. When the trigger word is clicked, the field code selects my bookmark, but then i ...
|