| Thread | Last Post | Replies |
|
| how to send mail via default mail application? | 12 Nov 2004 01:05 GMT | 1 |
I need to send my document via default mail application. What i must use to do this? Maybe some sugestions about writing and sended it?
|
| How do I create a macro to submit a document in e-mail? | 12 Nov 2004 01:01 GMT | 1 |
I would like to use a macro to submit a document in e-mail. The macro would save a completed MS Word fill-in form to the local users desktop, launch a new e-mail message, and insert the saved document into the new massage. From there the user could fill in the subject line, add ...
|
| Test with Word | 12 Nov 2004 00:39 GMT | 1 |
Id leke to create a multiple choise test with Word using the checkbox forms as options Anyoe done something like this?Just to give me a jump start
|
| Template Codes/Signature | 11 Nov 2004 21:29 GMT | 3 |
I'm not sure this is the correct forum, but our department has 10-12 templates that we all use. Up to now, we've been maintaining our own copies in our Office Template folder, but would prefer to keep one authoritative copy in our departmental folder, and configure each user's ...
|
| FileSearch Object not working | 11 Nov 2004 20:43 GMT | 9 |
I have a macro which uses a Shell FTP to retrieve a file from UNIX to Windows to be used as a data source for a mail merge (just acomma deleimited test file). At one site which is running Windows XP and Word 2002 I'm having problems with the FileSearch object not finding the file ...
|
| Color and Lines Dialogs | 11 Nov 2004 20:41 GMT | 2 |
Does anybody know a way to implement the following dialogs on a form? FontColor BorderLineStyle BorderLineWeight
|
| Removing Butttons | 11 Nov 2004 19:34 GMT | 2 |
I have created a button on a master document that merges it to a new document and updates the fields. This works fine, but it also places a button on each page. I need this button removed from the final document, but I can't
|
| autotextlist field control | 11 Nov 2004 19:25 GMT | 1 |
how can i get the click_event fired when i right click mousebutton within a autotextlist field ,not using vba or macro,but only VB programming?
|
| Creating custom form to select info that will print separately | 11 Nov 2004 18:32 GMT | 3 |
I am trying to come up with a system that will allow me to generate a form dynamically and then output the selections made on that form to a custom template. I will have an unknown number of client names that I can read from a text
|
| Finding Boot Drive | 11 Nov 2004 17:23 GMT | 2 |
Is there a function for finding the boot drive from within VBA that will work will with Word '97 and later for Windows '98 or later? I have an installer that installs an INI file in the Windows directory on the user's system, which may or may not be on the C: drive. When my
|
| Fill Word table from external data source? | 11 Nov 2004 13:42 GMT | 2 |
I have a series of Word documents that display detail about a single topic. For one of those pieces of detail, an Access database contains the detail for all topics (simple table that includes a column for topic name). This allows us to view all the detail for a specific topic in ...
|
| Bypass 'Open as read-only?' dialog from VBA | 11 Nov 2004 13:35 GMT | 1 |
I am using MS Word 2002 SP3, XP Pro I am using VBA to insert a number of boiler plates (in a pre-defined list) into a blank document. Prior to inserting the boiler plate, the code needs to check the
|
| error when changing a paragraph style | 11 Nov 2004 12:00 GMT | 2 |
My document has a paragraph style named "myData." When I select one paragraph and run this subroutine: For Each para In Selection.Paragraphs para.Style = myData
|
| Determine if cursor on a graphic | 11 Nov 2004 11:51 GMT | 1 |
Does anyone know how to programmically determine if the cursor/current selection resides on ANY type of graphic? Thanks a bunch.
|
| How to hide the Auto* for user use ? | 11 Nov 2004 11:32 GMT | 2 |
[Posted to microsoft.public.word.vba.general and copy sent to the cited author] Hi, How to hide the AutoOpen, AutoNew and AutoClose macros from the list which appears when uqser go to Tools/Macro/Macros.
|