| Thread | Last Post | Replies |
|
| Create one document from multiple templates called from a data fil | 17 May 2006 21:07 GMT | 1 |
Ok this is a macro I've inherited: This macro, based on fields in a database file, selects different templates according to the data. A template is opened as a new document and data fields populated then saved as a new document. This macro creates a new document for
|
| reading from a database | 17 May 2006 20:35 GMT | 4 |
VBA Gerus, I have a macro (Word 2003) that presents a commandbar with > 10 buttons.... I need to load variables from a small database when Word is started. The database was created using Access 2003. I am
|
| Breaking links with VBA | 17 May 2006 17:21 GMT | 3 |
I have a Word document that has links to an Excel spreadsheet. I want to break the Excel links using VBA. I have tried most suggestions posted on the web but nothing suits and I am struggling! Can anyone suggest some code to achieve this?
|
| Help! Help! Help! | 17 May 2006 16:54 GMT | 4 |
I have to create a word document that does the following things when you open it: Ask for the user's name Ask for the client's name
|
| Question "Toolbar Button Face" in "PasteFace()" ? | 17 May 2006 16:50 GMT | 1 |
I'm going to add a custom toobar button to word, using "PasteFace()" in VBA. According to http://support.microsoft.com/kb/288771/en-us, I used "Toolbar Button Face" and "Toolbar Button Mask" clipboard format to transfer transparent button icon.
|
| Collect, add times in a looped array? | 17 May 2006 16:05 GMT | 4 |
I want to pick up times from a document in the form of hh:mm and write them into an array. As the array loops, the next time will be added to the previous array value. In simulated code: For x = 1 To 6
|
| Saving .doc name based upon fields | 17 May 2006 15:46 GMT | 1 |
I would like to have the name of new documents (based upon a particular template) to be automatically generated based upon fields within the document. For example: Name the document based upon a client's name and
|
| AutoSave a doc based on a form field | 17 May 2006 10:13 GMT | 1 |
Howdy, I have a word doc which users enter in field information. The form is locked and data entry is great. When the users leave a field, log no, I'd like to autosave the document using a macro. So after they leave field LogNo, save
|
| Controlling Printer Properties through macros | 17 May 2006 09:37 GMT | 1 |
Hello all! I've got a little macro setup to print a document (numbered sequentially) to a specif, non-default printer and had it set to staple the documents as they printed but now the staple feature is not working in the macro. i think it
|
| To add ones own menu item to the existing Microsoft Word menu | 17 May 2006 07:16 GMT | 1 |
I want to add a menu item to the existing Microsft Word main menu. The menu item will enable me create new documents from templates which will be sub-items under the new menu item
|
| Can I automatically insert document name/location? | 17 May 2006 06:56 GMT | 1 |
How can I modify the normal doc template so that it automatically places the doc name and location on every page?
|
| go up one folder level with FileSearch function | 17 May 2006 05:40 GMT | 4 |
With the FileSearch function, how would I instruct the .lookin field to generically search a folder up one level relative to the folder which is presently the default or operating folder?
|
| How to pop up msg when user saves a file | 17 May 2006 03:30 GMT | 1 |
When user saves a file, then I need to display a message: how can I do it 1. Is there a way through the word menu? 2. If through macro then what's the syntax...
|
| Toolbar button as New Menu | 17 May 2006 00:12 GMT | 1 |
I want to put a New Menu object onto a toolbar but instead of text I want to use a toolbar button picture. I can't seem to make this happen, I've even tried copying the Line Spacing button because it has a drop-down arrow, but this doesn't work. Is there anyway to use a toolbar ...
|
| Want to remove all XE index entries so I can readd using AutoMark | 17 May 2006 00:00 GMT | 1 |
I am using Microsoft Word 2003. I need to remove all the XE (index entries) from the document so I can start fresh (it is an old document with faulty entries). However, I can't figure out a way to do this without killing all my bookmarks, too (as in: see page X for more ...
|