| Thread | Last Post | Replies |
|
| Launching Access from a userform | 06 Dec 2005 11:57 GMT | 2 |
Hi everyone, could do with a little help if you can ! Have a Word UserForm with 2 command buttons on it. Button one should take me back to an Access Enquiry form closing any other open forms (i have a shortcut key for that if need be) the other just
|
| Tables in asp.net | 06 Dec 2005 10:31 GMT | 4 |
I'm using the foolowing command to create a table: "tbl = oWordDoc.Tables.Add(oWordApp.Selection.Range, 30, 4)" At the moment this table is always going in at the start of the document, how can i get it to go in at acertain point?
|
| Can I set up a single TOC for ref. from multiple word documents ? | 06 Dec 2005 08:11 GMT | 5 |
I have 5 or 6 word documents each with a table of contents.Can I create a single seperate document/file showing all 5 or 6 table of contents in one TOC(for ref), without having to merge the documents. Will it have the ability to be updated each time I update the contents of an
|
| How to Export All Macros from Office 2000 .Dot file | 06 Dec 2005 06:24 GMT | 2 |
I have inherited a number of DOT files that I need to work through and establish what they do (They contain lots of VBA/Macros). Is there a tool out there to strip all Macros out into say a notepad file for easy review ?
|
| How to add a List Box to a existing macro | 06 Dec 2005 05:19 GMT | 6 |
I would like to add a flist box to an existing macro in Word VBA. I saw the process to get the list of files in a directory and then display them in a list box I can get everything to work except adding a list box to the existing macro
|
| create form letter to be used for several clients at differ times | 05 Dec 2005 22:39 GMT | 1 |
I need to create some type of form letter with check boxes that if you select the box that certain paragraph will automatically appear in the letter. I cannot use the mail merge for this project because every letter is different depending on what paragraph is chosen.
|
| "No header layer for this page" message when running a macro | 05 Dec 2005 22:39 GMT | 1 |
I have written a macro for Word 2000 to insert a watermark into a document. To do this, the watermark has to be inserted through the headers or footers. The macro works fine, but every once in a while, I get the following message: "There is no header layer for this page. All ...
|
| How do I create a new theme? | 05 Dec 2005 22:32 GMT | 1 |
We are using Outlook, and using Microsoft Office to edit new email messages. We need a default message at the top of most emails. Themes seem like the best solution, however I cannot find out how to build a custom theme. Perhaps I need Front Page?
|
| Document recovery question | 05 Dec 2005 22:32 GMT | 1 |
I have several "document tailoring" routines that customize a template-type document for users of my programs. Occasionally, if there are previous document problems and Word has to be killed by Task Manager or some such, then Word will pop open a dialog box asking what the user ...
|
| PROGRAMS INFO ION ON SOCIAL WORK/PROGRAMS FOR PEOPLE WITH DE | 05 Dec 2005 22:32 GMT | 1 |
i can find any information on forms., programs , tools to work with for social work and tools for like forms any think to make my work easier jovita
|
| Auto Exec error w/o msgbox | 05 Dec 2005 22:31 GMT | 3 |
I have an auto exec macro that runs great if I put a msgbox before it, but just stops if I comment out the message box. What do you think I could replace the msgbox with so that whatever "action" results from clicking the msgbox is invisible to the user?
|
| Run-time error '4605' | 05 Dec 2005 22:27 GMT | 7 |
I have a template that has been working in word 97 perfect. Now I have opgraded to office xp (2002), and suddently it is no longer working. When I run the code it stops here: With ActiveDocument.PageSetup
|
| dotted lists | 05 Dec 2005 22:26 GMT | 1 |
Good morning, would like to know if, customizing a list point ( list pointed and numbered ) with an image which I have on my pc, when I will take the document on other pc which does not have the image, the list point will be visible. Supposing that pc cannot take the image to ...
|
| How do I use Do...Loop | 05 Dec 2005 21:32 GMT | 1 |
I have a comma-delimited word file that needs a lot of formatting. In one case I have to find the comma delimiter multiple times until I get to the correct place and then make a change. This is repeated until all the changes are made for that record. Each record is ended with a ...
|
| compare any two documents | 05 Dec 2005 19:23 GMT | 2 |
I need a macro that will compare the active document with one the user specifies. I found the code on MSDN but that only shows you how to compare the active doc with one specified in the code. I need the user to be able to specify the second doc.
|