| Thread | Last Post | Replies |
|
| Saving a new Word document with a predefined name | 17 Mar 2005 00:34 GMT | 2 |
I'm working on creating a form in Word that I want to be able to save with a certain file name. This file name should base its name on a field in the form or something like that... Any suggestions??
|
| SendKeys in Word 2003 | 16 Mar 2005 23:11 GMT | 4 |
A simple SendKeys statement that works OK in Word 2000 does not work in Word 2003 (both in Windows XP) ... WHY? /Bosse Hansson
|
| Merge Cells Method Problem | 16 Mar 2005 21:59 GMT | 2 |
Using Word 2000 on XP. I would like to merge the top 4 rows of each column in a table that has 4+ rows. Tried this:
|
| Inserting a character in a string of text | 16 Mar 2005 21:43 GMT | 1 |
I need to insert the code for a copyright symbol in a string of text to that will display in a letter. VBA: Selection.TypeText Text:="...you can download Adobe " What code do I need to insert after the word "Adobe" so that when the template
|
| Default save in temporary folder should be eliminated | 16 Mar 2005 21:34 GMT | 1 |
When users open a file from email instead of saving it to a disk, when they do save the file, the default location is a temporary folder. It's impossible to find after that, especially when it's not listed in my recent documents or under the file menu. The default save should ...
|
| Recurse Word Object Model Redux | 16 Mar 2005 21:32 GMT | 1 |
Or...should I be looking at the Word Document Model in a more generic fashion? If the list below shows a generic model for a document, how should I access all the other object such as shapes. lists, tables, etc to dump them in the correct order?
|
| How to Launch UserForm & Template | 16 Mar 2005 21:09 GMT | 2 |
I created a userform which feeds different fields into a table in Word. It works great on my computer because I simply click File, New and the template appears on the right pane in the list. When I click on it, the form pops up and everything works great.
|
| Word 2003 Templates and Addins | 16 Mar 2005 20:59 GMT | 1 |
I have encountered this anomaly: when you place a global template in the Word 2003 startup directory (C:\Program Files\Microsoft Office\OFFICE11\STARTUP) it reacts differently depending on how you start Word. If you open Word from the Start Menu, it loads the template one time. ...
|
| How do i move all my word documents to new computer | 16 Mar 2005 20:55 GMT | 2 |
I purchased a different computer. I have loaded Word into the new computer. I want to take all my word documents, at once, perferred andmove them to my new computer. How do I do this.
|
| Counter macro | 16 Mar 2005 19:18 GMT | 1 |
The macro has to come in a .doc file and has to start another macro that is placed in the MS Word startup directory. The macro have to start automatically when the document is been opened for the first time. When the document has been closed and startup again the macro may not ...
|
| Has reading from the Registry changed in 2003? | 16 Mar 2005 18:34 GMT | 1 |
I've got a dot file which stores all sorts of values in the Registry. To read a value, I use the following syntax: strZterm = GetSetting("Trans", "Filelocations", "termlist") where Trans is the name of my dot file. The complete path in the
|
| Find & Replace Each Instance | 16 Mar 2005 17:47 GMT | 2 |
I've created a text box in a userform in the VB Editor where a user inserts a date. I'm trying to then have the code search the document for each instance of the words "Created Date:", which appears in the first row and first cell of a varying number of two column tables (The ...
|
| Precisely Docking Custom Toolbars | 16 Mar 2005 16:23 GMT | 1 |
I have created an addin that creates on CommandBar with one button control to run it. In a code module I have written the creation and settins methods which are call by code inside:
|
| Optionally opening a large VBA project | 16 Mar 2005 15:21 GMT | 3 |
I bought a commercial Word addin a while back that is quite large, and takes a (relatively) long time to load. It slows down Word's loading by about 10 (interminable) seconds! (I know it is not really a long time, but it feels like it.)
|
| 2nd word document | 16 Mar 2005 14:09 GMT | 1 |
Chuck I got ur routines on adding a doc to the end of a doc but have not been able to make any sense of it. What do you reference and import? I have had absolutely no luck getting it to work.
|