| Thread | Last Post | Replies |
|
| How do I install a control on a Word toolbar? | 08 Apr 2006 18:20 GMT | 1 |
Please provide or direct me to the instructions for this in VB or VBA. Thanks
|
| on error | 08 Apr 2006 16:37 GMT | 1 |
Is there some kind of command like On Error Skip--so that if the next line gives an error, it will just be skipped? thanks, ck
|
| Macro for LineCount | 08 Apr 2006 12:27 GMT | 1 |
Hi i have to made a macro for word file but its taking the blank line too i have to remone the counting of blank line, im new to this pls help. I have to make it as line count for every line but if the paragraph start it should count per 65 char as a line count and no blank line
|
| Transfer Data From Text Form Field | 07 Apr 2006 20:56 GMT | 2 |
I have 6 text form fields. The first set of 3 are Name, Address, City/State/Zip for a Sold To section. The second set of 3 are Name, Address, City/State/Zip for Ship To section. I have a check box in between then that says, "Check the box if the Sold To address is the
|
| Mail Merge to specific document based on record data | 07 Apr 2006 20:11 GMT | 2 |
Hi all. I've been trying to figure this out on my own with little success, as well as searching all of the Word groups I could find. What I need to do is create a Macro or VBScript that will select a datasource (AS400 table), sort it by a specified value in each record,
|
| How is word repainting itself? | 07 Apr 2006 19:17 GMT | 9 |
I'm using Spy++ to look at the WM_PAINT window messages moving across the word process, to see how the windows in Word are related. If you edit the content of the document using the keyboard, it seems like the only windows that receive a WM_PAINT message are the two MsoCommandBar ...
|
| What's wrong with this ? | 07 Apr 2006 16:57 GMT | 6 |
Just , take a look to this code . sub deleteAllHyperlinks() Dim HyperlinksCount as Integer HyperlinksCount = Selection.range.hyperlinks.count
|
| Regular Expression and VBA | 07 Apr 2006 16:46 GMT | 3 |
I'm trying to use VBScripting's Regular Expressions with VBA and VB. However, it looks like tables throws off the FirstIndex value so that accurately locating text using that number if not possible. Is this the case or am I overlooking something?
|
| Limiting the Print Button | 07 Apr 2006 14:52 GMT | 1 |
We have a problem in our organisation with students pressing the print button multiple times to print out a document. Is there any way that printing can be limited with vba ? What we really want is for the print button to work only once for a
|
| Help me optimize VBA code | 07 Apr 2006 13:24 GMT | 13 |
I have docs in Word with contain IPA (International Phonetic Alphabet) symbols used to indicate the pronumciation of the words. When I changed the font these symbols appear incorrectly. I wrote a VBA macro that converts the incorrect symbols to the correct VBA symbols. All symbols
|
| Code cleaner in 2003 | 07 Apr 2006 13:03 GMT | 2 |
Downloaded and tried the code cleaner: http://word.mvps.org/faqs/macrosvba/TemplateBloat.htm It does say it works up to 2002 and indeed I had an error on importing the files.
|
| HeaderFooter.Shapes | 07 Apr 2006 10:44 GMT | 1 |
I have 3 different Shapes at the top of the document. Now I'm trying to write code that will, depending on which optionbox is selected in the userform, delete other Shapes. (Or bring them to front - sent back). I have code that will delete the selected shape in the header but ...
|
| Save each section to a separte file | 07 Apr 2006 06:21 GMT | 2 |
My brother regularly receives a large word document which is organised as a series of sections - one section per page. Is it possible to write some VBA to open myfile.doc and write out each section to it's own file e.g. myfile.001.doc, myfile.002.doc, etc?
|
| Selecting Form Fields | 07 Apr 2006 03:33 GMT | 5 |
I am having trouble selecting a form field using VBA code. This is based on the article "The best way to select a form field using VBA" on the MVP website, written by Mark Tangard. http://word.mvps.org/FAQS/TblsFldsFms/GotoFormField.htm
|
| VBA Section Printing Problem in MSWord (Printout method) | 07 Apr 2006 00:19 GMT | 2 |
I am having trouble telling the Printout method (VBA, MS Word 2002) to print specific SECTIONS of my document only. I have attempted several different techniques and have concluded that the method has trouble interpreting page ranges... although I would be glad to find out that ...
|