| Thread | Last Post | Replies |
|
| Forms | 24 Jun 2005 21:11 GMT | 2 |
I am having one problem in the Form Field Options Box. I have check boxes which I've renamed. I went in and created a Macro and made sure my document was showing in the Macro in box. However when I go to the Form Field Options Box and want to list the Macro in the exit box the ...
|
| can't get Document.Close wdPromptToSaveChanges to work | 24 Jun 2005 20:50 GMT | 2 |
Hi. I want to open a doc in an exisitng Word instance and if there's none to open it in a new one. Work fine, but when I open in a new one, then Document.Close (wdPromptToSaveChanges ) doesn't work - it doesn't prompt and does save the changes. The problem is
|
| detecting end of document / Find command | 24 Jun 2005 19:49 GMT | 1 |
Is there a general way in a macro to detect that the end of the document is reached ? Actually i am trying to do so that a Find command automaticaly stops at the end of the document (not trying to do the same search from the top of my
|
| Iterating Through Checkboxes | 24 Jun 2005 17:58 GMT | 7 |
I have a Word doc with many textboxes and checkboxes that are part of the fields collection. I'm having trouble with getting the value from the checkboxes. The result property doesn't contain the value and I've tried other ways of getting it, like referencing the associated ...
|
| Bookmark with overwrite function? | 24 Jun 2005 17:15 GMT | 4 |
I've an Access db that writes to a Word document using bookmarks. I have the template lined up just the way I want it; when the db writes info to the template, the lines become offset by the difference in text length between the bookmark and the data replacing the bookmark. For ...
|
| Routine to simulate keystrokes passing from keyboard | 24 Jun 2005 15:03 GMT | 2 |
Is there a VBA routine that would allow me to pass keystrokes into an active document -- as if they had been entered by a user? I'm trying to create a routine that creates (automatically) a PDF copy of the currently active document. The goal is to produce a PDF image of the
|
| Feasability of using VBA for project? | 24 Jun 2005 13:30 GMT | 5 |
I have been asked to produce a solution for a business. At present I have limited knowledge of VBA and macros. I was wondering if someone might be able to advise me whether what I'm wanting to achieve is possible and perhaps direct me to the best sources of information?
|
| Distributing macro's | 24 Jun 2005 13:19 GMT | 6 |
I made a few macro's and i wan't to share them with other people. The macro's are on a server. How can I do this? Greets, Jan Willem
|
| Locate the My Documents folder with VBA | 24 Jun 2005 10:20 GMT | 5 |
I need to save files in "My Documents" regardless of where it is. How can I use vba to locate the "My Documents folder" being used and save the file to it? Thanks in advance
|
| How to stop word displaying on the screen | 24 Jun 2005 10:13 GMT | 4 |
I have written some code to open create a word object and save a word document as html. THis works fine, except that the document flashes up on the screen briefly. I have set the visible propery to false, is there something else I need to do?
|
| compare and highlight differences | 24 Jun 2005 08:55 GMT | 2 |
Okay, I have two tables of contents in two separate files. A few of the entries in them may be repeats. I need to, from one of the files, run a macro that will look through every entry of that file's TOC, then compare each to the TOC of the other file (preference would be a ...
|
| create a combo box | 24 Jun 2005 05:22 GMT | 1 |
I am having a lot of trouble. I have a word doc that is created with tables. I am trying to add a combo box which holds names of people. When the user selects a certain name I want it to display a certain picture....their signature. I have been playing around with this for house and ...
|
| autoopen macro in word and outlook (2003) | 24 Jun 2005 04:12 GMT | 1 |
A document that is sent, containing an autoopen macro, doesn't run this macro when you open the attechment. However when you first save the document and then reopen it, everything works fine
|
| Word takes 30 or more seconds to open | 24 Jun 2005 04:12 GMT | 1 |
Words takes 30 or more seconds to open. First it gives a "Document in use Dialogue Box" "the Preparing to Install" and it seems to be searching and will eventually open, sometimes after a minute!! It ismost frustrating. Copy & Paste used to give me the same message, however, ...
|
| Macro behaves different when application is visible and when it isn't | 24 Jun 2005 04:05 GMT | 3 |
I have discovered that the behavior of macros is different when Application.Visible = True and it is False. I observed some problems when running the macro. I turned the Application.Visible = True, debugged the code, corrected the errors, ran
|