| Thread | Last Post | Replies |
|
| Help with Russ's Macro | 20 Jul 2007 09:33 GMT | 2 |
We are converting thousands of documents from WordPerfect to Word. I have write with the help from this site to clean up the bulk of the problems created from the conversion. I found one that Russ wrote that works for most of mine. The majority of the converted documents come ...
|
| VBA code to search for FileName in Word | 20 Jul 2007 09:12 GMT | 13 |
I want to write a macro in Word that will find the filename (generated by a document management system - Imanage) that resides on every page in the Footer and then delete them. I can write a macro that deletes all footers, but I do not want the page numbering in the footers to ...
|
| VBA makes make doc read only but user's can still copy and paste images off of it. | 20 Jul 2007 07:19 GMT | 3 |
I created a form template that once the user finishes filling out saves itself on a network drive. My problem is that during the process, depending on what the user clicks on, a certain image will appear on the form. If yuou open the form after the VBA has ran you
|
| creating drop down box with multiple choices | 20 Jul 2007 04:46 GMT | 2 |
Hello all I am comletely new to any word function besides typing, but recently learned some new tricks. I wanted to know how and if it is possible to create a drop down box that can have multiple selections and display those selections in
|
| Delete Multiple Tables Based on common word | 20 Jul 2007 04:31 GMT | 2 |
I hope someone is able to help... I have a document which contains multiple tables.... There are several tables (# changes on a daily basis) spread throughout the document which contain the words "GEAR CHANGES". Is there a way to create a
|
| Delete Multiple Tables Based on common word | 20 Jul 2007 04:31 GMT | 4 |
Help, I'm stuck :) I want to delete the tables from a word document that contain the words "GEAR CHANGES". Unfortunately this document is updated on a daily basis and there
|
| Replace text strings with incremented named bookmarks | 20 Jul 2007 02:15 GMT | 5 |
Up to now, my VBA has been limited to basic Find and Replace macros, or updating links and other formatting issues. Now I'm trying to do something a bit more complex involving looping and a counter, and I'm coming unstuck completely. Any help would be much appreciated!
|
| Selecting an object on a page | 20 Jul 2007 00:34 GMT | 2 |
I want to put my cursor on any particular page of choice in a Word document and then find a shape of a certain type. I know how to ripple through a whole document and change a shape's properties using a For Each... statement but I dont know how to
|
| Set Tab Order | 19 Jul 2007 20:41 GMT | 5 |
I have created a form that contains many text boxes, a combo box, and a list box. They have been inserted out of number order and I cannot get it to let me tab or enter from one to another. I have read about changing the TabIndex property, but cannot locate it. Can
|
| Problem with Word - Help! | 19 Jul 2007 20:06 GMT | 4 |
I have a word document with a random # of tables inside it. I want a script which will automatically find all the tables and insert a new blank column before column #3 does anyone know of any, or a place to to find them.
|
| creating drop down box with multiple choices | 19 Jul 2007 19:14 GMT | 1 |
Hello all I am comletely new to any word function besides typing, but recently learned some new tricks. I wanted to know how and if it is possible to create a drop down box that can have multiple selections and display those selections in
|
| Finding shapes | 19 Jul 2007 18:04 GMT | 12 |
I have the following macro that creates vertical lines and then names each one. How would I write a macro that would let me scroll down thru my documents at a later date and find each one, look at it and then ask me to go to the next one?
|
| InchesToPoints? | 19 Jul 2007 16:56 GMT | 10 |
Below is a snippet of my code that has been used for years. This works, but I admit I don't really understand the "InchesToPoints" thing. I inherited this code and just used it because it worked. Now I have a chance to improve the whole project and this is one thing I want to ask ...
|
| UGLY DELETE PAGE CODE | 19 Jul 2007 15:26 GMT | 2 |
How can i delete the pages 1-3 with better code? Sub Macro1() Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext, Name:="1" Selection.Bookmarks("\Page").Select
|
| Output Array | 19 Jul 2007 15:10 GMT | 1 |
Thanks for looking I work with Excel a lot and have built an array of string values, there are about 200 in the test. I am trying to output these to word using code found here, I'm getting no errors but nothing is happening either. Thanks for any
|