| Thread | Last Post | Replies |
|
| Creating a Microsoft Word 2000 Wizard | 10 Jun 2008 07:41 GMT | 1 |
Due to my zero programming experience, I am having trouble creating a wizard in Microsoft Word. My idea is that when this file is opened, the wizards asks the questions indicated by [CAPITAL LETTERS] in the template I created while the date on
|
| UserForm Validation Message | 09 Jun 2008 22:44 GMT | 6 |
I have a UserForm to collect some information. When the user clicks OK, I want it to check to see if certain fields contain a value. If not, return a message with what needs to be completed and then back to the userform. I have the following code working (which probably isn't ...
|
| Identifying a Table in Word | 09 Jun 2008 22:21 GMT | 5 |
I have a Useform gathering info and placing it into FormFields in my document. I have a table (2 col and 4 row) that holds eight of the many formfields (txtCt1 through 8). What I am trying to do do is delete rows if not needed. Here is the code
|
| How to Open All Documents in "ONE PAGE" View? | 09 Jun 2008 21:43 GMT | 2 |
How can I change the following code in my normal.dotm, to make each new document open in "ONE PAGE" view . . instead of the present 100% view? Sub AutoNew() ActiveWindow.View.Type = 3
|
| How to do copy-and-paste easily between a userform and a blank Word document? | 09 Jun 2008 21:33 GMT | 5 |
I have created a userform which takes input of information. When I move the mouse out of the userform and click on another Word document to copy some information, it forbids me to do so. I can't copy any information on that Word document which I want to paste to
|
| First line in a cell | 09 Jun 2008 20:44 GMT | 6 |
How can I get the first line of text from a cell of a table. Regards D
|
| Setting the Vertical Position on an Image | 09 Jun 2008 10:12 GMT | 4 |
I am trying to write some code that will insert an image and position it at: Horizontal Position: 2.6 mm to the right of the column Vertical Position: 0mm below the paragraph Move with Text = Yes
|
| Hyperlinked page numbers in generated index | 09 Jun 2008 08:19 GMT | 1 |
Greetings, all. I'm looking for a VBA macro that will hyperlink the page numbers (or entries) in a generated index back to the XE fields from which they're generated. I'd be grateful for any help you can give.
|
| Loading of database in Userform_initialize subroutine | 09 Jun 2008 06:47 GMT | 2 |
I load a range of data into a listbox from a named ranged in an excel spreadsheet by modifying the code in this link: http://word.mvps.org/FAQs/InterDev/XLToWordWithDAO.htm So, my modified code is:
|
| How to move into other sections exception first section? | 08 Jun 2008 21:06 GMT | 3 |
Hello. There is one document that include some sections. I need to move into the start of every sections (except the first section) and insert some field thereto. I need to make the round all existing sections except first section. How I can do it?
|
| Missing tool bar when creating new document | 08 Jun 2008 13:48 GMT | 1 |
I am using the following to create a new Word document, where TemplatePath is the .dot file. It works but the menu bar and tool bar is missing. ApplicationClass app = new ApplicationClass();
|
| 2007 Autotext in Footer? Or Footer Building Blocks? | 08 Jun 2008 13:48 GMT | 1 |
In our fax template (and many others), I prompt the user with a dialog box for information including which office they are in (different addresses). Then I populate the document with information they entered in the dialog box. Based on which office they selected, I set up the ...
|
| How do I select all text and change the text color with c#? | 08 Jun 2008 13:48 GMT | 2 |
I want to select all the text in the documet and change it color before I save the document. How to do that? Thank you for your replying.
|
| Programatically extract selected data (and structure) | 08 Jun 2008 13:48 GMT | 1 |
Perhaps I'm in the wrong newsgroup...but hopefully someone can instruct me. I have an XML file with the overall hierarchy looking like: Record AccountInfo
|
| How to arrange the tables so that...? | 08 Jun 2008 13:47 GMT | 3 |
I have 10 tables arranged like this: table 1 table 2 .
|