| Thread | Last Post | Replies |
|
| Code ignores last command | 02 Mar 2007 15:16 GMT | 4 |
I've been struggling with this for ages, being a VBA novice, and just when everything seemed to be doing what I wanted it to do, the code suddenly ignores the fact that I'm telling it to take off the protection in section 2 after Emailing a copy of the document. This is because ...
|
| email merge code | 02 Mar 2007 07:03 GMT | 2 |
I am merging a document to outlook email. Is there anyway to write the vba code so that it doesn't automatically send it? Maybe give me a chance to add attachments??
|
| Parse XML data to bring into Word | 02 Mar 2007 06:48 GMT | 2 |
All I need to do is parse data and copy it into variables. We are moving data from a custom C# ap into Word, using XML copied to the clipboard. I'm working on the VBA code, not the C# ap. Having a hard time getting started. I found this
|
| Textbox value doesn't output correctly | 02 Mar 2007 00:10 GMT | 5 |
I've never liked the "Mark Citation" form used for table of athorities that comes with Word 2000 so I'm creating a better one. I'm using a textbox on my form to mark the text but when I place the value of the text box (textbox.value) into the document, any manual line breaks ...
|
| utilizing userforms to place text at bookmarks in word documents | 01 Mar 2007 23:40 GMT | 2 |
I am trying to place text that is located in a textbox in a userform, in front of a bookmark in a Word document. I am having compiler issues with regard the syntax portion of the range statement. Private Sub CommandButton1_Click()
|
| Saving VBA Code Best Practice | 01 Mar 2007 21:01 GMT | 3 |
I'm new to VBA coding for Word and a little unsure of the best method of saving my subroutines in a template. I would like to distribute this template to internal employees (technical writers). 1. I wrote a couple subroutines that perform different actions. I put
|
| Recomputed worksheets embedded in a document | 01 Mar 2007 20:48 GMT | 9 |
First let me apologize for my ignorance. I've been working with the Excel object model for many years and know it well. But I know next to nothing about Word's object model. So be kind. Basically what I'm hoping to do is create a Document_Open macro that walks
|
| From This to this Please | 01 Mar 2007 18:14 GMT | 3 |
Hello From Steved From This please to 1 44121 Electra Dee (4) 5m brbl 13 72231 Tatlock + (6) 4g ch
|
| Preparing an email in word | 01 Mar 2007 17:46 GMT | 1 |
Sorry if you have had this question before. I'm creating a simple response form in a Word 2003 document. I then want to send it as an email to the helpdesk (in effect I want to click on the e-mail button in Word and enter an email address in the To box and and a subject in the ...
|
| Find/Replace within a string? | 01 Mar 2007 17:15 GMT | 2 |
Can I set text to a string, and then Find and Replace within the string variable? Ed
|
| document view | 01 Mar 2007 17:11 GMT | 1 |
I have coding in one template that opens another template adds data to the copy then saves the copy with a filename generated by the data. My problem comes when I open the saved copy. It always opens in Normal view. The template it comes from is in Print view. If I open the copy ...
|
| Line thickness | 01 Mar 2007 12:17 GMT | 1 |
I have the following macro to insert a table. How do I get the line thickness to 450pt. ActiveDocument.Tables.Add Range:=Selection.Range, NumRows:=1, NumColumns:= _ 1, DefaultTableBehavior:=wdWord9TableBehavior,
|
| Exiting from a textbox | 01 Mar 2007 10:47 GMT | 2 |
I have a textbox into which my procedure has inserted an inlineshape - a photo for a CV. The code next causes the selection to collapse within the text box. I now want to break out of that text box and cause the selection point
|
| Automatically update one field | 01 Mar 2007 09:18 GMT | 1 |
I have the following macroes to automatically update all fields in a document befor save and save as. But now, I want to update just one special field, not all fields, what can I chance in macro?Please help. Sub FileSave()
|
| duplex macro | 01 Mar 2007 08:44 GMT | 2 |
we are trying to create a macro for printing in duplex, this would seem easy, but when we record the macro it stops recording what we are doing when we click on the properties button in the print pannel in word, i think this is because it then loads a hp box where you set the
|