| Thread | Last Post | Replies |
|
| How to Populate One ListBox Based On Another ListBox | 11 Dec 2007 19:49 GMT | 1 |
I have created a UserForm with 2 listboxes (comboboxes). The data for those combo's is from an Access Database ( a table with 2 coloms). I work with WORD/Access XP. colomn 1: countries
|
| Setting the date in a new document... | 11 Dec 2007 19:40 GMT | 4 |
Yet again, the format of my weekly report has changed. It is a simple Word document, one of the things I need to fill out though is the "week ending", which is always the previous Friday. I am going to create a template and use that as the foundation of my
|
| Word 2007 - Outlining | 11 Dec 2007 10:56 GMT | 3 |
I need to know what is a Word direct option or if programming is needed. I have not had success w/ setting up my own type of outline. Also, if I want to have an outline lets say. I would like to list for any point like I. Point 1 II. Point 2, I would
|
| How to detect ClosePrintPreview events | 11 Dec 2007 08:41 GMT | 2 |
Hi, I have to show my document in PrintPreview mode only. I want to close word application, when i detect user click on print preview close button.
|
| form tips | 11 Dec 2007 03:20 GMT | 1 |
I'm using word 2003 for a boilerplate legal document that only has about 10 variable field, and shouldn't be changed by anyone using it. I set the fields up as form text fields, checking allow fill entry (something like that), and then protected it. Nice, but I do have some ...
|
| Preventing a macro from clearing form fields | 11 Dec 2007 00:30 GMT | 1 |
I have created a form with a macro. The macro cuts and pastes some of the fields when the user needs to add extra data e.g. another person name. The macro unprotects the document copies and pastes then re-protects. However if the user enters the details in the form in the ...
|
| Filename in a macro - relative path | 10 Dec 2007 22:02 GMT | 2 |
In a macro, I have includetext codes (that link to a number of files). I would like the filepath in the macro to be setup so that if I move the source files to a different location, the macro still finds the file. How do I do this?
|
| autoexec in add-in? | 10 Dec 2007 21:14 GMT | 8 |
I have the following code in an add-in. I've been having problems with the key binding so I added an autoexec routine which I thought would clear out the binding value when the add-in was loaded, but that does not appear to be the case. I tested this by trying to get a
|
| document says it contains macro | 10 Dec 2007 19:22 GMT | 1 |
I've created a document, now when I open it, it says that it contains a macro. Now I don't remember creating a macro in this file, heck, I barely know what a macro is, but I guess it's possible I did. I probably hit a combination of keys and did it accidently. How would I find ...
|
| Word 2007 View | 10 Dec 2007 19:18 GMT | 7 |
When I use VBA to access one of the header or footer storyranges from the main storyrange, the view allows switches from PrintView to Draft. For example if the IP is in the maintext story and I run this code the header text will be selected but the view will shift to Draft..
|
| Changes to lines starting with an apostrophe | 10 Dec 2007 18:27 GMT | 9 |
Good day, I am trying to change the font color for any line in a document that begins with an apostrophe. I do this to highlight the comment lines when I have pasted VBA code into a Word doc after copying it from the VB editor. I have
|
| Auto Number problem in form | 10 Dec 2007 18:11 GMT | 4 |
I have a word template form that we use for quotations. I have created a macro to unlock, insert an auto number, save the document and relock the form (works fine). However when i open the newly created doc the autonumber macro runs again. Can anyone suggest how i can check to ...
|
| Link (OLE) with relative path | 10 Dec 2007 13:53 GMT | 4 |
Hi I have a framework of word documents which all have to link to a generic word document which is always placed relative to the famework. I would like to make the link in the documents with a relative path, instead
|
| Macro to open a website | 10 Dec 2007 12:15 GMT | 2 |
I would like to set up a macro (which I will add to the toolbar) that opens up a particular website address. I would be grateful for a sample code that I can modify with the particular address I want to open up. Thank you for any suggestions.
|
| Close Document afterwards | 10 Dec 2007 12:11 GMT | 2 |
how it is possible to close a document after adding a new one? i don't know how to store the old document in a variable to close it afterwards, like that: Dim oldDoc as Document = ActiveDocument
|