| Thread | Last Post | Replies |
|
| Userform Check Boxes | 21 May 2008 20:08 GMT | 1 |
I have a word 2003 template with several text fields, then two check boxes that are "either or choices" and then numbered 1-9 items, each with a check box on the left and a text box to the right for comments. Any or all of the 1-9 check boxes can be selected at the same time. I ...
|
| Getting to the bottom of a page | 21 May 2008 16:57 GMT | 4 |
I create protected word template forms for my company. Frequently, I have to create a form that adds additional pages. I generally record the process (macro) to determine what I want to happen then go in and clean up the code. The process I use is ctrl end, ctrl enter, which ...
|
| Converting each page of word doc in to an image file | 21 May 2008 14:20 GMT | 4 |
I am using the word application interfaces to create and open a document. Is there a way that I can get the complete contents of each page and convert them to some image files? I mean, page means, the header contents (as is), the document contents and then the footer as is. If I ...
|
| Word 2007 Font.Color fun | 21 May 2008 13:12 GMT | 11 |
Can someone please help me understand what gives with Font.Color values in Word 2007? Recording a macro to see the Font values for Heading 1 style in a new 2007 document, the Color value is:
|
| Userform & checkbox | 21 May 2008 11:33 GMT | 2 |
I have a userform and have added a check box to it. I will have a list of items to be checked/not checked. I have a command button on the form to process the selections. What code do I need to check whether a check box is ticked or not.?
|
| upgraded vba dll to vb.net dll not working with createobject | 21 May 2008 09:16 GMT | 1 |
I am working on a project to upgrade vb6 dlls, which we use in our vba project, to vb.net So I made a sample vb6 activex dll, which has a function that displays a message box.
|
| Test to see if a document is opened for editing by another user before open. | 21 May 2008 09:02 GMT | 1 |
Is there a way I can test to see if a document is opened for editing by another user before I try to open it? I would like to be able to make a call to test if my Documents.Open will be successful and not result in the pop-up "The files is locked
|
| Save Data Only for Forms | 21 May 2008 02:24 GMT | 1 |
I have a large word file that uses over 100 text formfields. When the user opens the Doc file, they are presented with a series of Userforms. They click check-boxes, click option-buttons and enter data in text boxes. At any point they can see the impact of their selections in ...
|
| Automatic response in Word, based on entered data? | 21 May 2008 00:52 GMT | 2 |
I have a table in my document that has 3 columns of data, 2 are entered by the user, and the third column will be automatically filled, based on what was entered in the first 2. For example if the data was "rare" and "insignificant" in the first and second column, then the third ...
|
| Problems running 2003 macros under 2007 macro security | 20 May 2008 23:15 GMT | 2 |
I have a document created in Word 2000 and updated in 2003 with macros set to run on document open. I have just been upgraded to Word 2007. When I first opened the doc, it crashed. I cleaned up all the processes, cleaned up the left-over ~$ormal and such templates, and
|
| Is it possible to add a click event to a Word label? | 20 May 2008 20:51 GMT | 1 |
I am working with Word 2007 and Visual Studio 2008 In Excel I can add a label to the active worksheet and assign code to run if the user clicks on the label (see below). I can use similar code to add a label to a Word document, but I can't see how to add code to run if the user
|
| Inserting docs based on desired order | 20 May 2008 19:45 GMT | 2 |
I've created a basic Word 2003 template with an opening form where users can select any (or all) of four existing Word documents (DocA, DocB, DocC, DocD) they want to insert into a resulting document. They use check boxes to select what docs they want to insert, and can also ...
|
| Problem with protected-form checkbox on single row of table | 20 May 2008 17:41 GMT | 2 |
I have a protected table of two rows with one row headings, the next row contains a checkbox to allow the user to strikeout text in the adjacent cell. The problem is that the cell containing the checkbox doesn't lose its focus to enable the event to be initiated.
|
| ContentControlOnExit | 20 May 2008 16:04 GMT | 2 |
I have some new ContentControls in my Word2007 Document. I can add and change Text with VBA code. But I cannot catch a change in the ControlFields with ContentControlOnExit. Can someone please guide me into the right dircection with some sample lines
|
| how to get the starting TOC for the comment text | 20 May 2008 12:55 GMT | 1 |
All In a word macro, for a given comment, I'd like to find a starting TOC entry (e.g, if the comment is included in a paragraph under section "1.2 Examples", the macro should return 1.2").
|