| Thread | Last Post | Replies |
|
| lost the case to my word disk, how can i install? | 31 Dec 2004 20:41 GMT | 1 |
I am trying to install Microsoft Word 2000 into my computer but all I have is the disk. I wasnt given a case to type in the code to install. Is there anyway I can still install it?
|
| How to split & save document | 31 Dec 2004 20:38 GMT | 1 |
I have a document of 60-70 pages containing 30-40 articles,I want each article to be saved has different files(series of file names eg:doc(1);doc(2)..etc)
|
| Upgrading MDAC | 31 Dec 2004 17:41 GMT | 5 |
Hello, I have a question regarding installing a newer version of MDAC on older systems-I am getting differing opinions on whether this is problematic or not. I have a VB6, Excel/Word VBA commercial app for which I
|
| Adding Form Fields /w VBA | 31 Dec 2004 17:15 GMT | 4 |
I'm trying to add up 3 numbers that are stored in form fields. I'm testing it on a very simple document with the following code. It is working fine except when I leave a form field blank. I formatted the form fields for numbers. What am I missing?
|
| Deleting lines with VB Macro | 31 Dec 2004 17:10 GMT | 3 |
After finding a line that contains a word, how do I delete the whole line with VB code? The line can end with a Paragrapgh marker or a line break. Thanks,
|
| Tech Eval | 31 Dec 2004 15:04 GMT | 12 |
Masters, Earlier today I helped and OP looking for a way to look at each line in the document and "If" the first character was not a space to assign a different style. This is what I proposed:
|
| Word Automation printing problem | 31 Dec 2004 04:23 GMT | 2 |
I am printing an MS Word document from MS Access, below is my code. Development is in Office 2002, my users are using Office 2000. I have set a reference to the Microsoft Word Object Library 10.0 in my 2002 Access; however, my Office 2000 users use Microsoft Word Object Library ...
|
| can't attach doc. to a protected template | 31 Dec 2004 02:05 GMT | 3 |
g'd morning. i made changes to a word template. i detached the old template from word. when i attached to the new one, i got "can't attach doc. to a protected template" error. i am working on windows xp and xp for word. does anyone has any idea? thank you. -william.
|
| Open a new doc and save | 30 Dec 2004 22:25 GMT | 1 |
I'm trying to open a new document and bring up the File Save As dialog to save it. I'm having problems reliably activating the new document instead of the original document I'm starting from. This is the code I'm using
|
| Selecting a range on a certain Page | 30 Dec 2004 17:35 GMT | 4 |
I am new to VBA with Word. Can someone tell me how I would select a certain range on a specific page. For example, I am using the following to select a range (from character 81 to the next tabstop). This seems to work fine but only on the 1st page of my document. How can I ...
|
| How do I open a text data file from WORD using VB code? | 30 Dec 2004 16:57 GMT | 2 |
I am in Microsoft word and adding a combo box control to the document. I need a code that will allow me to open a data file..(text file or an excel worksheet) when the user chooses an item from the combo list.
|
| Detecting what table the insertion point is in | 30 Dec 2004 15:35 GMT | 2 |
A quick question. How can I tell what table in a Word document the insertion point is in. The macro I am writing does a search for certain text items, when there is a hit it needs to know what table the selected text is
|
| ADO Recordset using Excel as a database. Can't free the memory once opperation is over? | 30 Dec 2004 14:29 GMT | 1 |
Thanks for reading, hopefully one of you will have a suggestion. I have 3 sheets of data in an Excel workbook. Those data where prevouisly imported from an SQL database. I need to perform many filtering opperation on those datas to fill different
|
| OLE Automation: Paste into new message | 30 Dec 2004 13:15 GMT | 2 |
I am working on a routine in Word VBA to send each section issued from a mail merge document to a new message using the Outlook 11.0 Object Library (Outlook 2003). Unfortunately, I cannot figure out how to paste my section into the new
|
| Cut & Paste help! | 30 Dec 2004 07:22 GMT | 9 |
Through code I insert text at the end of a document. I'd like to cut that inserted text in a bookmark in another part of the document. What are the right properties/functions (and in which order) to use to achieve this using the word object model?
|