| Thread | Last Post | Replies |
|
| checkbox clicked to insert text | 08 Feb 2004 13:35 GMT | 6 |
I have just found this usegroup. I want a checkbox on my userform so that when true, some text (aaaa) is inserted at a bookmark and if not other text is inserted(bbb) Does anyone know this simple code.
|
| performing calculations in the table | 08 Feb 2004 09:42 GMT | 2 |
I am creating a form template with a table where user is going to enter values into form number fields. I want to calculate sum for each row. It is working if I use Calculation field, but it displays 0 when there are not
|
| where are button images (faceid) stored in word? | 07 Feb 2004 23:15 GMT | 2 |
on the mvp.org website there is mention of 1707 button images stored in word. When i click the change button image option on the customize dialog, i see a pallett of about 15 button images. What am i missing? thks BRC
|
| where are faceid's stored | 07 Feb 2004 22:30 GMT | 1 |
On the mvp.org there is an article that mentions 1707 button images built into word. when i click the "change image button" option i see a pallet of maybe 15 images. what am i missing ? thanks
|
| How to change cursor appearance | 07 Feb 2004 22:28 GMT | 3 |
If you click in a table cell in Word you get a thin vertical line showing the insertion point. Can the appearance of this insertion point cursor be changed via vba or through some Word setting.
|
| font changes during maco | 07 Feb 2004 20:15 GMT | 2 |
I have a macro that types the caption to a letter using the following method: Selection.TypeText "Customer: " & vbTab & custname Selection.TypeParagraph
|
| Radio Button Array | 07 Feb 2004 14:03 GMT | 4 |
Okay, I'm stumped again. In the old WordBasic version (which I'm used to) a group of radio buttons was a group of buttons and could be referred to by a group name. How do I do this on a form? I've got a grouping (several actually) of radio buttons for department names on a ...
|
| VB Keyboard in Word 97 | 07 Feb 2004 12:20 GMT | 1 |
I'm a FORTRAN programmer at heart, so I'm a bit perplexed and newbis about VB syntax. My project is to create a userform that is a keyboard for extende latin characters, to prevent me having to rememeber a hundred alt+xxx
|
| Templates that print themselves to 2 printers on one print | 07 Feb 2004 11:58 GMT | 1 |
Bit of backgroud firs I launch Word through VC++ using the API, open a document based on a .dot template, I then update fields in the document from my database then print the document. Proble Users, being users, want an enhancement that prints the document twice, the 1st document ...
|
| Attaching Documents to your Template | 07 Feb 2004 11:58 GMT | 2 |
Ok part one is done - I can create a Cover letter... now for part two... I want to add a few checkboxs (to my form) - so when one of these are "checked" it "attaches" a document to the end of the cover letter
|
| How "launch upon opening" document | 07 Feb 2004 07:53 GMT | 4 |
Am using WordXP. Created a simple document template for business letterhead and used macro recorder to drop down a few spaces excecute a few clicked commands. How can I get this macro to trigger itself and run every time upon opening
|
| Can't reach code from global template | 07 Feb 2004 07:23 GMT | 4 |
I have trouble reaching the code in a global template. I get the code to execute but then I get an error. When I use the file test.dot to create a new dokument the message box appears as it should but when I tries to close it via the Ok button I get an error message: [error]
|
| Remove bulk from macro if possible | 07 Feb 2004 04:40 GMT | 30 |
I've constructed a form that the user can add rows to a table if more are needed. The macro unlocks the form, goes to a bookmark and adds another row and then form text fields are added to each of 8 columns, the form is relocked and the cursor sits at the beginning of the row at
|
| Macro that delete section breaks in a document | 07 Feb 2004 03:02 GMT | 3 |
I'd like to write a macro that deletes all the section breaks in opened document Any help would be appreciated thanks
|
| What is "assign macro to" | 07 Feb 2004 02:42 GMT | 5 |
Am using WordXP. Want to create simpled, recorded macros 1) In the macro recorder, what are the two large buttons for: "Assign macro to" [Toolbars] [Keyboard] 2) What happens if I don't select either one?
|