| Thread | Last Post | Replies |
|
| Error in VB Automation Application | 30 Mar 2005 14:01 GMT | 2 |
I am using VB6 and Microsoft Office 2003. I have written an application for automating some tasks in MS Word. The program is executing in a loop and gives a message: *Word has insufficient memory. You will not be able to undo this action once
|
| Office XP is slow to open in Windows XP | 30 Mar 2005 13:13 GMT | 1 |
My Office XP programs (Word, Powerpoint, Excel, etc) takes threee minutes to open and four minutes to open an existing program. This problem results wjen I updated from Windows Me to Windwows (Home) XP.. All other software programs open immediately.
|
| Drop down field in Word | 30 Mar 2005 11:07 GMT | 3 |
Can i push the items in drop down dynamically in word 2003 document using .NET. There aren't any code samples available. I tried to record the macro and convert in C#/VB code but does not seem to work. Can somebody help in this.
|
| list box question | 30 Mar 2005 11:07 GMT | 1 |
I would like to be able to double-click an item in a listbox to proceed. Currently, I have to click the item and click OK in order to proceed. What is the command or property that I am missing?
|
| Using Word for Spell Check - How to implement "Ignore All"? | 30 Mar 2005 11:07 GMT | 1 |
I am using Word from VB.NET to do spell checking. How do I implement "Ignore All" functionality of Word from VB/VB.NET? Any help would be appreciated. Thanks and Regards
|
| get the cursor position | 30 Mar 2005 11:07 GMT | 1 |
how can i know the X Y screen position of the word cursor in VBA? thanks.
|
| MS word tables to Access | 30 Mar 2005 11:07 GMT | 1 |
Can you update a MS word table (which is attached to a database) through word? I know I can update the database and have the word table updated. Thanks.
|
| Sort Tables in Protected Doc | 30 Mar 2005 11:07 GMT | 1 |
I'm creating a user form in Word that includes a table to be sorted afterthe
> user enters their info - specifically a sort on the "date" column. My situation: Office 2003, template is Password protected, some sections left unprotected, big file - 14 pages, 8 sections and over ...
|
| is it possible to return a user-defined data type | 30 Mar 2005 11:07 GMT | 1 |
is it possible to return a user-defined data type? Such as type coordinates x as long
|
| Disaster! Range Find no longer works | 30 Mar 2005 11:07 GMT | 16 |
All of a sudden Range Find stopped working on my machine, without rhyme or reason. Range can still do .Select .Copy .Cut .Information .Font etc., but .Find is dead.
|
| AddTextEffect - Anchor argument not working in footers (or headers) | 30 Mar 2005 11:06 GMT | 2 |
My problem is about inserting a TextEffect in footers when first (or even) pages are different. While Anchor argument works fine for AddShape and AddTextBox methods, the AddTextEffect ignores it and adds to a different footer. I don't understand
|
| Tables Sizes | 30 Mar 2005 10:15 GMT | 1 |
Hi Guys.. Hey does anyone know how to reduce the size of tables in the document. I had written a code like this... for each tablen in activedocument.tables
|
| combox problem | 30 Mar 2005 09:52 GMT | 3 |
using the code below populates a combobox from a external table in a word doc my problem is when the user types in the combobox the code prevent other text from being inserted.
|
| How do I get rid of a "Page 0" in Word? - it should be Page 1 of . | 30 Mar 2005 09:12 GMT | 1 |
I've been updating a document which is in Bookfold format and has many sections with odd and even page footers. The page numbering worked correctly before, but since the revision, the first page of Section 2 has decided that it will be Page 0, no matter how many times I tell it ...
|
| How to Access Properties of Control | 30 Mar 2005 08:18 GMT | 2 |
i have placed my own activex control into Word document using following function. CComVariant varClsType("Ascertia.AscertiaObj.1"); MSWord::InlineShapePtr MyObj =
|