| Thread | Last Post | Replies |
|
| Require a checkbox | 12 Jun 2008 02:29 GMT | 4 |
Hello, I need to make a checkbox to require a check before my form can be submitted. I have the basic part down, but after the message box is clicked, my form populates the document anyway. How do I get the message box to go away and return to the form?
|
| Word macro - pause | 12 Jun 2008 02:08 GMT | 1 |
How do I get a macro to pause and wait for keyboard input and then to resume?
|
| line breaks | 12 Jun 2008 00:44 GMT | 3 |
how do i keep a date or name together at the end of a line in the body of a letter? In WordPerfect it is just Control Space.
|
| How to limit munber of characters in TextBox? | 11 Jun 2008 21:18 GMT | 3 |
could somebody help me with limiting number of characters to be possible type into the userform text box please? I would like to limit max two characters to be typed and coursor should go to nwext text box.
|
| Tab key problem in a protected document containing a VB control | 11 Jun 2008 20:30 GMT | 3 |
Steps to reproduce the problem: 1) Create a document with protected and non-protected sections 2) Create a table in a non-protected section. 3) Protect the document. Note that the tab key advances the cursor to the
|
| hiding tables | 11 Jun 2008 18:15 GMT | 2 |
I have a form upon where I need to hide form fields and text if another field is populated. I have done this with paragraphs and works great, however in this form the fields and text are inside tables so the paragraph does not work.
|
| Moving cursor | 11 Jun 2008 18:07 GMT | 3 |
I'm just starting to learn VBA and am having problems moving the cursor. I have the following code: Private Sub txtInterviewDate_AfterUpdate() If txtInterviewDate.Value < txtGBStartDate Then
|
| Line and page number | 11 Jun 2008 17:49 GMT | 3 |
How do i find the line and page number using a macro?
 Signature Rich... http://www.jadwizracing.co.uk
|
| Line and page number | 11 Jun 2008 17:15 GMT | 1 |
How do i find the line and page number using a macro?
 Signature Rich... http://www.jadwizracing.co.uk
|
| Lost Bookmarks when mail merging | 11 Jun 2008 17:15 GMT | 3 |
I have the following code that creates a mail merge final document and names it then allows the user to edit the remaining document. This all works fine but I have added dookmarks to the template to use for selection of text but these bookmarks are missing. Where have I gone ...
|
| Underscores and TextBoxes | 11 Jun 2008 17:07 GMT | 1 |
Please help and much thanks in advance for any and all suggestions ... I would like to create a form using Word 2002 SP3 to do the following:
> Allow for use offline by printing and filling in data by hand with a pen on lines (such as dates, signatures, etc.) |
| Formatting with InsertFile | 11 Jun 2008 16:47 GMT | 4 |
I'm trying to combine two word documents into a single file using the InsertFile method and it seems to be working pretty well, except for the formatting in the final document. The individual word docs that need to be combined are styled using a
|
| Return Values of Application.Dialogs(wdDialogFormatDefineStyleFont)? | 11 Jun 2008 10:13 GMT | 5 |
I made an macro that opens the "format -> Characters" dialog "wdDialogFormatDefineStyleFont". See below. Unfortunately, I haven't figured out how the receive the return values such as style, font, color, ... my aim is to format a text field of a
|
| Publisher overrides Word in default | 11 Jun 2008 09:27 GMT | 1 |
Whenever I try to open a word document from an email or from the start menu, Publisher opens and tries to convert the document to publisher. The only way I can open a word document with Word is to right click on the document and select open with.... word.
|
| Modify a text box into a chart | 11 Jun 2008 09:27 GMT | 1 |
I'm wondering if there a way to modify a text box inside a chart ? 1)When I loop on the text box of the ActiveDocument (Dim sh As Word.Shape, For Each sh In ThisDocument.Shapes, Debug.Print sh.Name), the text box inside the word chart is not include.
|