| Thread | Last Post | Replies |
|
| 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.
|
| Adding autotext entries into template | 13 Sep 2007 15:08 GMT | 3 |
I have used autotextloader2 program to create my autotext list. It worked magnificantly. I have created a list of meds and there short codes that really help when doing my reports on expired meds. My question is:
|
| Word 2002 TOC format does not update correctly | 13 Sep 2007 11:07 GMT | 1 |
I have a big document and I inserted a table of contents. I selected specific formatting for each TOC level, but my formatting is not applied. Instead the formatting of the TOC (fonts type, font size, Bold, Italic, ...) is all wrong.
|
| Extracing scetions of a document | 13 Sep 2007 10:30 GMT | 1 |
I am after some advice on how to proceed. I would like to write some code to extract certain sections out of a document and copy them into a new document. Is it better to use sections or bookmarks? These sections may span multiple pages.
|