| Thread | Last Post | Replies |
|
| Insert Image | 23 Mar 2004 08:49 GMT | 3 |
I tried to use "Selection.InlineShapes.AddPicture" to insert a picture in the word doc, and I found two problems. The first is that the picture size is automatically enlarged. The second is when I reduce the enlarged picture size as the original size, the picture is not as sharp as ...
|
| Confused over value | 23 Mar 2004 02:51 GMT | 2 |
Hello Masters, I have been experimenting with a process Doug Robbins supplied to use DocVariables to display text in a document. I cobbled together the following macro and I am confused as to why the Update value is "6" or "7"
|
| EntryMacro Doesn't Function After Disconnect From Template | 23 Mar 2004 01:16 GMT | 1 |
I'm using Word 2002 SP-2 to create a Word document template that will run under Word 2000 SP-3 and Word 2002 SP-2. After copying a VBA module and toolbar into a new document and then disconnecting from the template,
|
| enable spellcheck macro | 23 Mar 2004 01:03 GMT | 1 |
I created a form (as a templete) and i protected it, so that users cant make any changes. Because protecting it disables spellcheck, i put in the macro to enable it and created a button on my menu bar. The problem is, when i
|
| To Keith Miller (General Question about VBA F1 Help Key) | 22 Mar 2004 23:38 GMT | 5 |
Hi Keith, I started a new post for reply as the original was pretty long (Original Post: March 13, 2004). I did the WORD "detect and repair" and things seem to be
|
| verbose numbers | 22 Mar 2004 23:24 GMT | 4 |
Anyone know how to programatically convert numbers into words? ie £300 = Three hundred pounds Not even sure if it is poosible.
|
| Need Help Finding the Correct Objects | 22 Mar 2004 21:20 GMT | 1 |
I have Javascript opening a word document: word=new ActiveXObject("Word.Application"); word.Documents.Open("C:\\Inetpub\\wwwroot\\Reports\\MyReport.doc"); word.Visible = "true"
|
| Internet and Debug assistance needed | 22 Mar 2004 20:51 GMT | 1 |
Hi. I have two problems. First problem - I want to create a button on the WORD menu bar that takes the user directly to a specific webpage. I have tried Autotext, recording macros, etc, but no
|
| Can't save template after making changes | 22 Mar 2004 17:42 GMT | 6 |
I'm trying to following lessons outlined at http://word.mvps.org/FAQs/Customization/FillinTheBlanks.htm When i create a template with form fields on it, save it, reopen it, make changes, then try to save it again, it tries to save it as a word document.
|
| How to intercept if the document is locked for editing? | 22 Mar 2004 15:25 GMT | 3 |
how to intercept with macro (Visual Basic) if the document word is locked for editing by anthor user ? Thanks a lot! Bye by Achill
|
| Creating an hyperlink from a document variable | 22 Mar 2004 13:09 GMT | 1 |
I am currently working on a word document, wich at some point ask the user to add his e-mail adress. This information is then stored in a document variable (works fine). Is there anyway to transform this information into an hyperlink into the text? If so please put an example ...
|
| open word inside HTML frame | 22 Mar 2004 13:06 GMT | 1 |
anyone know how to open word inside HTML? actually, I have created ActiveX like this: WordPage.openFile "http://pc70/opentext/doctest.doc",2 and I would like the document to be opened in specified frame
|
| Code works here, but not here....Grrr.... | 22 Mar 2004 13:04 GMT | 3 |
Being particularly frustrated, please bare with me....... I have a document that can become two pages depending on what options the user selects (in the userform). I know that I can delete blank lines to eventually shrink it to one page.
|
| Floating Form: Always on the top | 22 Mar 2004 13:01 GMT | 1 |
Can anyone tell me how to create a form that always remain on the top ( like toolbar) in Word? Thanks, GKB
|
| global template for Word and Outlook | 22 Mar 2004 12:58 GMT | 1 |
Please, help. When Outlook run and it use Word as message editor my global template is not running. Template is stored in Startup folder and it is running when Outlook is closed.
|