| Thread | Last Post | Replies |
|
| Automating Table Of Contents - MailMerge (Word 2003) | 16 Nov 2006 10:36 GMT | 1 |
I am using Microsoft Word 2003, and i am performing various mail merge activities on an existing .dot file using C#. And after is insert files using c# code, i need to update the existing Table Of Contents which is present in the Template.
|
| Create Table in Word | 16 Nov 2006 09:23 GMT | 3 |
Hi, I'm trying to create a table in word that uses user input boxes. What I want, when the macro is run, an inputbox pops up asking for info from the user and then returns that information into the table. Then moves right to the next cell and does the same thing. There are 5
|
| adjust width property drop-down form field microsoft word | 16 Nov 2006 07:08 GMT | 2 |
I am creating a form in Word using form fields. I need the width of a drop-down form field to be wider, but don't see a way to make that happen. Is it possible? How? thanks!
|
| Printer Duplex | 16 Nov 2006 05:47 GMT | 3 |
This code works fine if you have Admin rights, otherwise I cann't acces the current (network) printer. Please any suggestions? Thanks! /Senad "Controlling the Printer from Word VBA Part 2: Using VBA to control Duplex, Color Mode and Print Quality
|
| Code that will delete certain tables in a document, and SUM 3 columns in the remaining Tables | 16 Nov 2006 02:41 GMT | 9 |
What I'd done is this -- I have several forms which allow the user to make selections, and the underlying code locates the data in a separate Word Document and inserts that Row of data into a selected table in Document1 (Active Document). There are numerous Header Fields for the ...
|
| Assigning values in a variable to a form field | 15 Nov 2006 21:37 GMT | 3 |
I have a particular form that goes through occasional revisions and frequently people submit older versions of the form, rather then the newest one. I've written a macro to read in the data from all the form fields on an older form, store that data in variables, open up a new ...
|
| Problem with UserForm in Template | 15 Nov 2006 21:13 GMT | 9 |
I have created a template based on the suggestion at http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm It all goes to plan except when it is executing the code for the button to update the bookmarks on the template. My bookmarks are named as shown in the
|
| Filling Word Table - Rows & Cells | 15 Nov 2006 18:54 GMT | 10 |
I am maintaining a program that does a fair amount of Range.Text assigments in newly created Word Tables and am I trying to speed things up if at all possible. I added a Progress bar and it really highlights that -as the table gets
|
| resize userform | 15 Nov 2006 17:40 GMT | 2 |
does anybody know if in VBA the width of a userform can be resized under the allowed minimum value of ca. 90 twips. That isf for instance possible in visual basic. Thanks a lot
|
| Font Color and Font Dialog Problem | 15 Nov 2006 17:29 GMT | 3 |
I am trying to display the Font dialog and return the font color selected by the User. I get the result back correctly for some colors, but not for others. Here's my test macro. MyFontColor is a static variable and if I run it once, select a color,
|
| save and open documents | 15 Nov 2006 17:24 GMT | 1 |
I'm trying to write a macro that gets data from a spreadsheet and puts it in a word document say mydoc.doc. (I've got this bit sorted ok) Once it has gathered all data from excel, it should save the document with a
|
| Width on floating toolbars? | 15 Nov 2006 17:23 GMT | 1 |
I have a customized floating toolbar that's vertical with various buttons. I'd like to show the name of the toolbar but when I change the width of the buttons they move to the same row (se below). What I want
|
| How can I avoid the Question dialog box? | 15 Nov 2006 16:18 GMT | 5 |
I am developing a macro that uses repeated Search & Replace operations on a selection to tailor the text. In it's current form, execution of the macro requires the user to select Yes or No as an answer to the question "Do you want to search the remainder of the document?" I can ...
|
| Unprotect word file | 15 Nov 2006 15:56 GMT | 2 |
I've forgotten the protection password of my word sheet, please i need unprotecting program urgently. Thanks indeed.
|
| Preventing a Table from spanning multiple pages | 15 Nov 2006 15:28 GMT | 4 |
Is there a way that I can keep a Table (which is inserted into Document1 from another Word document) from spanning multiple pages? For example, with the following code, if Table(8) in Document1 is near the bottom of the page, I need to write some code to check to see if there is ...
|