| Thread | Last Post | Replies |
|
| Making a macro loop | 03 Sep 2006 08:38 GMT | 6 |
I often need to copy an itemized bill from the Web in order to sort it. I copy and paste it into Word and it comes in as one huge paragraph. I want to format it into paragraphs, then convert it to a table using the spaces between each column to separate into cells. I've written ...
|
| delete a graphic | 03 Sep 2006 08:15 GMT | 4 |
How can I, using code, do a search for a graphic called Mickey1 have it selected and then deleted?
|
| Copy row based upon style | 03 Sep 2006 08:11 GMT | 1 |
Hi i have a table with a customized style called "A Grade" . Meaning when an 'A' is given this style is applied: Name Classs Grade Steve History A
|
| Inserting a graphic | 03 Sep 2006 06:42 GMT | 6 |
I have a UserForm which is used to place text into a document based on user input, and the code looks like this: Selection.GoTo What:=wdGoToBookmark, name:="Relationship" Selection.SelectCell
|
| Dropdown list question | 03 Sep 2006 06:17 GMT | 2 |
I need help trying to figure out how to do something in Word 2002. I have a form that I am trying to automate. I have a dropdown list with selections for all of my local courthouses and one selection is for out-of-county courthouses.
|
| How do I capture the deletion notifications of objects in document | 03 Sep 2006 02:46 GMT | 3 |
I write a word addin with VC6.0. It add some button in word 2000 or higher versions. The button can create my own activeX control in current document. How can i capture the deletion notifications of objects,such as the controls or
|
| Add Bookmark text to a header or footer | 03 Sep 2006 02:45 GMT | 4 |
Is there a way to add a bookmarked text section from the main document to header or footers? So that if the Text in the body of the document changes, this is auto populated into the header or footer? Would this be better done in VBA or is there a straightforward way of doing
|
| How do I put text in a TextBox | 03 Sep 2006 00:51 GMT | 7 |
I'm very new at this and would like some help. I'm using Word 2003, VB 6.3. I'm trying to learn how to get text from a file (.txt or.doc) on the C-Drive and put it into a TextBox. Can anyone help? If this is basic, keep in mind I'm at the very beginning and slowly
|
| customization context and toolbar button | 02 Sep 2006 23:51 GMT | 5 |
I have made a template that has a custom Toolbar. The Toolbar has some popupmenus and buttons. One of the commandbarbuttons is calling a macro that shows or hides a picture in the header. I am now trying to make the button to toggle so that when the picture is shown the button is ...
|
| Outlook object stopped working | 02 Sep 2006 23:37 GMT | 5 |
RunI have a Word document that I attach to an Outlook message with VBA. As of yesterday, it all of a sudden quit working after about two months of working just fine. I've closed and re-opened Word and Outlook, restarted the computer, everything I could think of, but still get ...
|
| Clearing/reinitializing docvariables? | 02 Sep 2006 23:11 GMT | 4 |
Before releasing my template to the user, I need to clear the docvariables and reset the arrays. Is there a simple way of doing such without copying the code to a new template? The userform has a couple combo boxes which I populate for the user to select from. Now I want to
|
| Inserting a graphic | 02 Sep 2006 19:53 GMT | 1 |
I have a UserForm which is used to place text into a document based on user input, and the code looks like this: Selection.GoTo What:=wdGoToBookmark, name:="Relationship" Selection.SelectCell
|
| Help with creating wizard for forms | 02 Sep 2006 19:44 GMT | 1 |
I am a beginner in creating forms and know very little about visual basic. I want to write wizards that will pop up on initiating a document template to help me in filling in forms. Can anybody tell me where I can find a simple web site or book to start
|
| Creating a second word instance to run my project (Word 2000) | 02 Sep 2006 18:23 GMT | 9 |
I have one last obstacle to overcome with my project. At this stage it is working more or less as i want it, application is hidden with only a userform in view, and my labels are printing out fine, time after time of button clicking, documents are opening and closing correctly ...
|
| how to insert page number for word document from current page | 02 Sep 2006 12:57 GMT | 2 |
hi experts, i am facing a problem while inserting page numbers in a word document. i have 30 paged document. And i want to insert the page number starting from the 6th page only. not for the first five pages. how to do that?
|