| Thread | Last Post | Replies |
|
| not checking all cells | 29 Jun 2007 09:40 GMT | 1 |
did this with macro recorder it does not shade all cells. those not shaded are spread around on sheet. Want to do this to see if data missing before merge for mailing Thanks
|
| automated macro insertion | 29 Jun 2007 08:45 GMT | 3 |
For conversion/standardisation purposes I would like to know how, upon opening a document, I can have VBA add a macro to this document. Much like a virus infection. I am new to the Word environment but have ample programming experience, e.g.
|
| Get the word language | 29 Jun 2007 04:22 GMT | 2 |
I want to get the word application language.In .net, I get it by this sentence: Document.Application.Language.ToString(). When I set the language to French,it returns msoLanguageFrench,but when I set the language to
|
| How do I compare text entered in form fields (not mailmerge)? | 29 Jun 2007 03:02 GMT | 1 |
I have a MS Word form (not mail merge) that has a number of fileds on it. I want to produce error messages (MsgBox) whenever users enter incorrect data. For example, there is a field for Owner and Manager on my form. Users frequently enter the same name in these fields and that ...
|
| Creating word doc with FILLIN field hides all toolbars | 28 Jun 2007 18:56 GMT | 3 |
I have some code in a VB6 app that opens a Word doc based on a template. It looks like this: Dim wordApp As Word.Application Set wordApp = CreateObject("Word.Application")
|
| Select a Range of Text Between Two keywords. | 28 Jun 2007 14:55 GMT | 2 |
I have a word document that has two keywords in it. I would like to select any text that is between these two keywords. Is there an easy way to do this in VBA? Example Doc:
|
| File Menu not opening in word 2003 | 28 Jun 2007 14:42 GMT | 2 |
I have a user that is using office 2003 SBE and in her word program. If she clicks on the file menu, it will no open the drop box but if she click any other menu option it will giver her the drop down box with all the option in that menu...
|
| Defining Font Spacing | 28 Jun 2007 14:27 GMT | 1 |
i've written a macro that searches for space characters in the selected text and alters their font spacing to a specific amount. But when I try to set the spacing to a value with more than one decimal places, Word treats the value as if it only has one decimal place.
|
| Create tables | 28 Jun 2007 14:18 GMT | 1 |
I need to create a macro that inserts a table with 3 columns and 4 rows. The problem is not creating the table with 3 columns and 4 rows, the problem is how to define the size (or column width) of each column. If I try to record a new macro I am not allowed to change the table
|
| Load Dictionary and Refresh ActiveDocument | 28 Jun 2007 10:04 GMT | 3 |
We are trying to add a custom dictionary in Word and need the ActiveDocument to be updated with the newly added dictionary. Here's what I mean: Using this code:
|
| VBA VBE Object | 28 Jun 2007 08:35 GMT | 3 |
Anyone work with the VBE object before? If you have can you give me any ups and downs about it and more, some good links on this subject? After finding that Office does have an Object for the Macro Editor I would like to know what are the limitations?
|
| Exclude hidden appendix from search range in vba | 28 Jun 2007 06:00 GMT | 8 |
In a word 2003 documend, is there a way to exclude from a search range (vba) the hidden appendix used for the browser ? when I use the search module from Doug & Helmut, I've got results inside this hidden part but I need only to search in the "visible" part of the file..
|
| Macros | 28 Jun 2007 04:11 GMT | 1 |
I am trying to record a macro in word 2003. I go to 'insert, picture, from scanner or camera' then the scanner box comes with options to insert, custom insert or cancel. The whole page is not scanned so I have to go to custom insert when another box opens with scanning options ...
|
| Change Do/Loop to break then continue after so many iterations? | 28 Jun 2007 03:12 GMT | 1 |
Right now my code is set up to run a Do/Loop until all iterations are completed, then execute more code. I have realized that if the number of iterations is very large, I will need to break things up into smaller chunks. If the total iteratins is 100, for instance, I wiil
|
| File Open | 28 Jun 2007 01:36 GMT | 2 |
I am using Word 2003 and would like to create a macro that goes to File, Open and navigates to a certain folder. Once it gets to that folder, the macro stops. I know I am missing the last line of code to accomplish this. TIA,
|