| Thread | Last Post | Replies |
|
| Search and Replace text returned Exception | 30 Jun 2009 22:36 GMT | 4 |
I had this Python script working fine that searches for some keywords in a Word document and Replace them with defined values. Suddenly the Replace failed for a particular 'string' and the only conclusion I could come is that the length of the Replacement String is
|
| word form connected to access table | 30 Jun 2009 22:26 GMT | 1 |
I dont know if this is the right place to ask this question, but if anyone could help me with this, would be really great. How can I auto populate data from word form into access table. For eg: I have a form in word on my shared drive that multiple users will
|
| Template Help | 30 Jun 2009 22:25 GMT | 1 |
I have created a MS word macro porject that is available only to that specific document since i have saved it in a different template(and not the normal template) but now i want the project to be available to all the word documents.How can i achieve this functionality?
|
| Disabling or hiding Tools/Macro/Visual Basic Editor option | 30 Jun 2009 21:30 GMT | 2 |
In the documents based on my template, I want to disable or hide the Visual Basic Editor option so the user can't view the macros. I tried Application.ShowVisualBasicEditor = False (in the New event), but it didn't work. I'd very much appreciate any advice on how to do this.
|
| Macro to display text in Word form | 30 Jun 2009 15:18 GMT | 6 |
I need to create a Word macro/vba script to display text to the right of a form field if a particular field value is select from the list of values. Can someone give me an example vba script?
|
| a question causes timeout and other problems | 30 Jun 2009 07:50 GMT | 2 |
I ll try to explain my problem as good as I as can. We ve got a program that communicates with ms word via the developers kit. The user through some actions can edit a specific value , for example a price, in
|
| Grayout and ptorect selected tables via checkbox | 30 Jun 2009 06:25 GMT | 2 |
I have a template with many tables for a user to fill in, but some tables must be grayed-out and protected until the user has approval to go further. When approval has been given, I the user check a box, and all the grayed-out boxes become clear and unprotected, allowing them to ...
|
| Tables and text in a document | 29 Jun 2009 23:19 GMT | 3 |
I am very new to VBA for word but know my way around Excel, I just can't seem to grasp the page structure of the doucment in Word, so maybe I'm asking stupid questions. I have code in Excel that takes selected data and I want to create a word
|
| Word Macro Enable/Disable Question | 29 Jun 2009 22:28 GMT | 1 |
I have some MS Word docs with Macros that pull the user's name automatically when opened. They are in a trusted file location, so the user doesn't get prompted inconveniently. However, I would then like to print all of these letters without getting the
|
| Word '03 - Macro Problem! | 29 Jun 2009 22:00 GMT | 5 |
I have a letter template that uses a Macro to update fields on the Letter to capture the associate's signature from "Field - UserName" so each associate does not have to enter their Name each and every time. - The issue is that we then have to print these letters (which can be
|
| Extracting endnotes/footnotes from main document | 29 Jun 2009 20:07 GMT | 3 |
Hi there - first-timer here! I've been asked to tidy up a very long document. It's currently in the form: Paragraph of content [variable length, always two or more lines] Blank line
|
| Word Protect/Unprotect Macro for Forms | 29 Jun 2009 17:51 GMT | 3 |
Hi. I have some simple text macros assigned to keyboard shortcuts that need to be used in a protected form. They look like this: Sub AR6()
|
| Checking Last Modified Date | 29 Jun 2009 04:56 GMT | 2 |
With the help of Greg Maxey, I'm working on a process to use an external data source (a Word doc) to populate several ComboBoxes in a UserForm. The process builds on the method described in http://gregmaxey.mvps.org/Populate_UserForm_ListBox.htm, but loads the data
|
| connect word form to access | 28 Jun 2009 22:22 GMT | 1 |
Hello People! So I have a word form and an access database. How can I conncec this form with access database such that, Once the users fillup the form, the detail filled in the word form are directly populated in access table.
|
| Create table of figures in Word XP | 28 Jun 2009 00:23 GMT | 3 |
In writing a book the publisher wants a table of all book figures along with release information. To make the task less painful I would like to have a macro that pulls figure numbers and captions and puts them into a two column table. Ideally, I would like to be able to open a ...
|