| Thread | Last Post | Replies |
|
| Create your own templates? | 19 May 2008 11:47 GMT | 3 |
Do you have any advice on where to find information on how to create your own templates. Thanks.
|
| How to run a macro multiple times by one click | 19 May 2008 06:23 GMT | 2 |
Hi there, I made a macro to convert a text file into a RTF file with a desired format. But it stops after it converts and saves a current file. In other words, one click of macro runs for each opened file. It must have some ways to do one
|
| Finding the end of a document after adding a Table | 18 May 2008 22:46 GMT | 2 |
The following code is a mock-up of code which I have implemented in my project. It creates a "layout" table (here with 3 rows and 3 columns) and then places a "problem" table in each cell of the "layout" table. In the actual version, each "layout" table represents a page (with ...
|
| Macro to select ALL tables (with different styles) in a word docum | 18 May 2008 10:28 GMT | 6 |
sorry if it is a repost(?) How to select ALL the tables (with different Table styles) in a word document (by exemple to apply a "table formatting macro" or a new table style to all the tables in the document at once).
|
| Creating, Populating and Linking combo boxes Word 2K | 17 May 2008 22:15 GMT | 5 |
I am attempting to design a customized word 2000 document that does several things: 1. Upon opening, it populates several demographic fields (like patient name, address etc.) from a health care Practice Management Software database.
|
| Find Replace for Word in Header, Footer, Body (VB.NET) | 17 May 2008 20:58 GMT | 1 |
I need to be able to select the area when doing a find and replace using the Word Interop library. I have the find and replace working, but I need to know how to search the different areas: header, footer, body.
|
| Copying Text to Bookmark Names | 17 May 2008 18:52 GMT | 2 |
In Word 2000, I have a document that lists a series of ID numbers, titles, and other information, each in a five-paragraph set. Each paragraph within each set has a unique paragraph style. I would like to develop a macro that does the following for each set:
|
| Word interop from c# - Find replace sometimes not working | 17 May 2008 18:28 GMT | 1 |
I use the following code to replace all instances of "[VAR]" with "value to set" in a word document : Word.Document document; ...
|
| Forms with text boxes | 17 May 2008 18:24 GMT | 1 |
I would like to make a form in Word 2003 (I could use Publisher or Excel) where I can have text boxes that I could limit the characters allowed in that text box. Also if possible, in some text boxes I would like to keep a running total of how many characters are left to be used ...
|
| "Is/ Is not" toggle | 17 May 2008 09:56 GMT | 8 |
Is it possible to have a text field "Is/ Is not" on a document where one of them is always struckthrough and the user can click on the field to toggle between "Is" and "Is not"? Regards
|
| TOC QUESTION | 16 May 2008 21:19 GMT | 2 |
I am trying to remove the underline words in my TOC. I have the following macro, but it removes all the underlined words in the hole document. What am I doing wrong? With ActiveDocument.TablesOfContents
|
| IntelliSense & Passing Range and/or Document Objects | 16 May 2008 13:55 GMT | 4 |
I realize that my questions here might be simply a matter of taste and programming style, but I’m also wanting to run this pass those on this forum to make sure I’m not getting myself into trouble by making unwarranted assumptions.
|
| problem with inserting/deleting file w/ section break and page bre | 16 May 2008 13:54 GMT | 2 |
I have a template that has the ability to add/delete files. Works great. Latest request is to insert another file, however with this file, because of size I cannot do a section break, only page break as the footer and header would not allow for enough room. Adding this ...
|
| Stack Space | 16 May 2008 09:45 GMT | 12 |
Is this the right newsgroup foro my questions? I'm using Word XP on Windows XP. I'm starting to work with macros. It's all a bit less than intuitive. I've recorded and edited a few macros successfully. I've debugged one or two. When I try to run one of the macros, I get ...
|
| Word 2007 and my macros? | 16 May 2008 09:33 GMT | 11 |
We just got the word - we will be "upgrading" to Office 2007 shortly. I _live_ by my macros! If they worked fine in Word 2000 and 2003, will they still work in 2007? I figure I need to make a backup of my Normal and templates. I know
|