| Thread | Last Post | Replies |
|
| Header/Footer view | 08 Sep 2004 13:31 GMT | 3 |
Is there a way to set the view mode for the header/footer of a template using VBA? THANKS
|
| clear every entered value in a userform | 08 Sep 2004 11:57 GMT | 2 |
How can I clear every entered (all) values in a userform fast and easy?
|
| In which site can i found a book on using VB in MS - WORD | 08 Sep 2004 10:57 GMT | 1 |
I am a programmer of VB. But i am unable to find how to use VB in WORD for programming. Did any one find a book on VBA on Word
|
| Missing article at MVPS | 08 Sep 2004 09:44 GMT | 1 |
"How to cure Word's List Numbering with a dose of VBA" (by Dave Rado??) does not appear to be available at the MVPS site. http://word.mvps.org/FAQs/Numbering/CureListNumbering.htm
|
| Selecting fields/section | 08 Sep 2004 02:12 GMT | 2 |
How do I approve the changes of all the fields (docvariable fields, mergefields) which are on the first section/page of a template? Here is what I have right now, but I have tried SEVERAL
|
| Template add-in unchecks when Word quits | 08 Sep 2004 01:16 GMT | 4 |
I have a customised toolbar containing macros which I use to edit several templates. I loaded the template containing the toolbar as an add-in so that I can use it on the other templates. My problem is that every time I quit and return to Word I have to go into
|
| Fields vs Bookmarks | 08 Sep 2004 01:04 GMT | 1 |
I am using a user form to gather information about a document such as Book Name, Chapter No, Revision No, Change No etc. At present I am using custom document properties to save this information and then referencing this information by using fields. This information is
|
| how do I turn off the automatic field codes in word? | 07 Sep 2004 21:09 GMT | 1 |
I happened to click on field codes one day and now they won't stop coming up when I open a new doc. I guess the default changed?? I can change to the result of the field code with shift F9 but I don't want them to appear-I just want results!!!!!!
|
| Removing paragraph frames with VBA | 07 Sep 2004 20:05 GMT | 2 |
I scanned a document and did OCR on it. The accuracy was excellent, but every paragraph is inside a frame. I can remove the frames manually but it will take forever. Is there a way (using the Range.Frames. property someone posted here
|
| Goto + Extend | 07 Sep 2004 18:52 GMT | 2 |
Any way to use the Goto function and the Extend feature? (So that you can goto Something, then extend (shift) goto SomethingElse (i.e., page 8) and delete?) TIA
|
| Toggle Shading of Table Cell on and off Upon Mouse Click | 07 Sep 2004 17:21 GMT | 9 |
I browsed through the forum and didn't see my particular question answered, so I hope I'm not duplicating an earlier entry. I have a form that contains a table. If a user clicks on
|
| using a counter in VBA code | 07 Sep 2004 16:28 GMT | 1 |
I would like to use a counter in my VBA code. Dim counter as Integer counter = counter + 1 However, the counter ALWAYs seems to be equal to one.
|
| Merging Multi-page Controls at Runtime | 07 Sep 2004 16:05 GMT | 2 |
I have two applications that use a multi-page control for their main interface. Some of the tabs are common between the two applications, and I'd like to be able to edit these tabs once, yet have the changes apply to
|
| changing paragraphs ect. | 07 Sep 2004 14:41 GMT | 3 |
I'm a newbee, so please bear with me... -*- Office 2002, Windows XP -*- I have a long document typed into word with this structure; Q"tabchar"Sentence goes here. If this sentence is longer than 60
|
| Changing Access Table Properties from Word | 07 Sep 2004 14:10 GMT | 2 |
Following attemt fails - how to do it? Dim dbs As Database, tdf As TableDef, idx As DAO.Index Set dbs = OpenDatabase("DataBaseName") Set tdf = dbs.TableDefs("TableName")
|