| Thread | Last Post | Replies |
|
| ADD-INS | 14 Jul 2005 00:19 GMT | 7 |
You might think I am crazy but I'm lost for words and feel quite stupid asking this. I have written a large document assembly system in VBA (Word) and the whole story is run from a .dot file which is in my startup folder. It links to an access dbase and automates quite a large
|
| Can a dropdown control a text entries visibility? | 14 Jul 2005 00:02 GMT | 9 |
I am considering creating a project checklist to use in my office, but I am not even sure if it is possible. I would like to make a checklist which covers all possible combinations of projects so that I can stop forgetting important items. This sounds simple
|
| extracting a character from a string | 13 Jul 2005 22:40 GMT | 10 |
I want to compare a character from a string by doing something like this: Dim txt As String txt = "beware"
|
| Copy Text only to Clipboard | 13 Jul 2005 22:31 GMT | 1 |
I am trying to find out how to write a macro which will copy only the text (no formatting info) to the clipboard. Then, how do I launch this macro from the command line, passing in the name of the Word document as a parameter?
|
| Deleting text in bookmarks very slow... | 13 Jul 2005 22:13 GMT | 17 |
I've run into a problem in my C# add-in for Word. One of the operations that the add-in has to do is going over all bookmarks in a document and removing the bookmarks and its content if certain conditions are true. Originally, I tried the following: bookmark.Range.Text = "";
|
| Copy text only to Clipboard | 13 Jul 2005 22:12 GMT | 1 |
I am trying to find out how to write a macro which will copy only the text (no formatting info) to the clipboard. Then, how do I launch this macro from the command line, passing in the name of the Word document as a parameter?
|
| Open template from toolbar button | 13 Jul 2005 21:00 GMT | 2 |
I need to setup a toolbar button that allows me to open a specific template. 1. How do I code a subroutine (ie what method) that will open a specific template and what parameters can I use (if any) to ensure that the macros will be enabled?
|
| How Can I the Modify Batch Conversion Wizard to produce compact HTML? | 13 Jul 2005 20:32 GMT | 1 |
I am using Word 2000 in the Windows XP environment. I need to create HTML files from many Word documents in a directory. The Batch Conversion Wizard would be perfect for this. However, I would like to output the HTML files as "Compact" files not
|
| Find Specific Text | 13 Jul 2005 16:35 GMT | 12 |
I need to write programming to find a specific block of text in a document consisting of multiple paragraphs (apprx. 5) starting with the heading "Notice" (which is formatted with a style) and ending with "Signed in County on -_____________________-." After finding the entire ...
|
| Keep entire section in the same page | 13 Jul 2005 16:30 GMT | 9 |
I want to make sure that an entire part of the documnet will be in the same page and if some of it is will not fit on the same page then the entite part of the document will move to the next page Is there any way to do that e.g. using sections
|
| Populate a combo box | 13 Jul 2005 16:00 GMT | 2 |
I have read here in the groups that a combo box can be populated. However, I am a very novice with VBA and cannot find any information on this. I would like to have this done from a table in an Access database. Is this possible? What would the code look like?
|
| Filter Stop Words | 13 Jul 2005 14:26 GMT | 1 |
I need a macro to take out all the stop words in a document
|
| How to fix bottom of textbox relative to pagetop | 13 Jul 2005 12:52 GMT | 2 |
I have a single page Word document with at the top a textbox holding an address. This address should show at the window of an envelope. As the text in the text box can consist of 6 lines up to 8 lines I need a
|
| insert picture macro | 13 Jul 2005 12:15 GMT | 3 |
I'm using an insert/format picture macro that works without any problem until I try and insert a picture into a table. The code below will return an iIndex value of 1 or greater when used outside of a table. When I use it in a table iIndex returns a value of 0 and errors out. Any ...
|
| Word XML Editing Customization | 13 Jul 2005 11:12 GMT | 1 |
I am attempting to make a change to Word to make it a better XML editor and I haven't been able to find the information that I need. Currently when a schema is provided to word it pays no attention to the minimum and maximum number of occurences for any element. What I would like to ...
|