| Thread | Last Post | Replies |
|
| saves normal document | 11 Nov 2005 14:56 GMT | 2 |
hi, i have this simple code that saves to a normal document from a template. Sub AutoClose() Dim Savepath As String Dim DocumentName As String
|
| GrammaticalErrors | 11 Nov 2005 13:36 GMT | 3 |
I hope that someone can help with this. I'm trying to write a macro that iterates through a list of grammatical errors in a document and produces a summary of the number of types of grammatical errors. I can get the ProofreadingErrors collection easily and iterate it, but all I ...
|
| Why has Word changed my code? | 11 Nov 2005 13:24 GMT | 1 |
I created some simple code in a document that just displays some text depending on what option buttons are selected. I then copied the document to another PC in the office but the code wouldn't work. When I examined it on the other PC it seems that some of the names that I gave ...
|
| Printer properties in VBA | 11 Nov 2005 13:17 GMT | 1 |
Does anyone know how to get any other printer properties besides the active printer name in VBA? I'm trying to select different paper trays depending on which printer users are printing to, but only seem to be able to hardcode the active printer names into the vba code. This is ...
|
| Word 2003 - PasteSpecial Unformatted Text Macro | 11 Nov 2005 13:13 GMT | 2 |
I have recorded a macro in Word 2003 that opens Edit / Paste Special and selects Unformatted Text. However, the resulting macro does NOT deliver unformatted text, but rather fully formatted rich text. Can anyone tell me how I can get the macro to paste plain, unformatted
|
| UserForms - Building a document generator - I need some foundation!!!! | 11 Nov 2005 13:02 GMT | 2 |
Okay, so this is probably extremely tedious for you folks, but I need some help! I'm trying to build a Quote/Proposal Template in Word that pulls data from an excel spreadsheet and places it in specific locations... I'm assuming "Bookmarked" locations. I'd like to create a
|
| problem with non-existing templates | 11 Nov 2005 12:36 GMT | 16 |
I have a huge problem with a bunch of Word documents. They're all based on a template which does no longer exist. Due to this it takes Word about half a minute to open one of them. I need to remove this link from the files.
|
| Whats the text in previous formfield | 11 Nov 2005 12:21 GMT | 2 |
Hey NG I try to construct a function, at formfield exit, with which i can change the color of the text in the formfield, based on the text in it at exit. Eg. In my formfield, i have two different numbers "1" and "2". If the text,
|
| Can I assign a macro to a graphic in a locked form | 10 Nov 2005 23:18 GMT | 2 |
I am working on year end evaluations. I want to create a macro that has a macro button. When you select this button, I want it to open our e-mail and attach the current document as an attachment. This form is a locked form.
|
| insertfile doesn't include footer... | 10 Nov 2005 21:32 GMT | 10 |
I am trying to insert an RTF document into a document running VBA. I am using: Selection.InsertFile FileName:=FNameAndPath, Range:="", ConfirmConversions:=False, Link:=False, Attachment:=False where FNameAndPath is the full windows path to the file. This inserts the
|
| Word Nested Field Edit | 10 Nov 2005 20:46 GMT | 4 |
I'm not very experienced in VBA or Word, but I have a problem that I am unable to solve with nested fields in Word. For whatever reason (old version of word, client entry incorrectly) we have a large set of files with IF fields containing nested MERGEFIELDS
|
| Symbols in Form Fields | 10 Nov 2005 20:15 GMT | 2 |
Can someone tell me how I would put the section symbol (§) in a form field? Thanks!!
|
| centering text in cell using vba | 10 Nov 2005 18:41 GMT | 4 |
I am writing some vba code to insert a table at a specific bookmark. So far I have succeeded at doing the following: -insert table at bookmark with 4 rows, 4 columns. -set autoformat with a small variation to header row
|
| E-Mailed Templates Do Not Maintain Medium Security Level | 10 Nov 2005 16:28 GMT | 1 |
The security level of my e-mailed templates changes to low so the macros are disabled. Why?
|
| Please Help, how to send mail from Words | 10 Nov 2005 16:25 GMT | 1 |
I have an assignment, can anybody advice on how or where can I get the solution. The scenario: Create a small form in Word that will gather a clients name and address. The
|