| Thread | Last Post | Replies |
|
| VB HELP doesn't accept text entry | 10 Nov 2003 07:18 GMT | 1 |
I am new to VBA. I can not get Visual Basic Help to accept any entries in any text boxes. I went to the VB editor. I would expect the mouse pointer to become a vertical bar when I place it over any text box for the Answer Wizard
|
| Getting value in a table cell w/out CR | 10 Nov 2003 07:15 GMT | 2 |
Using Word 97 in Win 98. I'm populating a two-dimensional array with values from a table, kind of converting the table to an array. Documents.Open FileName:="C:\doc.doc"
|
| HELP! | 10 Nov 2003 07:14 GMT | 1 |
WHEN I OPEN WORD 2OOO, I CLICK ON ANYTHING,THE CURSOR JUST KEEPS THINKING. I CLICK ON SOMETHING ELSE,I GET "NOT RESPONDING". help!
|
| copy styles macro | 10 Nov 2003 07:10 GMT | 1 |
We use Word 2000. I need to create a macro that will copy all the styles from a template to the ActiveDocument. I can create a dialog box where the user can specify which template, but I don't know how to copy all the styles from
|
| Parsing text from a word doc by keywords to an Oracle table | 10 Nov 2003 07:09 GMT | 1 |
I have text doc that I want to parse out certain data in to an oracle table. What I would like to do is search the doc by keyword, then grab all text between the keywords and update a column in a table.
|
| Moving code from ThisDocument (template) to ThisDocument (ActiveDocument) | 10 Nov 2003 07:06 GMT | 1 |
How can I programmatically move the content from the code embedded within ThisDocument from the template to the ActiveDocument ? Using OrganizerDelete I can delete "ThisDocument" from the ActiveDocument, but when I
|
| DocumentOpen event does not run | 10 Nov 2003 07:05 GMT | 1 |
We use a DocumentOpen event procedure to carry out a set of checks/actions whenever a document is opened. This works fine, as a rule. But if in a Word session any other procedure is stopped
|
| Macros on a protected document | 10 Nov 2003 07:04 GMT | 2 |
I have a global template that is loaded when Word starts up. It contains some macros that used to work for some protected documents that have form fields. On exiting one of the form fields, I used to run a macro, but today that all stopped?!? I don't understand what happened. ...
|
| Repeated consecutive words | 10 Nov 2003 06:57 GMT | 4 |
En blanco HI: I need a macro that find any repeated consecutive word in a Word document. I'm working with large document and sometimes it have (wrong) consecutive repeated words, and sometimes it pass the manual revision and the final document goes with that repeated words. I don't ...
|
| Trying to find a string in a Word doc using automation from Access | 10 Nov 2003 06:26 GMT | 3 |
I need to find a string in a word document, usoing automation from Access. I have the following code - oWrd is Word.application type object, created with CreateObject(): oWrd.Documents.Open (cOldWordFile)
|
| cross-referencing bookmarks | 10 Nov 2003 02:46 GMT | 1 |
First time doing this so maybe there's a simple answer: I have created a userform by inserting bookmarks and using VisualBasic to make the form. Now what I want is for one of the pieces of information to appear twice. So I have created a cross-reference to one of the bookmarks.
|
| Controling printer paper source (paper tray) with VB | 10 Nov 2003 01:03 GMT | 2 |
Several years ago I wrote a macro for controlling how many copies of the doc were printed from each tray of the printer (letterhead or plain) I lost the macro in a "harddrive" incident and would like to rewrite it. I can't find any explanation of how to set the paper source in code ...
|
| Search and replace sometimes fails | 10 Nov 2003 00:47 GMT | 1 |
The following is called from another procedure. Its purpose is to colour red everying enclosed by "{}" in a Word document. Sometimes it works, sometimes it does not, apparently at random. I can't see why.
|
| What line in document | 09 Nov 2003 22:19 GMT | 2 |
How can I get what line in document the cursor stands in? M@rit
|
| Word Automation From Access (XP) problem | 09 Nov 2003 20:45 GMT | 2 |
I have an Access database (Office XP) with a button attached to a form. When the button is pressed, I use VBA to create a recordset and new word application and to open a word document stored on the server (the document is empty).
|