| Thread | Last Post | Replies |
|
| Reordering the footnotes | 27 Nov 2004 00:57 GMT | 2 |
I would like to re-order the footnotes in a document so that they are continous. The way I read a footnote number is by doing: a=footnotes(1).index. I can easily find out if they are numbered continuously but I am not sure how to change the numbers if they aren't. Any
|
| Adding item to undo comboBoxControl | 26 Nov 2004 23:40 GMT | 1 |
Hi, Im tring to add an item to the undo combo control but im always getting an unknown error using the:
|
| Tabs in Tables | 26 Nov 2004 23:35 GMT | 1 |
How do I put dotted leaders in my information in a table. (Like the leaders you can use with tabs). I'd like this same look, only I want the data to be in a table for ease of entry
|
| wdFindStop doesn't stop in Range.Find procedure | 26 Nov 2004 20:06 GMT | 4 |
The only text in my document is : <ABCDE><FGHIJK>lmno<PQRSTU><VWXYZ> The purpose of this function is to get only the XML tags of the selection.
|
| IF BLANK Macro Question | 26 Nov 2004 19:23 GMT | 5 |
I have a Macro that runs in MS-Word. I need to find out if a document that a user is referencing/opening/using is BLANK. If the Document is BLANK notify the user with a message.
|
| IF BLANK (MACRO) | 26 Nov 2004 15:31 GMT | 2 |
I have a Macro that runs in MS-Word. I need to find out if a document that a user is referencing/opening/using is BLANK. If the Document is BLANK notify the user with a message.
|
| Is there any such thing as a custom Word property? | 26 Nov 2004 15:30 GMT | 1 |
I have a template that connects to a database in order to produce and automated quote. The user is likely to print the finished quote and then request another. Because of this I need to store their username and password
|
| onaction calls macro in second document | 26 Nov 2004 12:28 GMT | 1 |
I have document (A) which contains some macros. In another document (B) I am dynamically creating a CommandBarButton using VBAs AutoOpen procedure. The buttons OnAction property should now call a macro from the document A. But even if both documents are open, the macros in A
|
| Find special text | 26 Nov 2004 09:53 GMT | 2 |
I am looking for a loop that provides all text segments of a document which follow a special condition (for example Font = Arial). These segment must be manipulated in some way. The manipulation is not the problem, but the syntax of the loop.
|
| Binding macros? | 26 Nov 2004 09:48 GMT | 4 |
We're trying to troubleshoot some strange behaviour caused by third party add ins and have a general question about good coding practice -- whether tis best to use built-in Word functions or to acheive the same functionality by binding objects to command bar controls and then ...
|
| Dynamic form | 26 Nov 2004 09:42 GMT | 1 |
I am working in Word 2000 VBA. I am developing a dynamic form that hides or makes visible controls based upon the text entered in a text box. I am using an Exit event on a text box. The problem is that
|
| Setting Command Button in Word Document | 26 Nov 2004 09:42 GMT | 1 |
I have a Word document which I wish to have close and open an Access Database form. This is the code I have put cmdAccess1 Click which shows under Project(Viable) Microsoft Word Objects:
|
| Global Template | 26 Nov 2004 09:42 GMT | 1 |
I made a couple of global templates so I can use different toolbars that can be shared. I copied particular macros that went with the toolbars from the Normal template to these templates; but there is one particular template "Styles.dot," where I cannot see the macros when I go ...
|
| Launching "standard text" Outlook mail from within Word? | 26 Nov 2004 09:37 GMT | 1 |
I posted this Q to the Word group, and was advised to post it in an Outlook group, with a cross-post to a Word vba group.......... I want to set up hyperlinks in a Word doc that will allow users to mail my department back with various alternative Outlook e-mail texts. Inserting a
|
| Incorporating 2 macros into 1 please | 26 Nov 2004 05:31 GMT | 4 |
Hello from Steved Dim i As Long, myrange As Range, j As Long For i = 1 To ActiveDocument.Paragraphs.Count j = InStr(ActiveDocument.Paragraphs(i).Range.Text, "=")
|