| Thread | Last Post | Replies |
|
| How do I find a pattern within Word/ | 28 Feb 2007 05:11 GMT | 2 |
I am trying to efficiently/quickly(in terms of CPU usage and time) find a pattern of text within a Word document. Basically, 3 digits followed by a dash, and then 4 more digits. I am wondering if the below code is appropriate? Application.Selection.HomeKey( _
|
| Automated process to get data from excel into a word document | 27 Feb 2007 22:22 GMT | 2 |
I word like to automatically generate a word document using text from differnt pages with one excel file.
|
| Autoexec and Word sessions | 27 Feb 2007 22:21 GMT | 8 |
I have some code that runs in an autoexec macro (in a global template). It runs fine, but it seems that if the user happens to open a new Word session (ie has Word already running and opens Word again instead of a new document), autoexec doesn't fire? And it doesn't matter if ...
|
| mail-merge | 27 Feb 2007 22:05 GMT | 1 |
Is it possible after mail-merging to save the various sections under different names? janeway
|
| Setting tabs in VBA | 27 Feb 2007 19:53 GMT | 5 |
Can someone please show me how I might set tabs in a word document in VBA so that fields in an incoming datasource will always begin in the correct column? I'm using InsertAfter to add rows to the "report" as shown below but depending on the amount of data in the fields and the ...
|
| Stop template "Save Changes" | 27 Feb 2007 19:50 GMT | 4 |
We have a number of standard templates sat on a Network Share and pointed at by the Workgroup Templates setting in Word 2000. All of the templates are marked as Read Only in their file properties. All the templates can be used by many people.
|
| Code to populate listbox is not working | 27 Feb 2007 17:15 GMT | 4 |
I used the following code which worked fine a few days ago and now doesn't pull the data from into the listbox. I've checked the reference, syntax, and just can't understand why it isn't working. I have it on my computer at home and it works fine yet
|
| Problem updating word document from and Add-In | 27 Feb 2007 17:06 GMT | 2 |
I'm developing an Add-In in C# for Word 2007 using VSTO for VS2005. Part of the excercise is to monitor pictures on disk that have been linked into a word document as an inlineshapes collection. Once a picture file is being changed by a picture editor then the Add-In
|
| Impossible to acces to the VBA project | 27 Feb 2007 16:43 GMT | 1 |
I have a bizzare (for me) problem. I develop some macro in a master and save it. I can open new document from the master and use the macros. But when I want to modify the macro, under VBA it's impossible to acces the
|
| "Find" an autonumber with a macro? | 27 Feb 2007 13:38 GMT | 4 |
I'm trying to help my son over the phone. He's got Word 2000 on Windows 2000. He's just discovered recording macros. He's working on formatting a multiple choice test for the school he works at, and he wants to record a macro that will find every autonumbered answer "d.", go ...
|
| Code to populate listbox is not working | 27 Feb 2007 11:26 GMT | 4 |
I used the following code which worked fine a few days ago and now doesn't pull the data from into the listbox. I've checked the reference, syntax, and just can't understand why it isn't working. I have it on my computer at home and it works fine yet
|
| Show the whole page | 27 Feb 2007 11:23 GMT | 3 |
I have created an AutoOpen for my lesson plans document that opens to the correct page depending on what week of the semester we're in. I like the way it works except for one thing. It takes me to the top of the page, but the top of the page is about one-fifth of the way down
|
| WORD FORM W/VB TO WEB? | 27 Feb 2007 07:46 GMT | 1 |
I have a word document programmed w/macros that, when selected, inserts paragraphs of text into a document. I'd like to create the document, including macro functionality, and make accessible on the web. Any thoughts, resources, and/or suggestions to make this happen?
|
| macro for creating table with specifyed content | 27 Feb 2007 07:34 GMT | 2 |
I have to make a macro to create a Table with a specifyed header
|name|position| at the end of a the document and i have to fill it with the informations content in other tables in certain cells.
|
| ...from here to next tab ?? Help | 27 Feb 2007 05:45 GMT | 2 |
I want to record a macro that selects (for later deletion) all characters between "here" and next tab (or next comma or whatever). How do I record such a macro? Seems kinda basic, till I realize Word has no "select" key like WP did.
|