| Thread | Last Post | Replies |
|
| Remove spooler pause when printing multiple documents | 12 Sep 2007 14:32 GMT | 1 |
I have a automation script (vbs script) that launches word, opens a document, prints it,a and then closes the document, and then loads another, then print etc. Each seperate document is one page in lenght. some do have "copies" set by
|
| Word Excel PasteSpecial Bitmap Problem | 12 Sep 2007 13:43 GMT | 1 |
Dear All, I am having a very strange and odd problem with Excel and Word. If you could kindly propose any solution ideas, I shall appreciate it very much.
|
| How do I compare dates in Word 2007? | 12 Sep 2007 11:56 GMT | 4 |
Is there some esoteric programming practice within Word 2007 that allows the comparison of dates? I.E., {Date1} <= {Date2} {Date1} is merged field and {Date2} is today's date {DATE}. So far, I have found nothing that works. I am attempting to create a Mergeformat renewal ...
|
| text box info depending on what is selected in a dropdown | 12 Sep 2007 11:34 GMT | 4 |
Hi there, this is my first post. I have to change my company's letterhead. At the moment it is on a basic word template so the secretary just has to type her boss' name next to the "please ask for" but my boss wants to change it so that
|
| Sequential numbers to appear twice on each document | 12 Sep 2007 10:20 GMT | 2 |
I have a simple form that I to print want multiple copies of. I have looked at Doug Robbins macro at http://word.mvps.org/FAQs/MacrosVBA/NumberCopiesOf1Doc.htm and would like to use it. What I can't work out is how to get the same sequential number to
|
| Drag-and-Drop events in Word 2003 | 12 Sep 2007 10:07 GMT | 1 |
Does anyone know how to drag data from Windows Application form's control to Word document? In VS2005, I have a Windows Application form which has a Tree View control (with XML data) on the left and MS Word embed on the right. I am trying to drag the data from TreeView to Word ...
|
| Form repaint problem | 12 Sep 2007 08:18 GMT | 1 |
I have a VBA form to provide the user with status on a long-running macro. Normally, the status updates happen every few seconds without error. Sometimes, however, the form doesn't update at all, and can even generate a "(Not Responding)" error in the form's title bar. The macro ...
|
| cant open paper says selection is locked | 12 Sep 2007 02:40 GMT | 1 |
paper due tomorrow it said somethin like program options update definitions. what does it mean? help!!!! i need my paper now!!!!!!!!!!!!!!!!!!
|
| How do I: Query AD from a list of usernames in Excel | 12 Sep 2007 02:04 GMT | 1 |
I have no real experience with VBA other than basic macro's, but I have created a list of usernames in Excel and now I wish to Query AD to see if the user's account is: 1. Active
|
| Calling a macro | 12 Sep 2007 01:42 GMT | 4 |
I have a VBA macro that I am using and I want to call another macro. I have been tried the two versions of calling a macro below. Application.Run MacroName:="[PrintHRFormsRep]" Application.Run "'Shreveport.doc'!NOH.PrintHRFormsRep"
|
| Word 2007 Programming? | 12 Sep 2007 01:18 GMT | 5 |
I've been reading about some of the programming and new document types with Office 2007. Currently we use an addin that enables all of our templates to merge data via DDE from the primary CRM application.
|
| Macro Help | 11 Sep 2007 18:04 GMT | 4 |
I have the following macro, that someone here provided for me a couple of years ago. I would like to have the macro when it inserts he header row character put a dash before and after (-A-) and also make the row height 0.24 high. I have no idea how to do this, and any help would ...
|
| Determine page count from Word Doc File | 11 Sep 2007 18:04 GMT | 2 |
Is there a way to programmatically determine the page count from a Word Doc file without opening it in Word and without using a COM object (and without requiring Word be installed)? I can do this with an RTF file by simply reading in the plain text and
|
| microsoft word | 11 Sep 2007 17:48 GMT | 1 |
Hey i really want to download Microsoft word for Xp computers and i was wondering how i did this. If you use a website can someone tell me what i have to do. Now i'm starting my coursework i really want to get started with WORD!
|
| How to send an email with word VBA command button? | 11 Sep 2007 13:50 GMT | 8 |
I am trying to get this to work. I have a commad button i want it to open a new email message, attach the active document, insert Subject, and recipient. Much like .send mail. I have tried using the routing slip but word crashes everytime! Here is an example
|