| Thread | Last Post | Replies |
|
| Textbox with Fill effect, Word 2003 | 19 Mar 2005 04:14 GMT | 1 |
Hi! I need to build a textbox/box with Fill effect in such a way that the top will start with white and gradually changes to gray. At the bottom of this textbox I will display a label with transparent background or some text in case if a textbox. The box must be able to resize ...
|
| LBound and UBound | 18 Mar 2005 23:33 GMT | 7 |
Hello Masters, I was using the following lines of code to supply the ".Find" text in a macro. The words to be found are in single column table with the heading "Find" and stored in another document.
|
| Application Events | 18 Mar 2005 21:53 GMT | 3 |
I am attempting to use the Application.DocumentBeforePrint event to trigger a UserForm. I have a class containing the required code to open the userform on condition that various formfields
|
| Can red X be prevented | 18 Mar 2005 21:43 GMT | 1 |
In the upper right corner of MS Word (XP) I would like to disable the red X and control closing of Word myself through code. Thanks for any ideas.
|
| Interoperability | 18 Mar 2005 21:38 GMT | 2 |
I ain't real sure this is the place for this but I will ask anyway. I have to place numerous word documents on a server. A user goes through a selection process and decides what documents he or she want's. I have to create a master document and then add all the other selected ...
|
| Black and Gray | 18 Mar 2005 21:22 GMT | 3 |
I needed to suppress (I changed to gray instead) text in cells in checkbox not checked along with the three cells next to it. Bold text if checked. Astrid helped me out with code. I needed to change the cells next to the checkbox too.
|
| Word as a standalone front-end to Access | 18 Mar 2005 21:16 GMT | 2 |
I want to be able to use a Word document or template as a standalone front-end to an Access table. I want to set it up so a user would download the Word document from a public web server, fill out the form and then email it back. Once I receive it, I want to be able to transfer ...
|
| Compare and Merge two Word docs in automate code | 18 Mar 2005 20:59 GMT | 2 |
Word standalone application has a nice feature that we can compare and merge two doc files (menu “Tools/Compare and Merge Documents…”). Does “Word Object Model” have function similar to “Compare and Merge”? I try to merge two doc file in .NET code. Thanks.
|
| OptionButton Problem | 18 Mar 2005 20:48 GMT | 4 |
I have created a UserForm for a letter template and the users are presented with a range of OptionButtons to select who the letter will be signed by. When the selection is made, the person who will be signing the letter has their name added to an email address, their personal
|
| Merging variable detail from a Userform | 18 Mar 2005 20:40 GMT | 4 |
I don't know if this is even possible: I would like to set a userform with the facility to merge different detail for different people. Example: If a user types in the intials for person ABC, the telephone extension
|
| Determine if a paragraph has multiple lines | 18 Mar 2005 20:26 GMT | 7 |
I need to determine if a paragraph consists of multiple lines. The only method that comes to mind is to check the vertical position of the start of the paragraph with the vertical position of end of the paragraph using ".Information(wdVerticalPositionRelativeToPage)".
|
| Partial Document Protection | 18 Mar 2005 16:27 GMT | 5 |
Is there a way to put a Word Document in a state where the user can only modify the format of the paragraphs (fonts, colors, style, ect); but do not modify the text (insert, delete, replace, ect)? I need this because I am doing something in a modeless VBA form and editing
|
| Can I protect a column in a word doc | 18 Mar 2005 16:26 GMT | 2 |
I have a word doc that has 5 colunms and 15 rows. I want to protect the first two columns in the doc while allowing the user to change and or edit information in the last three columns. Is this possible?
|
| How to obtain ComboBox handle? | 18 Mar 2005 16:16 GMT | 2 |
I have a userform in my macro which contains a combo box. Unfortunatelly it does not allow mouse scrolling. I want to add this functionality, have some idea, but need to have the combo box handle for the API function. Before I started coding using FindWindow, FindWindowEx, ...
|
| form-driven template | 18 Mar 2005 15:49 GMT | 2 |
I'm looking for some guidance for creating a form-based template. I'm sure that there are tutorials somewhere for this and I'm looking for a pointer to those. I have a document that I want to turn into a boilerplate template.
|