| Thread | Last Post | Replies |
|
| capturing field values | 31 Mar 2007 17:45 GMT | 2 |
Hi Ng Here is what I want to do. User insert by help of the autotext function some blocks of text in a document, the autotext include some fields where to enter some amount
|
| Performance Problem with Protected Table and Unprotected Cells | 31 Mar 2007 17:42 GMT | 1 |
I'm using Office 2003. I have a table in a protected WORD document. The table is 1x1. I made the table editable for the users by using Activedocument.Protect(wdAllowOnlyReading) Mytable.Cell(1, 1).Range.Editors.Add (wdEditorEveryone)
|
| Having a Macro Icon Toggle | 31 Mar 2007 09:33 GMT | 2 |
On Word the Bold, Italics and Underline are all gray when not toggled but black when they are as you well know. I would like to make an icon that would indicate when print hidden text is toggled and when it isn't. Is there any way to to that?
|
| Word 2003 Windows XP Focus and forms | 31 Mar 2007 08:49 GMT | 3 |
We developed a product 6 years ago using Word 97 in Windows 2000 environment. The client has now moved to Windows 2003 in an XP Pro environment. It seems that Word 2003 has changed the way in which forms throw.
|
| A Recommendation Letter to hire or fire employees | 31 Mar 2007 07:23 GMT | 1 |
I like a pre-made template or hints to create a template that I can use on Word 2003. My purpose is to submit this Letter of Recommendation to the Chairman of the Board and to all department heads of this action. I would like information to be accurate and true as possible. I ...
|
| DocumentBeforePrint event | 31 Mar 2007 03:32 GMT | 1 |
Is there a way to see how many copies were requested in the DocumentBeforePrint event? I store documents in a database and I need to store how many copies are needed and how many have already been printed. Thanks,
|
| How do I auto populate a field based off of my list selection | 31 Mar 2007 00:16 GMT | 4 |
OK, here it goes :) I dont know anything about VBA and I'm thinking I will need to learn to do what I want to do in my .doc. I have a table of 'contact info' in my document which I'm going to lock so
|
| trying to edit columns in listbox by putting textboxes on top | 30 Mar 2007 22:38 GMT | 1 |
I have tried this, but the listbox is always on top. I have tried sending it to back, and sending the textbox to front, but the textbox is still behind the listbox. I am using VBA in excel, not word, but it sounds like a similar problem and there isn't anything on this in
|
| Combobox and matchrequired property | 30 Mar 2007 22:35 GMT | 1 |
I have a combobox with two columns, and the first bound column is hidden. If I now set the matchrequired property to TRUE, it forces users to select an entry from the existing list. If it is set to FALSE, the user may type in something in the combobox that is not given in the ...
|
| Help me with InsertBefore/InsertAfter | 30 Mar 2007 20:43 GMT | 3 |
Can someone help me modify the macro below? I have a list of words which must be tagged like this: [c]XXXX[/c] I have a macro that I used a while ago which served me to colorize these words in green. Can you help me modify this macro or use another
|
| User Form | 30 Mar 2007 20:12 GMT | 3 |
I have created a user form for a letter template and would like the senders information to stay the same if saved (kind of like personalizing the template), unless cleared. My problem is coding the form to keep the senders information intact upon opening. I have this
|
| How do you make sure only one field formis allowed to be ticked?? | 30 Mar 2007 17:24 GMT | 4 |
Hi...I'm creating a form to be completed using Word, & I've entered the tick box form fields in, but want to know how to let the person answering the form, only tick one box out of so many boxes?? For example, one question is Male or Female....only want the person
|
| Copy-paste office documents via clipboard | 30 Mar 2007 16:47 GMT | 1 |
Copy-paste office documents via clipboard Hello! I need to copy paste office documents via clipboard. I wrote next code: public void InsertDocument(object mDocument, string documentFileName)
|
| Automatically close document. | 30 Mar 2007 15:41 GMT | 7 |
Hi, we have a control document which a number of users update on Fridays. The problem is sometimes people stay in the document preventing other people updating it. Is there a way I could create a script, that once a person opens a document they have 15 minutes
|
| Page Break problem | 30 Mar 2007 13:51 GMT | 1 |
How can I detect if a paragraph is at the beginning of a page in a doc?? I know there is couple of kind of page break in word, mannul page break(^m), section break(^b), also the break the that when the text exceed the page (auto insert by word). how can I search those break?
|