| Thread | Last Post | Replies |
|
| Microsoft Word Development - Crisis | 12 Feb 2004 21:57 GMT | 2 |
I have an application that pulls data from the database and displays them in Word documents. How it works is 1) An client-server interface allows the user to choose whether to start a new document or open an existing one 2) The client server interface opens Microsoft Word and ...
|
| How do I get a Macro to open automatically? | 12 Feb 2004 21:51 GMT | 2 |
I've created a form that users fill in for a template that automatically drops info into the header and title. I've coded everything and I've run the code and it works perfectly. What I can't figure out is how do I get the
|
| Unprotect a Section of a Table | 12 Feb 2004 20:59 GMT | 6 |
How do you unprotect just a section of a form? I'm trying to make one of the cells in my table unprotected so that ppl can place there picture into? My understand of the code is basic so detailed
|
| Word 2002 mail merge multiple templates w/data source into one file | 12 Feb 2004 20:32 GMT | 1 |
Word 2002 mail merge multiple templates w/data source into one file: I'm trying to use Word 2002 and VB6 to programatically merge MULTIPLE document templates into one single merged file(.doc). It works fine for one template and one data source, but, I have several .dot files and ...
|
| Digital Signature | 12 Feb 2004 20:15 GMT | 4 |
I've created a digital signature and attached it to a macro. However, when I try to save the macro I get a write error stating that I'm out of drive space...... How can I get around this problem?? Daniel
|
| Help with typing on a blank line | 12 Feb 2004 15:40 GMT | 1 |
I hope I am posting this in the right place. I design a variety of forms in Word and Excel. Of course, I usually use tables in order to type on a line. However, this time I need to have a lines in the middle of paragraphs. I can use a table and break the paragraph up, but I ...
|
| Picture Block In a Form | 12 Feb 2004 15:38 GMT | 1 |
I'm trying to make a Form. One that I can lock the formate and ppl only have to fill in the blanks. However, part of the form requires ppl to fill in a picture. If I lock the form they are unable to do that. Is there a way to make a
|
| Adobe Acrobat Add-In and Menus/Macros | 12 Feb 2004 15:32 GMT | 2 |
I work for a mid-sized firm in New York. I'm creating a new company-wide template, for which I made a menu with attached macros that access all their project-specific and correspondence templates. I have Adobe Acrobat on my
|
| Random test generator | 12 Feb 2004 15:03 GMT | 4 |
Is there a way to set up a macro in Word to randomly select 50 questions from a list of 200 that are typed in Word?
|
| "Find" problem | 12 Feb 2004 14:34 GMT | 5 |
In a Word 2000 template, I have a macro button that deletes the selected paragraph and then runs the following procedure to find the @ symbol. In Word 2000, when this macro button is in the last paragraph of the document, the paragraph gets deleted and the cursor stays at the end of ...
|
| Global template problem - Set default font | 12 Feb 2004 13:30 GMT | 1 |
I have aglobally loading template where i store all my various routines and menus. The company i work for have a policy that all documents will be done in Aerial font, however our IT techis have
|
| Limiting the number of words entered | 12 Feb 2004 13:06 GMT | 5 |
Is there a way to limit the number of words entered in to a text box in a form in Word 2000 ? We have a user who fills out a template which is then sent a printers, and we are charged per word. They are always going over the limit of maximum
|
| listbox populated from external doc | 12 Feb 2004 12:39 GMT | 4 |
I have successfully used this code to populate a listbox on my userform from an external document but I am having trouble having 2 listboxes on the userform. Can anyone recode this or offer any suggestions? I have tried everything
|
| Newbie user form with listbox | 12 Feb 2004 12:34 GMT | 1 |
My macro reads a file and populates a listbox and an array with the information (element 1 of the array in the listbox, others only in the array). I have managed to show the listbox and selects an item, but I do not understand how to make the macro continue and use the listindex to ...
|
| Do While loop | 12 Feb 2004 10:40 GMT | 2 |
I'm a newcomer to this forum. Trying to review/learn more about VBA i Word with "Using Microsoft Word 97" book, which has some VBA in th back. I think the book has a typo or two, because everytime I run it it goes into an infinite loop. Where do I make the condition tur
|