| Thread | Last Post | Replies |
|
| macro for word | 24 Jan 2007 15:36 GMT | 1 |
I need a macro that creates a drop down menu on word document and appear names inside it. Also this drop down menu must not be viewed when printing. Just names should appear when printing. Thank you
|
| Macro for Word | 24 Jan 2007 15:12 GMT | 1 |
I need a macro that creates a drop down menu on word document and appear names inside it. Also this drop down menu must not be viewed when printing. Just names should appear when printing. Thank you
|
| inserting two text blocks with different formats in Word from Excel | 24 Jan 2007 12:44 GMT | 2 |
I am creating a Microsoft Excel Spreadsheet which launches a Word Doc and would like to make a document title in a certain format and below it make the body text with another format. It seems as if both texts always use the same formatting. Below is a section of my code.
|
| Getting the value of hanging indent | 24 Jan 2007 09:55 GMT | 3 |
The VBA help file shows how to set a hanging indent: ActiveDocument.Paragraphs(1).TabHangingIndent(2) The "2" signifies that the hanging indent is set with the value of the second tab stop. What I need to do is read this value for a selected paragraph--
|
| Body Text difficulty when Excel launches Outlook Message | 24 Jan 2007 02:20 GMT | 1 |
I need to generate an email from excel which contains excel data in an outlook mail message. I cannot find a way to insert more text after the original body text (much like the insert.after.text command when launching a MS Word document). I would like to have a loop which
|
| Writing to current Word document | 24 Jan 2007 02:18 GMT | 1 |
Can anyone tell me how can i write a variable to a currently open word document ? Also, how can i know the filename of the currently open document ? kanwal
|
| List Property Questions | 24 Jan 2007 01:03 GMT | 6 |
What is the difference between List() and List used in the code below? They both appear to do the same thing? Private Sub UserForm_Initialize() Dim myArray As Variant myArray = Split("A|B|C", "|")
|
| making a ten digit medicalrecord number | 23 Jan 2007 23:12 GMT | 1 |
I have a macro that takes a word template that doctors use for progress notes and onverts to an HL7 file to interface with our Electronic Medical Record System. The problem I have is that the medical record number for a patient could be anywhere from 3 to 10 digits and I need
|
| Using ListBox.Selected property | 23 Jan 2007 23:02 GMT | 1 |
I am experimenting with some code to create a listbox where the user needs to select two (and only two) items from the list. Here is what I have put together and I am wondering if someone may have ideas for doing it a different way? Thanks. Private Sub UserForm_Initialize() Dim ...
|
| Converting TextStream doc to Word format? | 23 Jan 2007 21:52 GMT | 2 |
I use a macro which separates a long text file into individual documents. The macro writes chunks of text to a string, opens a new document through the FSO, and writes the string to the new doc. I use: Set docNew = fs.CreateTextFile(strNewDoc)
|
| auto saving to a directory | 23 Jan 2007 21:17 GMT | 4 |
how do i create a macro to autosave a document to a particular directory on my server? the document is already named by another program, so, it's a unique name. the path is always static z:\backup\documents\2007
|
| word becomes too slow when equations are inserted | 23 Jan 2007 18:33 GMT | 1 |
I am using office 2000 and creating equations through Equation Editor. When my word go beyond eight to ten pages it becomes too slow. I feel it is beacause of equations which I have inserted.It also takes much longer time to save the file.
|
| Which forum will suit me best? | 23 Jan 2007 18:07 GMT | 3 |
I have Win98 SE and Microsoft Word 2000 and I am wondering which forum will suit me best as I am a complete novice who will have some rather basic questions to ask regarding the use of Word 2000. Thanks,
|
| I need to download Resume Templates. How? | 23 Jan 2007 11:46 GMT | 1 |
Dr... Sir/Madam I need to type my Resume. I need one standard template so that i can type it as constant one. As I have cleared my Graduation, doing Post-Graduation currently. No
|
| Spell checking | 23 Jan 2007 11:34 GMT | 1 |
Is there a way to run spell check in my forms text fields before I save it to my document? I looked at the RunSpellcheck macro but it looks like it is made to run in my document after my form updates its.
|