| Thread | Last Post | Replies |
|
| Delete a DocVariable using VBA | 18 Feb 2005 16:01 GMT | 8 |
I cannot seem to find how to write VBA code to delete a DocVariable field in the ActiveDocument. I have a DocVariable field with the name of "Quadis" that I want to delete if a certain "If statement" is false. Thanks...
|
| Referencing the contents of a file..... | 18 Feb 2005 14:12 GMT | 1 |
Good day, I need help! I want the ability to reference and display the contents of a word doc within another, with the ability to change the referenced file and any subsequent opening of the original file will display the changed text in
|
| Installing Active X component | 18 Feb 2005 14:11 GMT | 1 |
I use the Extended Listview control (extlvctl.ocx) in my macro. When I distribute the template, I need to ensure that the OCX file is installed and registered in the user's computer. What would be the easiest way to do this? a) Create a setup package that registers the OCX on the ...
|
| Password protect VBA form | 18 Feb 2005 14:05 GMT | 1 |
Passwordprotecting a whole document is one thing. I find lots of help about this. But what if you want to protect a form: upon entering password A - form B opens. upon entering password B - form D would open
|
| file Save and Save As question | 18 Feb 2005 12:23 GMT | 2 |
I have a macro set to auto fill in the file name when a user clicks save or save/as. Right now multiple open and save/saveas of the documents will always use my prefilled info I have defined in the macro. If a user overrides my default and saves the document. The next time they ...
|
| Resetting a VBProject with VBA Code | 18 Feb 2005 09:14 GMT | 1 |
Does anyone know how to reset a VBProject using VBA code? This would be equivalent to clicking the "Reset" button on the VBE 'Standard' toolbar. Thanks, VBA Dabbler
|
| Word 2000 "Before Paragraph" not applied to 1st paragraph on page | 18 Feb 2005 09:14 GMT | 3 |
I have a customized VBA solution that creates a textbox for every paragraph in a Word document. The text boxes are aligned with the top of each paragraph based on the "Before Paragraph" setting of each paragraph. My solution works for every paragraph but the first. It appears ...
|
| Automatic highlighting of document key words? | 18 Feb 2005 08:45 GMT | 1 |
How can I automatically color highlight key words in a Word document, based upon a supplied keyword list?
|
| Reverse macro below | 18 Feb 2005 08:40 GMT | 2 |
I have this macro that displays the style name for all paragraphs in a document. I use this to easily check to make sure certain styles are used. Is there a way to reverse this and have the style name removed?
|
| Creating a "Table of Footnotes" | 18 Feb 2005 08:37 GMT | 2 |
I have a large document with a hundred or so footnotes in, set to appear at the bottom of each page. I also want these footnotes to appear in a chapter near the end of the document. So, I did Insert > Reference > Index & Tables, Table of Figures Tab,
|
| Referencing a file from within Word... | 18 Feb 2005 04:06 GMT | 1 |
Good day, I need help! I want the ability to reference and display the contents of a word doc within another, with the ability to change the referenced file and any subsequent opening of the original file will display the changed text in
|
| How do I make my form text insert at the exact bookmark location? | 18 Feb 2005 03:20 GMT | 1 |
I have a template document that has a number of bookmarks throughtout it. I have a UserForm that autoloads & requests the information. When the User presses the SUBMIT button, the form text is supposed to be transferred to specific BOOKMARKS in the document.
|
| How can I wrap some text, with formatting, with some xml tags in . | 18 Feb 2005 01:38 GMT | 3 |
I need to surround some formatted text in WORD, with some xml tags. What I mean here is that I have a document with different formatting, and I want to wrap some tags around the text of some specific format. I am doing this so as to parse the data from the document, which would ...
|
| Activate Word without starting new Word instance | 18 Feb 2005 00:55 GMT | 19 |
I would be great to find a way to activate Word without starting a new Word instance. I think I asked about this a year or two ago, and didn't get anywhere. Any ideas?
|
| Padding cell contents with ... to the end | 18 Feb 2005 00:25 GMT | 9 |
Hi! I am creating a table programmatically in C# / Word 2000. I need to pad the contents of some cells with "." to the end of the cells. I can not figure out how to do it. How do I find how many characters a cell can hold ? I can get the Width of the cell but I can not determined ...
|