| Thread | Last Post | Replies |
|
| Filling Text box with text from source document. | 17 Mar 2004 08:58 GMT | 8 |
Iam using Office 2000 and windows 2000 I have a User Form with 4 Option buttons on it and 1 Text Box (multi line) Example of first two Option buttons. Private Sub OptionButton1_Click()
|
| Form to edit database | 17 Mar 2004 07:45 GMT | 1 |
I am an experienced programmer in many languages, but only started with VB/VBA a couple of days ago. The task set upon me is to provide the reader of a Word document with a form to enter new data into an Access database. The data is used for a mail merge. What I want the document
|
| Compare method and Error 4198 | 17 Mar 2004 06:49 GMT | 3 |
Help, I am trying to do a document compare of two documents. I am using VB 6.0 and Word 2000. This is my code: Dim objApp As Word.Application
|
| Renaming a document | 17 Mar 2004 06:32 GMT | 1 |
Folks, If all I wanted to do is rename a document this would be easy however what I've done is create a routine that is invoked by the even BeforeDocumentSave. In this routine I do the following:
|
| How to ... | 17 Mar 2004 06:19 GMT | 2 |
I received by e-mail a Word document. I need to edit it, but it's protected. I don't know the password. Does anyone can help me? Is there a macro to break passwords? I appreciate your support.
|
| Create a list based on checked boxes | 17 Mar 2004 05:21 GMT | 1 |
I'm new at this, so please be patient! I have a form with 10 checkboxes - CheckBox1, CheckBox2 . . . CheckBox10 and next to each checkbox is a text box available for a user to edit - TextBox1, TextBox2 . . . TextBox10 Here's what I need to have happen: A user will check off 3 or 4 ...
|
| Import from Excel to Word Form, Save as Individual Files | 17 Mar 2004 04:46 GMT | 1 |
Hey guys- New to this forum, seems like a TON of great info here. I'm gonna post this to a couple different threads, so I apologize in advance. I just don't know the proper place for it...
|
| XP: Positioning Commandbars works every 2nd (!) time | 17 Mar 2004 04:45 GMT | 3 |
I'm trying to migrate from Word 97 (NT4.0) to Word XP (WIn2k). The following is part of autoexec (XP): On Error Resume Next With ActiveDocument.CommandBars
|
| revert fonts to style default | 17 Mar 2004 03:35 GMT | 2 |
I have a collection of documents that were originally created i WordPerfect and converted to Word 2000. Now I'm writing a some routines to clean them up. So far so good, bu one thing I can't figure out is how to get rid of all font size an
|
| Refering to the current heading... | 17 Mar 2004 01:36 GMT | 3 |
What code do I place in the header in order to display the current TOC heading of this page? IE even it the last heading 1 (TOC) was 4 pages ago. Yani
|
| Microsoft Office help | 16 Mar 2004 23:26 GMT | 1 |
I purchased a used microsoft office disc for windows 95 but cannot install it. I have a fairly new computer which has windows 95 but not word or power point. I would like to use these products. The box says that it
|
| Add word Main Dictionary programmically | 16 Mar 2004 23:01 GMT | 1 |
Using VB.NET and Word 2003 Trying to add word to main dictionary in MS Word programmically. And is there a way to search through the collection of words? Remove a word? Update a
|
| example code wanted for creating hyperlinks from text of document | 16 Mar 2004 22:56 GMT | 1 |
I have a need to process all occurances of a certain string in my document into a hyperlink; I was wondering if anyone could point me towards some example code that may do something like this? thanks.
|
| how to use the highlight in a macro | 16 Mar 2004 20:28 GMT | 3 |
I use MS word 2002 at work. The macro record will not write the the highlight function when I record my steps. What is the magic syntax to get this going? Thanks a bunch!
|
| moving cells values in a table | 16 Mar 2004 19:23 GMT | 4 |
Ok, I thought I understood but I don't, so I'll ask. I have a table in a word doc. I want to move the value of one cell to another cell. How do I do that in vba? Here is part of the code I have been trying.
|