| Thread | Last Post | Replies |
|
| What is the point of having a macro language (VBA in Word) when | 07 Jan 2004 21:16 GMT | 4 |
What is the point of having a macro language in Word et al when the majority of users will have their macros capability turned off for fear of macro viruses i.e Melissa? When would one use such a capability?
|
| how to start a WLL add-in | 07 Jan 2004 21:09 GMT | 4 |
Hi all. I'm a VBA programmer new to addins. I have a simple macro which hijacks the File SaveAs command and I want to distribute this to a bunch of Word 2003 users. I want to distribute it as an addin because *I think* this
|
| Word files WITHOUT attached template? | 07 Jan 2004 20:51 GMT | 6 |
[msg. originally posted in microsoft.public.word.general-- however I can view that group from OE so reposted here]Say I create a Word doc file on my local pc with an attached template. The template it's attached to is also on my local system.
|
| VB Code formats | 07 Jan 2004 20:37 GMT | 3 |
Can someone tell me what the deal is with this format (just pretend no wraps): .Paragraphs(2).Range.InlineShapes.AddPicture FileName:=strImageName, LinkToFile:=False,
|
| Reference to ISmartDocument | 07 Jan 2004 19:05 GMT | 4 |
We are trying to unit test our class that implements ISmartDocument, and need to know how to get a references to the ISmartDocument interface in the unit test method. We can get a reference to the Word.Document interface
|
| MSWord...styles. | 07 Jan 2004 18:45 GMT | 4 |
How can I get the style name for a given range in my word document? I've tried several things, and the funny thing is Debug.print myStyle
|
| Text field font changes automagically | 07 Jan 2004 18:28 GMT | 2 |
I am working on a VBA script to copy the text entered in one word template to another word template. Both the templates are loacked before the user gets to enter data. The templates were generated using font 10 and the data
|
| Address Retrieval Macro | 07 Jan 2004 18:17 GMT | 2 |
Below is a macro I use to insert addresses directly from my Outlook address book into a Word document (the macro is in Word). It's not a macro I wrote myself, I hasten to add! My only niggle is that when the address book dialog opens
|
| Table Alignment | 07 Jan 2004 18:07 GMT | 1 |
Hi, I'm using this line of code to change the alignemt of the table (DocTab) to Right-to-Left: DocTab.TableDirection = wdTableDirectionRtl It works fine with Word XP.
|
| Illegal filename characters? | 07 Jan 2004 17:55 GMT | 2 |
Using Word 97. I am allowing users of a template to create their own save file names. However, if the file name contains "\" or ":", for example, these characters will be converted to "-".
|
| wdRefTypeHeading returning only 10 "Heading 1" headings | 07 Jan 2004 17:32 GMT | 1 |
I have to modify a very long (about 200 pages) document and go through all the headings in it. When I'm using wdRefTypeHeading in the following code, it only stores the first 10 of the top level headings. All the headings after that aren't stored in myHeadings, i.e. 11, 11.1..
|
| How to disable Warning on OLE object on Word document | 07 Jan 2004 17:32 GMT | 1 |
We are distributing a WnZip (.zip) file on a Word file to our user. We want user can unzip the comprised file with Click on the Zip icon on the Word file. However we always get Word's warning sign: "You are about to activate an OLE that may contain viruses or be otherwise harmful ...
|
| saving | 07 Jan 2004 17:32 GMT | 1 |
I have a application written in vb 6, the app saves the current document every 2 minutes. This works fine, but when the user has the properties window open in word I get the nasty window "Component Request Pending" error box. Does any one know how to check to see if the user has ...
|
| Button to add new page with a form | 07 Jan 2004 17:32 GMT | 1 |
I would like to create a document that has a command button that will create a page break and insert a file to the new page and keep the command button at the bottom of the page so the procedure can be repeated on a daily basis. Any ideas?
|
| Moving VB6 array via formfields to Word 9.0 document | 07 Jan 2004 17:32 GMT | 3 |
I am trying to move the data in a two column grid to a word document with the same format (2 Columns). Currently, I am able to do so by copying the data over formfield by formfield. The problem is, the data can be variable from 0
|