| Thread | Last Post | Replies |
|
| A macro for opening and automatically filling in dialogue boxes | 04 Jun 2004 23:46 GMT | 1 |
I would like to make a macro in Word that opens the object dialogue box, automatically selects a specific icon for the object (the same icon for all the objects) and opens the folder where the object files will be found. The only
|
| Calculating IF Field in Word | 04 Jun 2004 23:20 GMT | 1 |
I have a table in a Word "Form" 2000 document that I am attempting to use an IF statement to return numeric values for specific text entries from one cell to another. The user will enter one of the following:
|
| Visual studio instead of VBE | 04 Jun 2004 22:11 GMT | 2 |
I am writing some vba applications with the Visual Basic Editor but iot is quite old (the "engine" is VB6.3). Is there to use anyway to use Visual Studio environment to do vba programming? For example when I want to edit a macro Visual Studio is
|
| VB and Office | 04 Jun 2004 22:06 GMT | 3 |
I worked with VB3 in 1993 in college but professionally have only worked with Oracle and Java. I've been asked to tackle projects that require some knowledge of programming with VB in MS Office. Can anyone reccomend
|
| bypass warning if text converter trusted? | 04 Jun 2004 21:18 GMT | 1 |
In Word 2002, SP3, I substitute a FileSave macro that forces a "save as" using the Word 6.0/95 text converter, for compatibility with a newspaper layout application. Is there a switch or other way to avoid the security warning on every save about whether the text converter is ...
|
| Subtotalling pages in a table extending over more than 1 page | 04 Jun 2004 14:17 GMT | 1 |
Would anyone know how to create a macro to subtotal a number of pages at the foot of each page in a table which extends over a number of pages. I have been manually breaking the page into sections, inserting a bookmark
|
| Bookmarks, recalling 'by location' | 04 Jun 2004 13:04 GMT | 3 |
I want to create a listing of bookmarks in my document in the order in which they appear. "For Each oBookmark in ActiveDocument.bookmarks" returns only in alphabetical order. this is true even if I preceed the instruction with:
|
| How to collect Address Book from Outlook | 04 Jun 2004 11:21 GMT | 6 |
I want to create a VBA Form which contain a combo box. When initial this form, all first name of outlook address book will be added into that combo box. After selected a name and clicked an OK button, I want to get name, address, company name, tel... values and print in Word ...
|
| Word 2003 has wrong active window after replace all | 04 Jun 2004 10:28 GMT | 9 |
Has anyone a fix for this one please? It looks like a bug to me. I have 2 docs open in print layout view and run the code below in the first doc. It runs OK. I then change to the
|
| Object libray not registered | 04 Jun 2004 10:23 GMT | 1 |
When clicking on Tools | References in Word 97's VBIDE, I get a message "Object library not registered". If I click on Help, I see: "The Visual Basic for Applications object library is no longer a standalone
|
| Vba code is copied in word 2003 doc when generated from template by automation | 04 Jun 2004 08:54 GMT | 1 |
If I use the automation code below, then the vba code (code in thisdocument, modules and classes) is copied in the new document generated. I did the check to open the document on an other computer that doesn't have the template on his harddrive and there you can see the complete ...
|
| Performance/Scalability | 04 Jun 2004 07:08 GMT | 1 |
I need to do bulk document merging (merging data into a Word template) using the Word object. I like to know what the performance is and how scalable of the object is. Any input would be appreciated Thanks C.
|
| Toggle Settings | 04 Jun 2004 05:06 GMT | 4 |
I'd like to be able to toggle some settings, for example "Windows in TaskBar" or "View Text Boundaries". Currently I have two macros to do this sort of thing, one for off and one for on, and either two toolbar buttons or two shortcut keys to
|
| macros in new blank document | 04 Jun 2004 02:42 GMT | 6 |
I have created a word template that contains macros. When I create a new doc from the template (dot) it does not contain the macros, only a reference to the original dot. Is this a bug or is there a way to change the word
|
| CustomDocumentProperties | 04 Jun 2004 01:05 GMT | 1 |
I would like to be able to programatically use this property to find (and alter) the document author and other properties of a document. I have tried using it in code to no avail.
|