| Thread | Last Post | Replies |
|
| Disable AutoCorrect Options dialog box | 14 Sep 2007 15:25 GMT | 2 |
I try to limit user access using Word template. One of the issue is limiting access to AutoCorrect Options dialog box. Currently, our users can right click on misspelled words and choose AutoCorrect-
>AutoCorrect Options... from a shortcut menu. I did not see this menu |
| How can I delete accent mark form select character and whole text? | 14 Sep 2007 13:48 GMT | 2 |
I want to back of subject about set mark of accent (emphasis mark or acunt accent). How can I delete accent mark form select character and whole text? I have next code:
|
| Detect when word is "busy" or "not busy"? | 14 Sep 2007 12:18 GMT | 1 |
I'm looking for a property called readyState [1], but I can only find it for IE browser objects. I'm unsuccessful in locating something like this for Word objects. -Krystian.
|
| Creating Word 2007 Forms and calcluated fields. | 14 Sep 2007 07:16 GMT | 1 |
I want to create a Word 2007 form, where I use a DatePicker for the user to select a date (let's call it WeekEndingDate). Then I want 7 cells in a table to be updated with WeekEndingDate - 6, WeekEndingDate - 5, etc... Is that possible to do without having to use VBA, and if so, ...
|
| Automate the saving of rtf files to doc files | 14 Sep 2007 04:09 GMT | 1 |
There are hundreds of Word rtf files saved on a shared drive that are taking up an enormous amount of disk space. These files are just copies of letters containing only text (from mail merges) that have been sent out to clients. If I save an rtf file as a doc file, the size of ...
|
| Customized ComboBox | 14 Sep 2007 03:01 GMT | 11 |
I have been playing around with some code to allow a user to type in their own data in a combobox and then make that entry permanently a part of the combobox list (i.e., whenever the form is called in the future) . My idea (which may be a stupid one) is to store the user defined ...
|
| Toggle symbols with VBA | 14 Sep 2007 01:17 GMT | 6 |
I'm trying to set up a roster where I can click on a symbol in front of a person's name and it will change from an "X" to a "O". I'm an expert at Excel VBA, but not familiar with Word VBA. Can someone give me some ideas on how I could set up a macro to allow
|
| word startup folder | 14 Sep 2007 01:15 GMT | 3 |
does anyone know where the "word startup folder " is? thanks george
|
| what is the equivalent of this WordBasic code in VBA | 13 Sep 2007 23:47 GMT | 2 |
I'm getting wrong values for the variables for the month in this snippet of codes. This is WordBasic code and when I open the program program in word 2007 on a different computer it's telling me I'm working in the wrong month or I'm working in the wrong ducoment. Yes I ...
|
| smart-tags and hyperlinks | 13 Sep 2007 20:45 GMT | 5 |
I need to be able to process a document and have certain text strings recognized and turned into a hyperlink to launch an external .exe program with that text as a parameter. This doesn't look quite possible with the word hyperlink capability (it adds a "#" between the .exe name ...
|
| how to make a check box work | 13 Sep 2007 20:02 GMT | 7 |
I have a fax cover sheet that has marco check box but I cant check or uncheck the boxes. Please help Thanks JWG
|
| Macro to Remove text between two characters. | 13 Sep 2007 19:15 GMT | 7 |
I am sure this is probably easy but I need a macro that removes all text between < > Like if I have the following. <a href="http://www.thisis what I want to delete">Don't want to delete
|
| Need Macro Advice | 13 Sep 2007 16:59 GMT | 3 |
Need some advice / help I need a macro in Word that will look for a sting /* and then find another Sting */ and turn those strings and what is between them Green. I would use the same function for single quotes and turn what
|
| Remove character style with direct formatting | 13 Sep 2007 16:22 GMT | 4 |
I have text styled with a custom character style. Some of that text also has direct formatting applied (bold, ital, etc.). I need to remove the character style, but retain the direct formatting. Possibly I also need to retain any font formatting provided by the style as.
|
| Extracting text from within frames. | 13 Sep 2007 15:14 GMT | 2 |
I have been given some Word documents that have data in them that I need to extract. However, each section of text is in its own frame. The data is columnar (each cell being in its own frame) with form headings.
|