| Thread | Last Post | Replies |
|
| Selecting Bookmark objects | 19 Feb 2007 18:53 GMT | 3 |
I created a basic seating chart for our company employees by placing a layout of our office in the background (header) of a Word document. Using the Drawing toolbar, I used a rounded rectangle object (with no fill or line) over each employee's location (not in the header, but ...
|
| Change the behavior of "Save Frame As"? | 19 Feb 2007 17:28 GMT | 2 |
Office 2003: We have a system whereby sales engineers create spec. sheet by filling out the left frame in a read-only two-frame document (the right frame containing instructions) then using RightClick/Save Frame As to save the resulting spec.
|
| Updating word document using a new template | 19 Feb 2007 17:17 GMT | 1 |
I have a lot of documents without header. Now we are supposed to use a new template with a header and a standard signature at the end of the document. How can I proceed to update my old documents using my new template? Is there an easy way to do it or do I need to open each of ...
|
| VBA Help file for Word 2003 | 19 Feb 2007 17:14 GMT | 1 |
Hi, in word 97 I was able to find the vba help file so that I could pop it onto a usb pen and copy it onto a friends PC that hadn't got them installed. But I cant find the vba help file on Word 2003? Does anyone know where it is stored as I want to be able to take it to work as ...
|
| Loop through document | 19 Feb 2007 16:35 GMT | 1 |
I have a document that I would like to do the following until there are no more pages to perform this action: Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext, Count:=2 Selection.MoveDown Unit:=wdLine, Count:=10, Extend:=wdExtend
|
| wdDialogInsertCrossReference ????????????????? | 19 Feb 2007 16:34 GMT | 1 |
The following macro.... Sub Test() With Dialogs(wdDialogInsertCrossReference) .ReferenceType = "Heading"
|
| How do you get spell checker to work in a Word form? | 19 Feb 2007 15:12 GMT | 1 |
How do you get spell checker to work in a Word form? When I create the form spell checker will no longer work within the fields. It will work outside of the field if I unlock the sheet and type anywhere on the page. I would like my user filling out the form to have the ...
|
| Sorting paragraphs: is there a length limit? | 19 Feb 2007 13:51 GMT | 5 |
Hi, I'm trying to get a Word 2003 macro to sort the paragraphs in a Word document, using ActiveDocument.Content.Sort but it doesn't work when the difference between two paragraphs occurs late
|
| Creating a function | 19 Feb 2007 13:29 GMT | 3 |
I have a load of forms which are essentially Identical and contain 5 textboxes. In my code I then make use of the values held in the textboxes along with some other standard code:
|
| Passing a file name to PDF Printer | 19 Feb 2007 11:20 GMT | 9 |
I'm trying to write a macro in Word 2003 that will print individual PDF files for each record in a mail merge, with the file name being sourced from a field in the data source. I can capture the value OK (checked via a temporary MsgBox) but I'm having no success in trying to ...
|
| Is the Open Document a Template | 19 Feb 2007 09:16 GMT | 2 |
I need to display a custom ribbon only if the user is creating a template. How do I know if the Active Document is a template (need to know for Word 2003 and 2007) ?
|
| SpellCheck Macro | 19 Feb 2007 06:59 GMT | 8 |
Created a template, followed precisely the Rado,Coan,Zeelenberg,Monk and Whitfield six page instructions for creating the SpellCheck Macro. Then followed your instructions to Gordon for adding the SpellCheck Button to the toolbar in place of the old one.
|
| Finding out which page number you are on | 19 Feb 2007 04:50 GMT | 1 |
Is there VBA code to extract what page number the code is currently at in the document. I need to do some coding that will put an extra page break (and thus blank page) if the page is currently an even number.
|
| Help Converting WordBasic Code to VBA | 18 Feb 2007 12:00 GMT | 4 |
I have the following wordbasic (word 97) code that I needed to convert to VBA or (VB.NET). Basically, this code combines all documents in a folder as a master document in order to print it. Any help on
|
| When opening Word, how can template also opens the Apply Styles | 18 Feb 2007 11:37 GMT | 3 |
This is for Word 2007. I have a custom template and want the Apply Styles window to open when launching Word - can this be done through any settings in Word or is this something that can be done progmatically?
|