| Thread | Last Post | Replies |
|
| how do I read multiple word forms into excel (batch)? | 11 Jul 2007 10:44 GMT | 1 |
I have a couple of hundred word forms and I have saved the data from each one as a text file. I want to enter all the data into one excel sheet. Currently I have to open each one in a separate excel sheet, then cut and paste into a master sheet. There must be an easier way Can ...
|
| How can i unlock the type mode keys? | 11 Jul 2007 10:42 GMT | 1 |
My microsoft word has my type mode on lock how can i unlock it and start typying on my computer again. i need help. my program is microsoft word 2007. Sincerely Monica
|
| Set ActiveDocument Variable | 11 Jul 2007 07:49 GMT | 13 |
I am trying to put together some code which would run the line below, only if CheckBox1 through CheckBox15 were false. ActiveDocument.Variables("Disability").Value = "Incomplete" ---
|
| Word 2003/2000 - Highighting specific words in text form fields | 11 Jul 2007 02:34 GMT | 4 |
I have designed a userform and several users have asked whether there is a better way of highlighting and copying from form fields when in Protected mode. In the default Word behaviour, any attempt to highlight using the left mouse key results in the whole of the current ...
|
| Help with Forms! | 11 Jul 2007 01:26 GMT | 1 |
I am trying to use a function macro in my forms for Word 2003, however they are not appearing when I try to assign them to a text box. I'm somewhat of a novice in terms of VB scripting. Thanks,
|
| Variable from sub to sub | 11 Jul 2007 00:57 GMT | 1 |
I am trying to select a variable in one sub procedure and then use that variable in another procedure. I am using the following code: Dim paneltype As String Sub CommandButton1_Click()
|
| UserForm: hit "Enter" on keyboard to activate button? | 11 Jul 2007 00:46 GMT | 2 |
I've created a UserForm in which I enter data in three text boxes. I then click the CommandButton that runs the code to perfrom the calculations. I'd rather just hit "Enter" on the keyboard. What property of the CommandButton to I use to do this?
|
| Need Advice Excel to Mail Merge | 10 Jul 2007 23:52 GMT | 4 |
This may come as a surprise, but I am a school teacher and rarely use Word. I am not in Language Arts. I have 70 Excell WorkBooks from which I must do Mail-Merges. When other teachers decide to do a mailing they keep selecting the wrong
|
| Word 2007 Macro Help Please! | 10 Jul 2007 23:08 GMT | 6 |
I need a macro to close as many documents as might be open in Word 2007, saving none of the changes, then closing Word. The following (borrowed from Excel 2003 and modified) works with 1 document but not when I have 2 or more. Can anyone help?
|
| Populated fields when checkbox selected | 10 Jul 2007 21:44 GMT | 1 |
I want to update some text boxes when a check box is selected. I have 3 bookmarks labeled Text1, Text2 and Text3. When the user selects the checkbox, a macro needs to be executed which populates bookmarks TextA with data entered in bookmark Text1, TextB populated
|
| appWord.OrganizerCopy error in word 2007 | 10 Jul 2007 21:11 GMT | 1 |
I am trying to create a template for a document. I would like to copy the styles from the document to the template. In Word 2002 the following VBA-Code works fine: -----------------------------------------------------------------------------------------------
|
| Form behaviour when called from toolbar button | 10 Jul 2007 18:18 GMT | 8 |
Using Word 2003. I have a VBA userform which I would like to be semi-transparent. The form contains the following sub (as well as declarations and other stuff): Private Sub UserForm_Initialize()
|
| Importing Word Objects, without retaining Object status | 10 Jul 2007 15:38 GMT | 2 |
I'm creating a Word document from an Excel document, and depending on various selections made in the Excel document, I include particular segments of text. I have created the individual segments in Word, and copied/pasted them into my Excel document as Word Objects. This works ...
|
| Search through a document and assign bookmarks | 10 Jul 2007 15:08 GMT | 19 |
I would like to search through an entire word document (text, tables, etc) and assign bookmarks to every number in it. These numbers could have decimals, $ signs in front, etc. Is there a quick and easy way to do this? Thank you.
|
| Installing Word Menu / Macro | 10 Jul 2007 14:30 GMT | 3 |
I have writtrn some VBA to add a menu to Word, and a macro that is run when the user selects the menu. How do I install this on client PCs, so the client just clicks one install progrm and the menu/macro install.
|