| Thread | Last Post | Replies |
|
| What is "WordBasic"? | 07 Jan 2004 01:39 GMT | 3 |
In trolling around the various Word ng's I see reference to "WordBasic" and, in some situations, the implication is that it has more functionality to it than VBA. The VBA "Help" facility (Wd2k) give me the impression that VBA's Object
|
| Word Macro from the web | 07 Jan 2004 01:17 GMT | 3 |
I want to know if it is possible for a word macro template to run from the web? What I would like to do is to pass a customer's name from a web page which in turn runs the a word letter with the customer's info from the database.
|
| issues with word template | 07 Jan 2004 00:49 GMT | 1 |
I am trying to come up with a template that will allow a user to select an entry from a combo box. I have that done but what the user needs now is the ability to enter in custom text and add it to the combo box list for future
|
| Using ents of the word application object | 06 Jan 2004 23:12 GMT | 5 |
I have read several articles on how to capture events of the application object. The code is simple and I have followed the code very accurately. In a template for a user, I have: 1)created the class to caputre the evetns
|
| How to create Macro that will prefix all lines with a character? | 06 Jan 2004 23:10 GMT | 13 |
Hi! I need a VBA Macro that will process a selected section of text as Quoted Text - similar to how email programs do it when you Reply to a Plain Text message. Basically, it needs to take a selected section of text and prefix every
|
| How do I set the default name (ie. to something other than DocumentX) | 06 Jan 2004 22:25 GMT | 3 |
I am using Word to create reports/letters/etc that I need to save as PDF files. I do not want to save the DOC files at all. My basic methodology now is to do this: -Open existing doc
|
| How to approach this problem? | 06 Jan 2004 21:57 GMT | 8 |
I want to create a Word document using a template. The document will then be inserted into another program that accepts Word files, but cannot have any controls or form fields in the document, just text. Is there a way to
|
| Can I add a custom (ActiveX) control to a Word toolbar? | 06 Jan 2004 18:35 GMT | 1 |
I would like to display a scrolling list of image thumbnails within my addin's toolbar. Looking at the CommandBar.CommandBarControls.Add documentation, it appears that I can only add a button (msoControlButton), an edit
|
| Office 2003 and XML | 06 Jan 2004 18:35 GMT | 1 |
The latest version of Word has a modified INCLUDETEXT field that allows you to include nodes of data from an XML file and at the same time use XSL to transform that data. The following generates an error when I add in the name of
|
| Real newb question. | 06 Jan 2004 18:21 GMT | 1 |
How do you determine if an object has been set or not? I mean I attempt to set a Range for instance like this: Set myRange = aRange.Next(wdCharacter, 1) How do I determine if myRange actually got set? Since if
|
| Many Fields saved as data only | 06 Jan 2004 17:16 GMT | 4 |
I have a form that contains over 400 fields, many individual fields and then several tables with lots of fields in them. I would like to be able to save the data to a database or an Excel sheet but think I might have a problem since the data exceeds the number of columns in
|
| Disabling the "Close" button on a form? | 06 Jan 2004 17:11 GMT | 4 |
Using Word 97. I want to trap a form close event, using QueryClose. However, the following code (based on an example in Hart-Davis' "Mastering VBA6") does not recognize the QueryClose event:
|
| Open Word doc from Access | 06 Jan 2004 16:28 GMT | 3 |
I have an Access database in which I create and convert a report to a .rtf file in Word. If a user wants to create an .rtf I want to check first that it doesn't exist. If it does exist, then rather than creating a new file I
|
| MultiPage Control | 06 Jan 2004 15:38 GMT | 1 |
I want to use a multi page control but is there a way to change pages programmatically. Like with a Next>> Button? How? Thanks
|
| visual basic & msword | 06 Jan 2004 15:15 GMT | 1 |
I need to run word operations from visualbasic6. these operations are such as If I specified the dimensions in vb, those dimensions should be applied as page alignments(left,right,bottom,top) for word document, similarly spell
|