| Thread | Last Post | Replies |
|
| How to conditionally print a picture in Word? | 31 Jan 2008 20:39 GMT | 1 |
I'm looking to apply a condition to the appearance of a picture. Alternatively, maybe I can dynamically format the picture so it does not show based on a condition.
|
| How to delete the "Document Template" value. | 31 Jan 2008 20:36 GMT | 3 |
Is there a way to detect if a given Word (doc) file has an attached "Document template" which I mean under "Document template" section in "Templates" pane (Tools--> Templates and Add-ins". The condition is NOT using VBA macro (ActiveDocument.AttachedTemplate) or
|
| checkbox data to table - empty rows | 31 Jan 2008 19:44 GMT | 3 |
I want to put selected checkboxes' caption names and texbox values into a table containing DocVariable Fields. The problem is, when an item isn't selected, I end up with an empty row. Is there a way to input the selected items in an order that overcomes having
|
| Problem with Form showing on ActiveDocument | 31 Jan 2008 16:43 GMT | 2 |
I have created a template with an autonew macro that shows a form (frm2) for user input. If I fill out the user form and click OK, the info from the form is placed in the document (Document1) in the appropriate bookmark locations. If I leave the Document1 open, and attempt to ...
|
| How to delete page code without text? | 31 Jan 2008 14:29 GMT | 4 |
I have a problem with page code. Somehow the TOC code appeared in my document and I typed and formatted text in it. Then I realized that all my text is a code. Is there any way I can delete the code but save the text and formatting?
|
| Remove Trailing blank spaces in endnotes / footnotes in word docum | 31 Jan 2008 14:17 GMT | 8 |
We are having an issue while processing endnotes/footnotes in a word document to remove any extra spaces (trailing) at the end of each endnote / footnote. We are using following piece of code to replace trailing spaces in the
|
| Insert Typist's Initials | 31 Jan 2008 11:30 GMT | 3 |
I'm trying to create a macro toolbar button in Microsoft Word (XP) that will insert the initials or name or the person pushing the button at the cursor location. What is the code for this? Thanks,
|
| Merge Excel Data to create chart in Word 2007 | 31 Jan 2008 10:49 GMT | 1 |
I need to create about 300 benefit statements. The statements merge employee data from Excel. I know how to mail merge the basic data but don't know how to create a separate pie chart for each employee (illustrating the employer vs. employee paid benefits). I'm using
|
| Using Escape Key in Custom Keyboard Shortcuts? | 31 Jan 2008 08:40 GMT | 1 |
I would like to customize some keyboard shortcuts that function like Emacs Meta/Esc commands: where one presses ESC, releases it, and then presses a letter to send the command. For example, I would like "[Press] ESC [Release] [Press] h [Release]" to
|
| Fields in Template header and footer | 31 Jan 2008 03:08 GMT | 1 |
MS office Word 2003. Building and automating a form with fields and form fields. I have a Text Form fields, titled "First_Name" and "Last_Name" on p.1 that must be replicated on following pages. I was able to set the field to
|
| What paragraph has my range? | 30 Jan 2008 20:12 GMT | 2 |
When my Find.Execute finds its text, how can I get the index number of the paragraph in the document in which the range is located? I tried looking at Information, but it doesn't seem to have that. Ed
|
| Intercepting right mouse click - MS Word 2000> | 30 Jan 2008 19:32 GMT | 4 |
This is probably getting outside Word, but its Word and VBA I'm working with. I need to intercept a right mouse click when editing a word document and then showing a form (VB/VBA) of my own.
|
| How can I update some text into the caption? | 30 Jan 2008 16:42 GMT | 2 |
Hello. There is several captions including some text's field. I need to update its (fields into captions), but it possible only if I select caption and press the key F9. How can I update all captions for one time (all together and at the same time)? Thank you very much!
|
| Deselect event? | 30 Jan 2008 13:57 GMT | 2 |
I am trying to program a Word 2003 document where a user rates employee performance as either Competent, Developing or At-Risk (I'm using Check Box form fields). The goal is that if At-Risk is chosen, it will take the user to a comments text field immediately below these check ...
|
| Can Form Field text be exported from Word? | 30 Jan 2008 10:50 GMT | 2 |
I have a Word document with form fields. I will have users enter text into the form fields. I would then like to export the data from the form fields into a database. And, it is important that I have some way of tagging each bit of data entered to a item number listed on the page ...
|