| Thread | Last Post | Replies |
|
| Unprotect AND (RE)protect fields | 19 May 2005 18:44 GMT | 4 |
I am using this OLE code within Excel: With wrdDoc .Unprotect .FormFields("Texte1").Result = Me.ComboBox1.Value
|
| Can I use a macro to copy Document_New Sub from 1 template to anot | 19 May 2005 16:50 GMT | 2 |
Is there a way to use a macro to copy the Document_New event from 1 template's ThisDocument object to another's? I would like to add the following, PARTICULARLY the CustomizationContext, to the new Template's ThisDocument object:
|
| Does "Close" save changes? | 19 May 2005 15:16 GMT | 8 |
I'm using the following in Word 2000: Set doc = Documents.Open(fName & dName) With doc strDoc = .Content.Text
|
| How do I create an automatic currency update field in Word | 19 May 2005 14:31 GMT | 3 |
I produce property specifications for european properties using Word. I want to be able to enter a value in €'s that is then automatically converted to £'s based upon an exchange rate contained in a field in an external Excel file. Both values need to be displayed in the word ...
|
| Skip footer while spell checking | 19 May 2005 14:20 GMT | 1 |
I have a macro that runs an automatic document spell check at the end. The following line of code executes spell check: ActiveDocument.CheckGrammar I'd like for spell check to skip the document's footer(s). Is there a way
|
| Disable COM Add-in | 19 May 2005 13:38 GMT | 1 |
I have a COM Add-in which works with CommandBars by Enabling and Disabling them. The code works fine. But I am concerned if there is another COM Add-in which does the similar job of enabling and disabling commandbars. So in that case,
|
| Word object model does not recognize '.:' sequence | 19 May 2005 11:30 GMT | 4 |
I am trying to retrieve all the sentences in a particular paragraph. When the sentence contains the sequence '.:' i.e. dot followed by colon, Word skips the preceeding sentence. I am using the following code snippet: for each para in ThisDocument.Paragraphs
|
| cursor position after inserting text before a range | 19 May 2005 10:45 GMT | 1 |
I'm confused about ranges and selections, and I know some of you can straighten me out if you can spare a few minutes. I've got the following code to surround currently selected text with markup: Sub VP_HebrewFor10pt()
|
| auto-text from external files? | 19 May 2005 06:57 GMT | 5 |
We have a typing pool who type the same paragraphs over and over again in our documents. At the moment they use a template with auto-text entries. There are just so many of them though. Is there any way we can use external word files as libraries? So, they would open the ...
|
| Error handling | 19 May 2005 04:12 GMT | 2 |
I have a template that has a user form...one of the options on the user form allows the user to "paste from clipboard". However, if they accidentally click this option without having anything on the clipboard, they get an error. I want them to see a message box instead. So far ...
|
| control-o? | 19 May 2005 02:24 GMT | 1 |
i have a form on which i would like to place a command button that changes the active directory and then opens the file-open box with the list of files in that directory which can be opened. Basically do the same thing as control-o, allowing me to choose a file to be opened "on ...
|
| Read only rows/cells | 19 May 2005 02:24 GMT | 1 |
I have Word 2003 and I want to lock columns and/or cells in a table so that the text in them is protected from being altered. Is it possible to do it programmatically, or the only way is to do it thru the task pane/Protect Document?
|
| Printing some pages single-sided & others duplex in the same docum | 19 May 2005 02:23 GMT | 1 |
Is there any way of printing the last 2 pages of a document as duplex and printing all the preceding pages single-sided?
|
| Disable COM Addins | 19 May 2005 02:23 GMT | 5 |
I have a COM Add-in which works with CommandBars by Enabling and Disabling them. The code works fine. But I am concerned if there is another COM Add-in which does the similar job of enabling and disabling commandbars. So in that case,
|
| DDE Merge field - using OR | 19 May 2005 02:22 GMT | 1 |
I am trying to merge a data field from GoldMine to Word 2003. I would like to display a message based on the State field. I can do the logic if it's one specific state or another but I would like to use the OR logic. The statement below is not working. Could you give me the ...
|