| Thread | Last Post | Replies |
|
| Macro Output to OE6 Change 'From' Field | 17 Apr 2007 20:06 GMT | 4 |
Hello, This macro works well. It formats/parses a document and merge exports it as and Outlook Express 6 email ( *.eml ) The only problem is that no matter what is in the very first line, which is the 'From' field, the finished email always reverts to the default email
|
| I have a big problem | 17 Apr 2007 18:09 GMT | 7 |
Well enough about me. I have a multi-page form that I have created in Word, which is filled in using VBA. As such this document has over 80 TextBoxes in it which are populated by VBA code. Everything works great at home, but when I took the
|
| Textbox and Bullets | 17 Apr 2007 16:02 GMT | 1 |
Using a userform - Is there a line of code that will insert " * " at the insert point of a textbox or where the user clicks and then runs the macro? or possibly ever time the user clicks return in a multiline textbox for the macro to auto insert " * " ?
|
| Template Project Name | 17 Apr 2007 15:16 GMT | 1 |
I create a new Word template and define the ProjectName (and save the new template) When I create a new DOC based on the DOT the DOTs ProjectName defaults to Words "TemplateProject" which means nothing, as all templates default to
|
| Toolbar Buttons | 17 Apr 2007 14:21 GMT | 2 |
Does anyone know of a library of free (or otherwise) toolbar buttons for MSWord? The toolbar button editor in Word is so primitive that I just can't create any decent buttons. Copying buttons from other Word toolbars is one way of overcoming the problem but I'm looking for ...
|
| Shortcut in userform | 17 Apr 2007 12:25 GMT | 1 |
Hi NG, Is it possible to somehow add a shortcut to a userform? I would like to give users a way to quickly edit a supporting worddoc (which is at their own PC or in the LAN) for the document they are actually working at.
|
| Is there a way to automate Viewing Only of Word Files? | 17 Apr 2007 08:15 GMT | 2 |
I'm writing an document mailmerge / storage system that automates Word in various ways but there are times when I want to let users just View word .doc or .dot files but not give them any false sense of secutiry that they can edit at that time.
|
| TextBox limit | 17 Apr 2007 05:09 GMT | 4 |
Is there any way to limit a TextBox to only 4 lines of text? I know I can limit the number of characters, but users will be entering a mix of capital and lower case letters, so it is hard to know what to set the max length to. My TextBox is set up so that a text line can not ...
|
| Add Autotext to attached templates | 17 Apr 2007 00:30 GMT | 1 |
I create script/storyboards for the development of custom Web Based Training courses. I have a team of writers and keeping course terminologies standardized is always a problem. I am attempting to write a macro that will add new terms to the scripting template and
|
| VBA ".Wrap = FindAsk" does not work within a For Next Loop | 16 Apr 2007 21:40 GMT | 3 |
I copied a macro from my normal.dot to another user's computer, but the .Wrap statement is ignored within the For Next Loop when I run the macro on their computer. Why would it work on mine and not theirs?
|
| Find & Replace Macro | 16 Apr 2007 21:06 GMT | 3 |
I have a text document (that I can open in Word) that I need to do a Find & Replace on 9624 records. The same words appear at the start of each record. I need to do a Find on those words, and then replace the word with 20 'Manual Returns' and the original words. In short, I ...
|
| Word should have alpha toolbar like Outlook Contacts re: file find | 16 Apr 2007 19:56 GMT | 2 |
I would like to suggest that an option presently utilized in Microsoft Outlook Contacts be designed similarly in Microsoft Word. I continuously update my address book in Outlook, and I know what a timesaving detail the right-hand alpha tool bar is.
|
| Help creating and Find & Replace macro | 16 Apr 2007 19:46 GMT | 9 |
This situation happens to me so often, I really want to create a macro to get the job done. I'm just not sure how to do this. I get Word documents that have spaces instead of tabs to align text into columns. (Yes, it is very annoying.) Right now, I have to find the longest
|
| Table resizing | 16 Apr 2007 18:08 GMT | 2 |
In the past there was not a set way to to create warning, caution or note boxes in our documents. I have created the following macros to standardize them. Is the a way to create a macro that will go through a existing document and resize the table without removing the text that’s ...
|
| populating combo box in a form created in vba in word from an access database | 16 Apr 2007 18:03 GMT | 1 |
I need to populate the contents of a dropdown combo box in a form which i have made in word 2003 using vba from an access database. i need to know the code for establishing connectivity between the two, as well as where to insert this code in.
|