| Thread | Last Post | Replies |
|
| Updating table of contents | 13 Oct 2004 21:01 GMT | 3 |
I would like to create a button (called Updated Table of Contents)in my document that when a user clicks it will update the table of contents. Is there VBA code that will do this? Thanks
|
| Post Word form to web server? | 13 Oct 2004 20:45 GMT | 2 |
I am new to word form. Is there a way to create a complicated word form and user can fill-in data and submit the form to webserver by simply click a button? Where can I get started? Any simple samples?
|
| Load Global Template | 13 Oct 2004 20:43 GMT | 5 |
Why am I receiving the message, "The add-in template is not valid" when attempting to load into Word. The template is in Word's startup folder and shows up under Templates and Add-Ins, but will not allow me to check the box to make it active. Thanks!
|
| beginner's combo box troubles | 13 Oct 2004 19:19 GMT | 3 |
I am developing a template that will be used for collecting client info, and in one section I have 5 form fields in which choices will have to be made from rather long lists (100+ items). I found a Knowledge BAse Article
|
| locating & identifying symbols | 13 Oct 2004 17:08 GMT | 1 |
I'm trying to find a way to identify symbols in a document. I thought using the asc(selection.text) function would provide me with the correct code, but it doesn't.
|
| find words with more than one index entries | 13 Oct 2004 16:54 GMT | 1 |
Does anyone have a macro that can find words that have more than one index markers? I have a large document that I tried to index using a concordance file. But I now discover that I have loads of entries such as "Smith
|
| VBA Editor | 13 Oct 2004 16:37 GMT | 1 |
When working in my editor and running code, when I used to get an error message the area of error would be highlighed to show where the code stopped execution. I no longer get this. I cannot find a setting for this did I turn somthing off or is this a change in an update I may ...
|
| Combine Word Basic macro with Delete Hidden Text macro | 13 Oct 2004 16:33 GMT | 4 |
This is actually a followup of previous "Problem with MS Word macro" question that was answered successfully. I was wondering how I could combine the Delete Hidden Text macro code that Anne Troy and Helmut Weber submitted with the Word Basic macro that Deletes All Comments in the ...
|
| Table issues | 13 Oct 2004 14:54 GMT | 6 |
I have 2 issues with a table with I dont understand: 1) This 2 commands format all column of my table to "centered", not only the first one. Why is that? WordTable.Columns.Item(1).Select;
|
| How to differentiate between linked/embedded objects? | 13 Oct 2004 12:52 GMT | 2 |
I want to differentiate between linked and embedded objects programmatically using VBA inside a Word Template, so I did the following test where I inserted the same file twice; once as embedded and another as linked. I followed the following steps.
|
| Adding 14 Days onto a Date | 13 Oct 2004 12:01 GMT | 2 |
I have a program that mail merges information in Word in order to create invoices. There is a mail merge field called INVOICEDATE in the word document.
|
| Need Help With Run-Time Errors | 13 Oct 2004 10:51 GMT | 5 |
Word 2000 I have the following code (Note the RecordNumber is alphanumeric, so it's declared as a string). ***************
|
| VBA Code for selecting a wordart object | 13 Oct 2004 10:38 GMT | 2 |
Would someone advise the code for selecting a word art image? Background - users want an on/off button for putting the word "Draft" in the background of their documents. It needs to be customisable so they can change it to Confidential etc. which is why its a word art
|
| Call UserForm in another document. | 13 Oct 2004 10:23 GMT | 2 |
I would like to call a UserForm directly in another document. So in the other document is a Form called frmTest. Normally you could achieve this by putting a sub in that
|
| How to disable a COM add-in | 13 Oct 2004 07:48 GMT | 2 |
I'm running Office 2003 on XP Pro. I set Word to prompt for saving changes to Normal.dot, for security reasons. Each time I exit Word, the message pops up: "Changes have been made that affect the global template, Normal.dot. Do you want to save those changes?"
|