| Thread | Last Post | Replies |
|
| Word Form help | 31 Jul 2006 10:33 GMT | 1 |
I use Word to create user guides and I use DOCPROPERTY fields to store changeable information. I have a user form that appears on open and what I want is a text box on the form to display one of the DOCPROPERTY values. The user can then accept the
|
| Page Breaks | 31 Jul 2006 10:33 GMT | 1 |
Hi - not sure what has been changes on my setup but for some reason the automatic page breaks Word inserts when you near the bottom of a page do not work and the text does not move onto new page but just becomes invisible. I have to actually create a page break manually.
|
| Autoclose | 31 Jul 2006 09:29 GMT | 3 |
Sub Autoclose() On Error Resume Next Application.CommandBars("Menu Bar").Controls("&Company").Delete
|
| Question about template | 31 Jul 2006 09:06 GMT | 1 |
I've tried to attach my custom template to the existing document. My purpose is to apply the the header and footer of my custom template in my existing document. I use
|
| Interop.Word.Paragraph.Style Question | 31 Jul 2006 08:46 GMT | 2 |
I'm using Interop.Word in order to retrieve all paragraph styles of a word document. However, once I use the code such as: "object style = document.Paragraphs[i].Style;" The Visual Studio compiler display:
|
| How can I insert the default Outlook signature into a document? | 31 Jul 2006 00:16 GMT | 5 |
Each of my users has a default signature set up in Outlook. I'd like to be able to pull this signature into a Word document. I know that there is a link between the two apps (after all, you can use Word as your email editor), is this link accessible from VBA or will I need to
|
| Paragraps range Question. | 30 Jul 2006 22:40 GMT | 1 |
I'm trying to collapse and expand a range of paragraphs in my word document programmatically using c#. My purpose is the user can click a button then a range of paragraphs collapse or expand as same as the function provides in outline view.
|
| Formatting column width | 30 Jul 2006 19:09 GMT | 1 |
I have a table with 3 columns and 9 rows. Several of the columns need to have different widths within the table. For instance: Rows 1-3: col 1: 3, col2: .5, col3: 1.5 Rows 4-6: col 1: 2, col2: 2, col3: 1
|
| ole embedded object extraction | 30 Jul 2006 17:55 GMT | 2 |
I want to compare 2 ole embedded objects and need to figure out how to extract them (as binary) All I need to determine is if they differ. I don't think extracting them and placing them in another container
|
| How do I use my laptop with out a mouse from the start? | 30 Jul 2006 11:27 GMT | 2 |
Please advise on what to do with a laptop when there is no mouse and you just turned the computer on. How do I get to the programs?
|
| Automating Display of FOUO | 29 Jul 2006 22:54 GMT | 8 |
I once queried this NG for advice on how to automatically have Word display the words "For Official Use Only" in the footer of the document whenever the "Official" style was used. The Word MVP who helped recommended inserting a "field construction" with the following expression: ...
|
| Getting it all out of word. | 29 Jul 2006 22:39 GMT | 1 |
I am wanting to write a converter to convert a word document to an ActiveReport. To do this I need to get everything out of a word document. For example TABLES: I need to get position, columns, rows and size of table
|
| Custom button images and toolbars in Word 2007 | 29 Jul 2006 21:24 GMT | 4 |
1.) How does one edit the button images in Word 2007. 2.) How does one create custom toolbars in Word 2007. I have a template in Word 2003 with just over 50 macros. They are grouped in four or five custom toolbars. I use these macros for the
|
| File conversion and renaming | 29 Jul 2006 19:45 GMT | 4 |
I am having to convert a number of files from works (.wps) to word (.doc) and want to use the same name as the .wps file with the .doc extension. I am trying to use the following routine: ActiveDocument.SaveAs , , FileFormat:=wdFormatDocument,
|
| How to I obtaining Avery address labels my Word program doesn't ha | 29 Jul 2006 19:14 GMT | 1 |
I have wanted to create and print certain address labels; however, because I had purchased Avery Address Labels which call for template #8252, I discovered within my Word 2003 program that this particular address label is not in the list. #'s 8253 and 8250 are in my program, but ...
|