| Thread | Last Post | Replies |
|
| Get the word class | 30 Jun 2007 15:44 GMT | 2 |
I would appreciate help in this matter. I wonder how you can get the word class (part-of-speech tag) for one word, or all words. I understand it must exist since it's used in grammar checking. Is this also possible both through VBA and Javascript?
|
| WindowSelectionChange cursor flicker | 30 Jun 2007 05:45 GMT | 2 |
I have added a WindowSelectionChange event handler in Office 2007, and noticed that when I use the arrow keys, the mouse cursor will flicker. In other words, the cursor will alternate from the wait cursor to the I-Beam cursor when I hold down one of the arrow keys.
|
| Userform with ms word | 30 Jun 2007 05:26 GMT | 1 |
I have use the bookmark system with user form. in this method we can mak a template only. but i want to use the same userform in this way: " when ever the fields of the userform will be filled-in, the formated text
|
| Prompt User for Text File | 30 Jun 2007 02:34 GMT | 9 |
In Excel I can use the following code to prompt a user to open a text file. With this code only text files are displayed in the file open window. FileOpenName = Application.GetOpenFilename("Text Files (*.txt),*.txt", 1, "Find Text File", , False)
|
| FormFields(1).Result - maximum 255 characters | 30 Jun 2007 02:11 GMT | 6 |
I am trying to fill in a form while the form remains locked and protected. Manually I can type as much information as I like into one of the formfields but when I try to use FormFields(1).result = myString then I get an error "string too long" whenever the string is more than 255 ...
|
| Undo changes to graphics macro?? | 30 Jun 2007 01:49 GMT | 4 |
Background info: my office is changing to a preprinted letterhead. I want to create a document template that shows the graphics on the template but does not print them. This template will be used by everyone in the office. I received some help earlier created a macro to ...
|
| Importing macros | 30 Jun 2007 01:29 GMT | 3 |
How do I get toolbars and macros that I have created in previous versions of Word to import into a Word 2007 template?
|
| Saving document with new name via vba | 30 Jun 2007 01:16 GMT | 4 |
Following is the scenario: I have a document named: CCPC_01.doc The user opens up the document makes the changes. I want a macro which would save the updated version of this document
|
| Making two dropdown fields mutually exclusive | 29 Jun 2007 22:23 GMT | 1 |
I have two dropdown fields that I am trying to make mutually exclusive. Each dropdown field (BookMarks XY1 or XY2) has either X or Y as an item choice.
|
| Forms in word | 29 Jun 2007 16:36 GMT | 2 |
I have a document that I have set up as a form in Word. It has two textual boxes at the beginning of the form for names of people. These peoples names can appear throughout the document within textual boxes, and what I would like is to populate the two boxes at the beginning of ...
|
| need help with command button on forms | 29 Jun 2007 15:47 GMT | 6 |
I created a protected form with 11 form fields for users to fill out. I saved it as a template so they can begin with a blank form each time they need it. There are times when a user will need to create several forms with the same information in the first 5 fields. Instead of ...
|
| macro & jpg's | 29 Jun 2007 13:48 GMT | 2 |
being new to word macros, can some one help put me on the correct track. i am trying to increase the size of a jpg so that it will be say 25 cm long on a page there being up to 50 pages which will eventually be saved as a PDF file. i am using vista buisness an office buisness
|
| find, format tabs and replace in table cells | 29 Jun 2007 11:53 GMT | 6 |
I've got tables with counts and percentages in many of the table cells in the form "35.3% (47/133)". I want the percentages to align so I wrote a macro to define right-aligning tab positions at 40% and 100% of the cells usable width and then insert a tab character between the
|
| Run macro in a encrypted template. | 29 Jun 2007 10:46 GMT | 1 |
Does anyone know the VBA code to run a macro in a encrypted template and prevent the opening of the decryption-window? Regards Jiwi
|
| Reason for not including images in .rtf | 29 Jun 2007 10:26 GMT | 3 |
I am trying to display some HTML body in a richtextbox. Therefor I convert the *.html file to *.rtf using the wordobject ------------------------------------------------------------------------------ 'body html is a plain html file
|