| Thread | Last Post | Replies |
|
| Appendix in TOC | 11 Jan 2005 18:52 GMT | 1 |
I am working with Word 2002. I have created a document and added a table of content. Fine. But it does not pick up my appendix (it is in a separate section, page break). How do I get the TOC to include thr appendices?
|
| Not stopping at breakpoint - upgrading from Word 97 to 2003 | 11 Jan 2005 16:49 GMT | 2 |
We're upgrading from Word 97 to Word 2003. In 97 I could open a template, open the vb editor, make some changes in the code, (not saving them in case they were incorrect), put in some breakpoints, then go to File/New/General/ select my template, test run the macro and it would ...
|
| My VB6 MS Word VBA code crashes Word - Word97 | 11 Jan 2005 16:21 GMT | 9 |
My Visual Basic application writes some text to a Word document. It usually works but on two computers on a site it crashes my application. Anyone got any ideas on where to start looking. Is removing Word, cleaning up and re-installing the only option?
|
| Word template only works on one PC | 11 Jan 2005 15:36 GMT | 4 |
I have a Word 97 template file (i.e. .DOT file) that is on a particular PC in our office. The template uses VBA to connect to an Access database (located on a server share) and creates a document based upon some data. When I
|
| error 5981 (macro storage) on TS | 11 Jan 2005 13:34 GMT | 6 |
Have just configured a windows 2000 server as a terminal server and hav word97 running successfully on all clients. Error occurs when trying t execute a macro under user privledges. Under admin privledges the macr runs fine. The macro once worked under user privledges before the ...
|
| Clearing the clipboard in VBScript. | 11 Jan 2005 13:14 GMT | 3 |
I am manipulating Word, using VBScript, and in the process, a large amount of text is put in the clipboard. When the manipulation is finished, the Word document is presented to the user. However, when the user closes word, a prompt is displayed asking whether or not to discard the ...
|
| Word and Internet Server documents. | 11 Jan 2005 12:06 GMT | 2 |
Some time ago, I asked a question concerning slow response when opening a Word document from an Internet server for the first time. All subsequent Word document openings were pretty quick. Someone responded, in very technical language, about SOEs and XCOPY to "prime" the network ...
|
| Correct way to get Function's output into macro? | 11 Jan 2005 09:42 GMT | 3 |
Thanks to someone whose name I have forgotten, I have a Function that returns a folder name and puts it into a string variable. I call the function in a macro to allow me to browse to a specific folder. At the moment, the only way I have of getting the string back into the macro ...
|
| How can I download Word processor? | 11 Jan 2005 08:36 GMT | 3 |
How can I download Word Processor using windowsXP home addition?
|
| Document( ).Activate | 11 Jan 2005 00:40 GMT | 3 |
I have an open document. I then use VBA to open a second document Sub Test() Dim SecondDocument As Document Set SecondDocument = Documents.Open(FileName:="C:\Word List.doc")
|
| WordBasic.Call to function in a module? | 10 Jan 2005 23:07 GMT | 4 |
I've got a .dot file on a pc here at the office that is used via Word (i.e. File | New ) to create a document based upon some data in an access database located on a network share that all PCs have a drive mapped to. The original developer is no longer here and I'm trying to ...
|
| Adding Button to Toolbar | 10 Jan 2005 23:03 GMT | 1 |
I have a variety of buttons that reference user-created macros that I've added to various places on Word Toolbars. I saved the toobar customization to the document so that the new buttons could be viewed from any machine. Until recently adding, moving, or modifying these buttons ...
|
| font change | 10 Jan 2005 23:00 GMT | 1 |
I use the following code to insert a template with 'times new roman' font. When I get thru the font is 'arial'. So what do I do to keep the 'times new roman' font. TIA Selection.InsertFile FileName:="c:\program files\microsoft
|
| Do...Until Loop not doing what I expected | 10 Jan 2005 21:21 GMT | 4 |
I have a userform with a text box in which multiple lines can be entered. It is a letter template and the text box is to indicate "copies to" at the bottom of the letter. If there is more than one person to be copied (separated by Enter key), I want those on lines 2+ to be ...
|
| Undo list? | 10 Jan 2005 21:00 GMT | 2 |
How do I make multiple actions in a macro appear as a single entry in the undo list? thanks - androooooooooooooooooooo.......................
|