| Thread | Last Post | Replies |
|
| Global Template - order of reads | 18 Jun 2008 18:19 GMT | 8 |
Group, Details: I have divided autotext entries into two templates, normal.dot includes user autotext entries, each user autotext entry begins with a ".", such as .va,
|
| Autotext - set the 'Look In' drop down to a specific template | 18 Jun 2008 17:08 GMT | 1 |
Is it possible to programmatically set Autotext 'Look in:' drop down field to display autotext from a specific template using VBA? I am using the code below to show the Autotext menu where a user then selects the desired entry, but I am hoping to only show entries from the
|
| How to create two page-numbering in one document? | 18 Jun 2008 14:36 GMT | 4 |
There is Microsoft's article "How to create two page-numbering schemes in one document in Word 2003 and in Word 2002" on the site http://support.microsoft.com/kb/291283/en-us. I try create my macro on basic of it (first method with the field SEQ). But I can't overcome
|
| Applying Font in TA field code | 18 Jun 2008 00:39 GMT | 4 |
I have a method in C# which is trying to change the font from unformatted to either italics or underline in a TA field code. I'm doing: Application.Selection.Range.Font.Italic == 1;
|
| global templates | 17 Jun 2008 21:34 GMT | 1 |
I created a new glaobal template called main.dot. The problem is that although I have deleted the previous main.dot, it will not let me asve this one as a global template. I had to delete the previous one, as it would not let me do any updates to it.
|
| Passing Arrays ByVal or ByRef? | 17 Jun 2008 21:14 GMT | 1 |
As a habit, I normally pass variables to functions "ByVal." But I was wondering if it was faster/better to pass an array "ByRef" even if one wasn't planning to modify its contents? Doesn't "ByVal" create a new array of the same size?
|
| Visual Basic for Apps online tutorial | 17 Jun 2008 20:28 GMT | 1 |
Can anyone tell me where to find a REAL Visual Basic for Apps online tutorial? Everything I'm finding just has links pointing you back and forth from one webpage to another but not actually showing any source code. Also, the VBA I have is version 6.5.1024, which comes up from the ...
|
| Move cursor to the end of a line, insert text, loop through each r | 17 Jun 2008 13:20 GMT | 2 |
MS Office 2003 Hi All I am putting together a macro and I am really stuck on how to get the cursor to move to the end of a line in Word. I have set the cursor to go to the
|
| error messeg upon opening | 17 Jun 2008 13:16 GMT | 1 |
I receive the following message upon opening MS Word: Microsoft Visual BAsic: cannot execute the code in design mode Any ideas?
|
| Adding values | 17 Jun 2008 12:44 GMT | 3 |
How do I add the values of a textbox. I have a User Form with four textboxes: Text1, text2, text3 and text4. text1 can not be greater then the sum of text2, text3 and text4.
|
| If statement on an option group | 17 Jun 2008 12:08 GMT | 6 |
I am just starting to learn VBA and am not sure how to do if statements on option groups if someone can help me. I tried a number of different things but nothing happens. I have a User Form with two option groups. They are:
|
| Disable Customize Toolbar | 17 Jun 2008 03:19 GMT | 2 |
Hi, I want to programmatically disable the "Customize..." whenever I right-click in MS Word 2003? Is that possible? Thanks
|
| Hidden Text Style | 17 Jun 2008 01:14 GMT | 19 |
Hi everyone, I'm after a VBA routine to delete style and its contents: Hide (style name used for hidden text) compatible Word 2003/2007.
|
| Save as dialog box upon opening | 17 Jun 2008 00:09 GMT | 2 |
I want a document to automatically save a copy of itself to the user's desktop immediately upon opening, and before allowing any changes. I've done VBA in Access, but I have had no exposure to the Word programming interface.Does anyone have an idea how to do this?
|
| VBA Word 2003 | 16 Jun 2008 23:30 GMT | 5 |
Here is a macro which splits document, and there are a file permission error. So how can I solve this error. Sub SplitDoc() Dim rng As Range
|