| Thread | Last Post | Replies |
|
| Moving from one document to another | 29 Oct 2007 18:52 GMT | 3 |
Hey there, i have a problem where i have one template opening another so they share the same data only when its finished i want it to go back to the first document and not stay on the second newly loaded. any ideas of the code for this..Baring in mind the document names will
|
| File Copy | 29 Oct 2007 16:49 GMT | 1 |
I'd like to have vba do this behind the scene for me as part of a macro: Copy this file \\hfx05\Data\Apps\docsopen\mcrlib\77777\123.doc to c:\temp\ as file 789.doc. Would someone know the code for this?
|
| DocumentBeforeClose event not always working | 29 Oct 2007 15:11 GMT | 5 |
I have a document protected for forms which I will be emailing out. I need the users to complete one of the fields before closing the document. Using the Help files, I created a macro to run on the DocumentBeforeClose event. The Help files stated that you must create a ...
|
| Custom Document Properties | 29 Oct 2007 07:27 GMT | 1 |
Hey all, I'd like to use the custom document properties to automate records for a medical practice on things that don't change often. I'd like to set up a user form to enter the data all at once rather than manually tab through the
|
| Word mailing envelope with stamp, what is the FaceID ? | 28 Oct 2007 21:39 GMT | 2 |
Could some one please let me know what is the FaceID of the mailing envelope that appears on the toolbat of Ms Word ? Thank you in advance.
|
| Dear Developers, A Noob Question... | 28 Oct 2007 14:41 GMT | 2 |
Dear guys and girls, I've been trying to do this task for a while now, I can't seem to find any meaningful information about it so I really hope someone here could help. I've started writing an add in for MSWord, I'm trying to locate a word
|
| Macro saved my doc, how do I immediately open it again | 28 Oct 2007 07:38 GMT | 1 |
This macro has been generously given to me by Doug Robbins MVP in this discussion group and I have added to it. Instead of using the MsgBox, how do I immediately get the macro to open the document (that it just saved)? The reason I wish to do this is so that I can e-mail the word ...
|
| Batch font attribute find and replace | 28 Oct 2007 05:08 GMT | 6 |
Does anyone have recommendations for how to batch convert existing DOC files that have font attributes that I want to see changed? For instance, let's say I have 30 DOC files in a folder, and I want to change the font face "Arial" with "Times Roman" in ALL of the DOCs. Is there ...
|
| Macro - select sections, unlink, copy and open new document | 28 Oct 2007 00:10 GMT | 3 |
I haven't written a macro before and I can see parts of macros that I need but don't know how to connect all of them together. Can anyone help? I have a protected form. In separate Sections I use a REF field to link to the Form Bookmark.
|
| VBA Code to Change Printer Properties when Printing from Word | 27 Oct 2007 21:51 GMT | 9 |
I need VBA code to accomplish what I manually have to do as follows: I have a Word document and I go to Printer Setup and set it up for A4 paper. I also have the code for this. Unfortunately I have to manually go to File, Print, Properties and on the Paper/Quality tab under ...
|
| print multiple envelopes | 27 Oct 2007 15:28 GMT | 2 |
My objective is to print out n number of envelopes with a return address only to keep on hand when paying bills. I've created the following module below, however it invokes the printer software 'printing' dialog n number of times. Ugly!
|
| Bolding certain text | 27 Oct 2007 10:23 GMT | 1 |
Hi all, I'm trying to create a small VB code that allows us to save decisions in a singe document. I have 3 text boxes that we'll fill out (problem, decision, and decider) and when you hit the command button it will insert the information below any previous decisions that have ...
|
| Display the w/e date | 27 Oct 2007 01:29 GMT | 1 |
How can I display the week ending date either in the header or in the body of a form? The end result would be that regardless of which day of the week the doc was opened next week, the date displayed would be (Friday) 02/10/07.
|
| Automate document updates process | 26 Oct 2007 23:42 GMT | 1 |
I have what I believe is a somewhat simple process that I would like to automate for a group of administrators, and I would like to know if it's possible in Microsoft Word. I have done heavy VB programming in Microsoft Excel but have not had an occassion to indulge in VB ...
|
| need a macro that creates coded controls | 26 Oct 2007 23:10 GMT | 5 |
I want to write a VBA macro that will create a control in MS Word (2003) AND assign code to it (such as perform a MoveRight 3 characters when a pushbutton is activated, just as an example). I've searched for this on forums, msdn2, and the web and have not yet found
|