| Thread | Last Post | Replies |
|
| Word Macros | 24 Jul 2003 13:08 GMT | 7 |
Further to my previous post I have now been able to deal with the issue of the dialog box for the mergedata source file type by called my file .txt - quite simple really. However I still have a problem with mereging the data and
|
| Do until Selection.Endkey Loop | 24 Jul 2003 10:09 GMT | 3 |
I have recorded two macros and put "Do Until Selection.Endkey" before and "Loop" after them. One works and the other doesn't and I have no idea why. 'This one works - it involves finding some text, deleting
|
| Macro to Print Current Page | 24 Jul 2003 07:54 GMT | 1 |
Why does this macro not work? Could imanage integration be the problem? It is "empty" though we record all of the steps (even using keyboard only and no mouse, still does not work). Any help greatly appreciated.
|
| change an item on a toolbar | 24 Jul 2003 07:32 GMT | 2 |
Is it possible to resize-enlarge the toolbar box that shows us the name of the current style? I would like to make it a bit longer so that better descriptive names fit in.
|
| lost a field | 24 Jul 2003 01:53 GMT | 1 |
I was moving some checkboxes around on a form and seem to have lost them. If I go to recreate them and assign the same name, I get an error message -- presumably because the original item exists somewhere. HOW DO I FIND IT? I've paged through all my sheets, windows, forms, etc ...
|
| sub-menu for drop down form fields | 24 Jul 2003 00:41 GMT | 1 |
I am trying to create a form with submenus that expand from each of the items in a template form drop down list. I would like for the interface to be mouse activated. Any suggestions?
|
| How to package and distribute template into an executable file? | 24 Jul 2003 00:11 GMT | 1 |
Did anyone know is there a way to make an executable file (like using VB6 code) that includes the template files in the .exe such that when the user double clicks the .exe file will install templates into a specific folders? Any
|
| Online Save Disable | 23 Jul 2003 20:41 GMT | 1 |
When you post a .doc file for viewing on a site the person viewing it can make changes and modifications... Once the person tries to close the window they get an option to save changes to their hard drive... Is there a way to
|
| FileName and Path field in macro doesn't work | 23 Jul 2003 20:24 GMT | 1 |
When I record a macro, and in that macro, I get the autofield of filename and path, it enters the filename and path into the live document, but the macro will not work after that. If I put the Filename and path command on the menubar,
|
| Need to Hide/Suppress Dialog after Search and Replace | 23 Jul 2003 16:43 GMT | 1 |
I have a VB routine that selects a portion of a document and does a search and replace routine on that selected portion. However, after each replace routine, I get a dialog box saying
|
| Help with textboxs/forms in general | 23 Jul 2003 15:01 GMT | 1 |
I am using Word2000. I really haven't done any userform programing. I have written a bunch of code, that compares a bunch of different table values to some pseudocode and determines which values are in the tables but not in the pseudocode, and what values are in the
|
| Get from Clipboard | 23 Jul 2003 13:13 GMT | 1 |
I have recently upgraded to Office 2000, and am unable to get from clipboard to a variable. It worked fine in VBA5, but after trying all the help files, and following instructions, (as best I can) I get the error, User-defined type not defined. Where am I going wrong?
|
| Transferring data between documents using VB or WB | 23 Jul 2003 09:20 GMT | 4 |
I want to create a toolbar button which opens a new document using a template, and then copies in data from fields from the previous document. When I try it however, non of the data is being brought over.
|
| Modifying Hyperlinks | 23 Jul 2003 06:24 GMT | 2 |
Does anybody know if it is possible to modify hyperlinks in a Word document using VBA and if so how? I have a series of docs that contain lots of links only the server address has changed and I need to change them
|
| insert autotext into form field | 23 Jul 2003 03:45 GMT | 7 |
Hey - moving along rapidly with my project and came to another glitch. I have 5 form fields in a document. I want the program to go to the last form field and insert specific autotext into that form field. Anybody have any suggestions?
|