| Thread | Last Post | Replies |
|
| Odd result when accessing status of primary footer | 26 Apr 2007 18:56 GMT | 2 |
I am using word 2003 and the interop layer in .net. When I ask for the true/false value of the "LinkToPrevious" property of the primaryfooter in a section, a blank header is added. Does anyone have any idea what could be causing this
|
| FolderDialog problem | 26 Apr 2007 14:45 GMT | 1 |
I'm using FolderDialog funciton in my vba It'll pop up a very nice explorer and let u choose the folder that u want, then return the file path. The thing is, it work in my computer, however, when my friends test it on
|
| Word 2007 invoke Error in C# | 26 Apr 2007 14:45 GMT | 1 |
I am doing word automation. I need to search the document for certain text and replace it with other words, however, it fails. Here is my code : class WdDocument : Microsoft.Office.Interop.Word.ApplicationClass {
|
| filesearch is now hidden in vba2007 , what cmd should i use | 26 Apr 2007 14:45 GMT | 1 |
in word 2007 the command filesearch is now hidden and is no longer compatible with the vista platform. What command should I use that would have the same functions and options such as 'search subfolders'? And do you have any idea why they would do away with a command that was ...
|
| Interactive Training, it interferes with mail mege | 26 Apr 2007 14:45 GMT | 1 |
How do I get rid of Interactive Training, it interferes with mail merge in Word.
|
| Problem with AutoOpen macro running from an attached template | 26 Apr 2007 14:45 GMT | 1 |
I have a lot of documents that are customized by code every time they are opened. For convenience's sake, I have written all of the code in one template--let's call it "master code.dotm"--and saved the template. It includes Public Sub AutoOpen. For each of my documents that need ...
|
| Word 2007 Content Control that shows partial text until selected? | 26 Apr 2007 14:45 GMT | 1 |
I work for a publisher, and we're just beginning to look at content controls in Word 2007, and I'm not sure what's possible and what isn't. Ideally, we'd like to create a content control for a glossary term (in a textbook). The author would type in the glossary term and also the
|
| programming a document to understand if there are several pages | 26 Apr 2007 12:39 GMT | 1 |
Is there a way to program a document through a button on the document so it can determine if there is more then one page to print out? I have a templete with a button on it that when clicked it formats the current page and any attached documents and prints them. But on certain ...
|
| How to determine what a custom toolbar button executes? | 26 Apr 2007 10:31 GMT | 5 |
Is it possible to determine what a custom toolbar button will execute? Thanks.
|
| Code for undo | 26 Apr 2007 09:27 GMT | 5 |
Could anyone tell me what the code would be for undo. I can only record macros and put in bits of code that I know. I want a macro to copy selected text change it to upper case so that I can switch documents and paste, but I want the text I have changed to upper case to revert ...
|
| Same text in cells | 26 Apr 2007 06:47 GMT | 4 |
I am doing a business card template so most text repeats itself. The back side of the card template has 8 cells with exactly the same text to be entered. At the moment I am repeating each code of text for each cell, just changing the cell reference. This works but it is slow.
|
| Word 2007 inlineshape scalewidth property always returns 0 | 25 Apr 2007 22:16 GMT | 1 |
I have some macros to add and adjust images to word documents. The problem is that I want to scale picture by using percentage values, but if I'm trying to check the current value of scalewidth or scaleheight in Word 2007, the property always returns 0. The same
|
| Option buttons on userform | 25 Apr 2007 22:06 GMT | 2 |
I am using word 97. I have 3 option buttons on a userform in a frame. I need some code to ensure that one of these option buttons is highlighted, and if not does not let the user move forward to the nest stage when they press the 'ok' button
|
| How to limit number of uses of Word doc. | 25 Apr 2007 21:43 GMT | 3 |
I have written a customized report template in Word 2003 and would like to offer to other users. I would like to limit the number of reports the other users can create before they pay me for the template. This is not a sophisticated program but is has a good deal of formatting,
|
| Problem with table text with formatting | 25 Apr 2007 20:51 GMT | 2 |
I have this code: Dim myRg As Range Set myRg = _ ActiveDocument.Tables(1).Cell(Row:=4, Column:=2).Range
|