| Thread | Last Post | Replies |
|
| How to refer to template code from doc? | 28 Apr 2005 18:58 GMT | 6 |
Within my template (a workgroup template: "Workgroup.dot"), I have a module named "Module1" with a sub called "MySub". From the code within the working document ("MyDoc"), I get an error at the following code: ActiveDocument.FormFields(4).ExitMacro = "MySub"
|
| Unlinking a nested hyperlink | 28 Apr 2005 18:54 GMT | 2 |
This problem occurs in WD2000, but not in WD2003. In WD2003, things work perfectly! What I've done is create a hyperlink inside a form field. This allows users to click on the hyperlink even though the form is protected. The field code
|
| How do I eliminate auto text when I open word? | 28 Apr 2005 18:05 GMT | 1 |
I need assistance. When I open a Word document, there is text already printed along with a font size.
|
| Determining Thread Id | 28 Apr 2005 16:58 GMT | 2 |
Ok, so I've got my keyboard hook code working except for one problem, it currently hooks all keystrokes not just the ones destined for Word. It looks like I need to determine the threadId for Word or the currently active document window to create a local hook, however, I can't ...
|
| Code for Insert Section Break, Please Look If you Know VBA | 28 Apr 2005 16:26 GMT | 1 |
I am trying to insert a section break before a certain piece of text. I need to be able to print the first page of a bill to one tray, and the rest to another tray. I have been told taht is accomplished by page/section breaks in different points. Here is the code that i am ...
|
| embed macro on photo to place in Word 2000 document | 28 Apr 2005 15:49 GMT | 1 |
Can this be done? I have a user that does not want to press F9 to recalculate a field in an unprotected form. I cannot protect the form either. Thanks!
|
| problems using listbox. | 28 Apr 2005 14:02 GMT | 1 |
I have put a listbox item on my word document and put the following code in VB : Private Sub Document_Open() ListBox1.AddItem ("item 1"), 0
|
| Using a Class and Intellisense without ActiveX? | 28 Apr 2005 13:38 GMT | 2 |
I´m planning to make a Class with some routines i use a lot in many templates. First i was thinking of making the class in my startup-template and let other templates have a library-reference to it but then a cannot initialize the class using:
|
| Using an ASK Variable in Macro | 28 Apr 2005 12:47 GMT | 2 |
I have a template I have been working on for some time now. I have run into a snag. I am using a combo box with a macro attached that will insert the appopriate file from a specified drive and path when chosen from the drop down. This uses the INCLUDETEXT field.
|
| turn off auto correct setting programmatically | 28 Apr 2005 12:47 GMT | 1 |
how do I turn off the "CorrectKeyboardSetting" in autocorrect programmatically? In microsoft word, this property is under Tools > Autocorrect Options, then go to the Autoformat tab and uncheck "*Bold* and _italic_ with real formatting".
|
| Word Forms: text field as number | 28 Apr 2005 12:10 GMT | 2 |
I define a text field into a form as "number" but when filling the form Word lets me enter letters into the field. How can I avoid that?. Carlos.
|
| Protect section of document | 28 Apr 2005 10:15 GMT | 1 |
Some advise on how to achieve the following would be appreciated please. Using Access 2002 and Word 2002 we are using vba code to automate a merge between access to a word. On the access fields are bookmarked in the word doc & merge is working fine.
|
| Table inside textbox | 28 Apr 2005 09:22 GMT | 1 |
I need to open a word document and read a multi column table and translate it into a table. My problem is that the type of document I want to read stores a table inside a textbox (an ordinary Word textbox, no Active-x). The text
|
| change the default directory of Clipart. | 28 Apr 2005 09:14 GMT | 5 |
I want to change the default directory of Clipart. I know there is no such built-in feature in Office XP. Is there a way to realise it with VB thanks for replay
|
| Get value from a field in a word document | 28 Apr 2005 08:48 GMT | 4 |
I have a question about a Word template. When a user create a new document from the template the user have to input values into textboxes in a userform. These values are saved in documentproperties (CustomDocumentProperties) and they are also inserted into different fields
|