| Thread | Last Post | Replies |
|
| How to change the "includeText" field value in the Footer via VB/VBA | 22 Feb 2008 17:12 GMT | 1 |
Im trying to change the "IncludeText" values in a word document throguh VB (VBA) , I need to change lot of word documents (nearly 500) , I could change the values of the "includtext" fields in the document body using the following
|
| Unable To insert Line Break when selection is in TextBox | 22 Feb 2008 17:03 GMT | 1 |
i am using Word Object Model to insert line break at selection using below statement: applicationObject.Selection.InsertBreak(ref BreakType) where BreakType is defined as
|
| Creating an Envelop | 22 Feb 2008 15:14 GMT | 1 |
I am trying to create a simple sub to create an envelope. ... Set MyDoc = Wrd.activedocument ' Create new envelopes
|
| Multiple easy questions. | 22 Feb 2008 15:04 GMT | 5 |
Hello, I would like to know how to: 1) I'm creating a kind of interactive program, what I need to do is to select each word of the document, then for each, select all the characters of the word and then do something with each one of the characters and the go to
|
| Problem creating Userform | 22 Feb 2008 14:56 GMT | 2 |
Hi - I'm running Word 2000 at work and I'm trying to learn to create a Userform. I've been using the article by Doug Robbins on how to create a Userform and when I code in his example (letter for letter) I get the following error:
|
| Inserting a checkbox using VBA | 22 Feb 2008 14:40 GMT | 5 |
I have a macro in Outlook that will create a word document. I want to insert a checkbox control. objWord.ActiveDocument.Bookmarks("Required").Select objWord.Selection.TypeText CStr(names)
|
| Update Textbox1 after combox easy help for beginner! | 22 Feb 2008 14:29 GMT | 3 |
I want only that after I choose in the Combobox1 one value in the textbox1 appear automatically this value! I know it s a stupid question...I'm starting know to work with WBA and so I' reading a lot!
|
| Propose save file name | 22 Feb 2008 12:23 GMT | 4 |
I'm developing an applicaiton, that starts the word, opens a document based on a template and fill some information in it. Then the user can modify this document. If the user wants to save it, the file name in the SaveAs-dialog is
|
| Releasing RAM while a macro is running | 22 Feb 2008 12:00 GMT | 3 |
VBA Gerus, I have created a macro that scans large documents for text patterns and adds comments when a pattern (e.g., several words) is detected. My problem is that when it is run on documents longer than 30 pages it
|
| disable macros in word | 22 Feb 2008 07:23 GMT | 2 |
I would like to be able to write codes to disable macros in VBA for office word 03 document. I wonder if anyone might be able to guide me on how to do this? Thank you in advance
|
| Macros and Protect / Unprotect | 22 Feb 2008 07:18 GMT | 18 |
I have created a form that a manager completes. I created a macro that changes the font to one colour, creates a header and saves to a certain file. It's run from a macro button on the end of the form. However, if the form is locked, i can't run it. Is there a way in the ...
|
| Checkbox calculations in form | 21 Feb 2008 23:51 GMT | 8 |
Hi, I am working on a form with mulitple checkboxes and was wondering how can I count the amount of checkboxes then calculate a percent checked? Any help is appreciated. Thanks. JC
|
| Making a check box that will automatically put in check when click | 21 Feb 2008 23:10 GMT | 10 |
We are making a form that will be filled out on the internet and must have a check box that will put a check mark into the box when clicked on. The directions from "help" are not making it happen. The form has been created and the check boxes added to it, could this be the ...
|
| selecting specific text within a cell | 21 Feb 2008 23:00 GMT | 3 |
Office 2003 Pro. I am creating tables in Word and then adding text to these tables and formatting. Qu.1
|
| Adding user to word document? | 21 Feb 2008 22:08 GMT | 1 |
Once I have logged onto my Windows XP machine in work, I was wondering if it was possible to add my user to a word document as soon as it is opened. i.e. I log on as DSmith, could DSmith be inserted into a field in a word document upon open? and if so, how?
|