| Thread | Last Post | Replies |
|
| Search & Replace in a table | 26 Feb 2006 01:12 GMT | 2 |
Having positioned the cursor inside a table, The following code is intended to work in the second column of a 2 col table and replace the word "From" with an autotext entry called "Handoff from" Problem is that I can not contain it to work ONLY inside the table. It works
|
| Macro to top of document | 26 Feb 2006 00:01 GMT | 4 |
I want to place a link on the bottom of each page to allow the user to click it and go to the Table of Contents. I have two issues: 1) I want to do it on each page in the footer so I don't have to replicate it on each of the 100 pages but the footer will not allow a user to ...
|
| Mail Merge from Access to Word - Version Change Problem | 25 Feb 2006 18:00 GMT | 1 |
I am using a Word template to be able to save a report as a new document. I have set a button in Access that is calling the template. Everything is working fine on Access and Word 2002, but when I tried to
|
| Looping Problem in Merging Cells | 25 Feb 2006 15:30 GMT | 11 |
Hi, Everyone. I'm having an odd problem with Word 2000. Every time I run through this loop step-by-step (in debug mode), it runs perfectly, but when I try to execute it, it gets hung up. Here is the loop I'm trying to do:
|
| Slow | 25 Feb 2006 13:49 GMT | 1 |
I have a Word 2000 doc that consists of 8 labels and text boxes then a table of 4 columns and 20 rows consisting of a text label in column 1 then a radio button in columns 2, 3, and 4 on the first page. So, basically, the user opens the doc and fills in the 8 text boxes with things ...
|
| Word form with VBA | 25 Feb 2006 11:47 GMT | 6 |
I am designing a form with word and VBA. I would like the user of the form to be able to drag and drop a jpg into the form, which would them be copied into the word doc.
|
| Word 2000 VB fs.Copyfile | 25 Feb 2006 09:21 GMT | 2 |
In VBA Word2000 I use the macro fs.copyfile <target>, < destination> to copy a file. When the file is ReadOnly it wouldn't work (?). So I copy the file, without Read Only, but in the destination folder I want the file to be Read Only (via
|
| finding string in word docs.... | 25 Feb 2006 08:31 GMT | 12 |
I use following code to search in a Word document for a string of text. Although I think it should it doesn't always finds formatted text. Anyone know what is wromg in my code? For Each myStoryRange In ActiveDocument.StoryRanges
|
| How do I cause document to automatically print on specific ptr? | 25 Feb 2006 08:30 GMT | 1 |
I have a number of printers on my network I can send my document to. When I print a document, Word retains the selected printer until I specify a different printer. How do I set a document to automatically print to a specific printer, then set the printer back to the default?
|
| Auto Tab Form Field | 25 Feb 2006 01:42 GMT | 3 |
I've seen this script for java and wondered if anyone knows how to do this with a macro in word? It's an Auto(form field) script - It auto tabs a form field once its value has exceeded a certain length. For web use it looks like this -
|
| vba script to remove specific text from a word2000 doc | 24 Feb 2006 22:04 GMT | 9 |
I would like to creat a macro using vba script to remove specific text from a word2000 document. Appreciate your help
|
| Delete Section Breaks to End of Document | 24 Feb 2006 21:09 GMT | 6 |
We have Word 2003 and I need to search for the word "DocumentTag" and from this word (or point forward) I need to delete all section breaks to the end of the document. I tried a search and replace, but it deletes the section breaks prior to the word "DocumentTag" as well and ...
|
| Simple macro to repeat through entire document. | 24 Feb 2006 20:01 GMT | 4 |
Howdy, I'm trying to get a simple macro to repeat throughout an entire document. This will be used about once a week on a report. It copies 7 characters out of each page and pastes them to the beginning of the
|
| save a clipboard picture | 24 Feb 2006 19:44 GMT | 1 |
Dear everyone, When I have a picture copied to my clipboard, how can I accomplish by means of Word VBA to have that picture saved to a file? It is OK if this only can be done in two or more steps, say for example by
|
| Global macro to open normal.dot | 24 Feb 2006 19:18 GMT | 5 |
I'd like to create a macro which will open a user's normal.dot file. The base file location is the same for everyone; only the UserID contained in that path will vary. For instance, C:\DOCUMENTS AND SETTINGS\MKG\APPLICATION DATA\MICROSOFT\TEMPLATES\NORMAL.DOT. The MKG is
|