| Thread | Last Post | Replies |
|
| limit to (Text) arg in TypeText() method? | 27 Feb 2007 05:15 GMT | 4 |
I notice that when I record a new macro from Word (Tools | Macro | Record New Macro) and the macro includes a lot of straight text typing, the resultant code consists of many separate TypeText() statements, each with its (Text) argument consisting of 60 or so characters. Why ...
|
| Method KeepWithNext has failed error message when used with Excel | 27 Feb 2007 01:29 GMT | 1 |
I use automation to program a word report from excel vba. When I write the following lines, I got the error msg Method _ParagraphFormat has failed. It works 99% of the time. I don't know why it gives this error message sometimes. Set oRange = docWord.Paragraphs(i).Range
|
| Print Specific Pages | 26 Feb 2007 21:18 GMT | 1 |
We have all of our printers set up to print to duplex printing. I am trying to set up a macro so that when a user wants to print a current page, it will print the current page and next page if the current page is an odd number or the previous page and the current page if the ...
|
| Word macro help- formatting and printing | 26 Feb 2007 21:16 GMT | 2 |
I'm trying to create a simple formatting and printing macro, but am having some trouble. I want the following to happen when the macro is run: Select All Font size to 8
|
| Why word files with some VBA code get bigger and bigger over time? | 26 Feb 2007 19:53 GMT | 7 |
I have a macrobbok with over 50 procedures somewhere in our network and users use it to create standard documents. when they create a document using the macrobook they save it somewhere in the network and next time they need the document they just modify some minor data or charts ...
|
| Identifying parent TextBox for an InlineShape in Word | 26 Feb 2007 17:31 GMT | 2 |
I've got a VBA macro that performs actions on various InlineShape objects in a Word document. I want to be able to determine whether or not a particular InlineShape object is embedded inside a TextBox, but I can't see anything in the object model that could help me do this.
|
| Command Not Available error | 26 Feb 2007 17:31 GMT | 4 |
I have some macro code that in part created a new section then unlinks the section's footers from the previous section. I have one person who is using it that is getting a Command Not Available error message.
|
| Why does .extendmode not stay True at end of VBA Sub? | 26 Feb 2007 16:04 GMT | 3 |
If .extendmode is True when I enter a VBA Sub, it is always set to False sometime between the final End Sub and control being returned to Word. Here is an example: Public Sub MoveForward4()
|
| Deleting text formatted with a certain paragraph style including the paragraph mark | 26 Feb 2007 06:46 GMT | 2 |
I would like to delete all text occurrences formatted with a specific custom paragraph style including the paragraph mark. I am not sure how to achieve this. Help is appreciated. Thank you very much in advance. Regards,
|
| word de yazı tipleri görünmüyor | 26 Feb 2007 03:25 GMT | 2 |
word de yazı tipleri görünmüyor.sadece 2 yada 3 yazı tipi görünüyor.
|
| Finding Bookmark in Header | 26 Feb 2007 03:18 GMT | 7 |
I have the following macro that should delete a graphic in a header that I have marked with a bookmark: Sub NoELtr() Selection.HomeKey Unit:=wdStory
|
| Combobox Columnheads | 26 Feb 2007 02:48 GMT | 1 |
I seem to remember that the Columnheads option for comboboxes and listboxes didn't work in early versions of Word. I am using W2003 and it still doesn't seem to work. Is it still on Mr Gates' 'to do' list, or am I missing something?
|
| Msgbox help | 25 Feb 2007 22:45 GMT | 4 |
In my document form I have a command button that pastes information into my form. How would I add to my existing macro that if “c:\TempA.doc” does not exist it would give a message that the file does not exist and then it returns to the open form. Right now if “c:\TempA.doc” does ...
|
| ComAddin sample ribbon problem with Word 2007 | 25 Feb 2007 19:53 GMT | 1 |
I am studying how to develop COM addins using unmanaged C++, and the ComAddin sample provided in KB230689 is a good start. (It just puts a button in a toolbar.) It's working with Word and Excel 2003, and with Excel 2007. But with
|
| Picking up info from completed mail merge document | 25 Feb 2007 19:33 GMT | 2 |
When I do a mail merge, I merge to a separate document and save that doc. Is there any way I can add a macro that picks up the second line of the address and could put the info in a table in a new page at the top of the doc? I was wondering if I could "mark" the info to be picked ...
|