| Thread | Last Post | Replies |
|
| "library not registered" error | 15 Mar 2004 20:06 GMT | 1 |
I have a Word add-in in which I use some Excel functionality. Therefore I have set a reference to the 'Microsoft Excel 9.0 object library' (C:\program files\...\EXCEL9.OLB) in VBA.
|
| dumb Q: how to use print.debug | 15 Mar 2004 16:02 GMT | 3 |
with Windows XP (SP-1) and Office/Word XP (Sp-2) I'm a little confused. I can't get debug.print to work. I've searched and read the threads I could find on the subject. The line MsgBox ActiveDocument.MailMerge.DataSource.QueryString
|
| multiable comboboxs from one code | 15 Mar 2004 14:25 GMT | 1 |
i'm using the code below to populate a combobox. my form has several areas using the same information from this combobox but i have been unable to link more than one combobox to this code can someone help me out thanks phil
|
| Circular(?) reference in class module | 15 Mar 2004 12:22 GMT | 2 |
I'm trying to get a started using class modules and predictably enough, am floundering a bit. One of the fundamental concepts that has so far eluded me is what looks like an endless chain in the Word object model. The top level is Application, but when you start stepping down the ...
|
| Mathematical Symbols | 15 Mar 2004 11:55 GMT | 5 |
This has got to be one of the most stupid questions of all time but here goes....... When using VBA (Word 2002), how can you type symbols such as < which are not on my keyboard
|
| CommanbarButton id in Word 2002 | 15 Mar 2004 11:29 GMT | 7 |
A line like this: Set cbbSlett = cbpRediger.Controls.Add(Type:=msoControlButton, ID:=47) adds a CommandBarButton for deleting selected text, to a CommandPopUp. It works in Word 97, but not in Word 2002.
|
| Word Counting, but excluding Tables, Captions, and certain other styles | 15 Mar 2004 09:26 GMT | 7 |
Does anyone know of any tools available to enhance the word count available in Word. I need to count the number of words in a large (>30,000) word document, but omit anything in tables, text boxes, and anything in the styles "Caption", "Heading1-7", "References". I have tried ...
|
| Paragraph border lines do not print | 15 Mar 2004 09:02 GMT | 2 |
Hi everyboy, forgive me for asking for help in a vba group, but all other attempts have failed. When applying a border to a paragraph (such as a lower
|
| I want to MoveRight over entire document | 15 Mar 2004 02:09 GMT | 2 |
Hi all, believe it or not I've search the web for over an hour on how to create a looping structure that will loop over a word document from start to finish and I think I finally found my answer - however, now I'm wondering if this is really a good way to do this The original ...
|
| AttachedTemplate error problem | 14 Mar 2004 22:56 GMT | 2 |
I developed a new template and code for a client on my home PC usin Word2000. It worked fine, so I tried it over a network and it stil worked fine. However, I installed it on the client's network and I ha this problem. The client is using Word2000.
|
| Set datasource for template in code w/no user intervention | 14 Mar 2004 22:43 GMT | 6 |
I need to open a template in code (from an Access 2002 front end database) and set its datasource without user intervention. Some users have Word 97, some have later versions. My current code (below) requires user intervention ("Open Data Source"
|
| Value returned by Application.Version in Word 97 ? | 14 Mar 2004 16:45 GMT | 2 |
Anybody know what value is returned by Application.Version in Word97 ? Also values from other versions is of interest (Word 2002 gives "10.0"). Regards
|
| Word VBA Tutorial Site | 14 Mar 2004 15:13 GMT | 2 |
Would you provide me with some sites that offer beginning VBA specific Word training Thank you
|
| VBA doesn't recognised mid(..) and left(..) | 14 Mar 2004 11:40 GMT | 7 |
Word 2000 Windows 2000 This is really weird. This evening I wrote a VBA macro to go to a database to bring back data and
|
| retriving data from excel with in word | 14 Mar 2004 09:37 GMT | 5 |
I used the code below to link word to an excel spread sheet but I keep getting the error runtime error 3170 could not find installable isam the reference I'm using is microsoft DAO 3.6 object library
|