| Thread | Last Post | Replies |
|
| Cascading Combo Boxes | 16 Aug 2003 04:43 GMT | 1 |
I am using both Office 97 and 2000 I am creating a user form (VBA) and want to know can I user cascading combo boxes in word. My first combo box lists departments
|
| VBA Error in MS-Word | 16 Aug 2003 00:30 GMT | 3 |
Every time I exit MS-Word I get the following Visual Basic error: Run-time error '13': Type mismatch
|
| Re-using VB Code | 16 Aug 2003 00:25 GMT | 1 |
I'm sure there's a way to do this, I just don't know how. Here is my situation: I've been working with VBA and ADO to build a letter where you enter a client's ID to a userform that pop up when you
|
| find and replace exact phrase | 16 Aug 2003 00:08 GMT | 2 |
I created several macros to make an acronym list. Part of the code is: Selection.Find.ClearFormatting Selection.Find.Font.Bold = False
|
| Help! Word crashes when I try to view my vba code | 15 Aug 2003 23:00 GMT | 1 |
I have been working on a project using Word and VBA. Everything has been going great, but suddenly when I try to access my code by opening the Word document, and selecting 'Tools-Macro-Visual Basic Editor', Word just locks up. If I don't try to open the vb editor, my vba code
|
| Date Conversion | 15 Aug 2003 22:11 GMT | 1 |
I need help. We have several forms built in Microsoft Word 2000 that pull data fields from our main database. I have a user asking me to convert a date in the format mm/dd/yyyy, that is pulled from the database to the
|
| Manipulate ActiveX controls on Form | 15 Aug 2003 21:46 GMT | 3 |
XP, Windows 2000 In a template form, I click on Command Button. It appears on the form (wherever the blinking cursor is). I can resize the Button but cannot move it.
|
| Insert file at variable position in document | 15 Aug 2003 17:29 GMT | 1 |
I need to insert a word doc at a dynamically discovered position within another word doc at runtime. I'm using VB.NET to try to do this. In the base doc, I've got a bookmark that shows where these inserted files should
|
| First time | 15 Aug 2003 15:53 GMT | 1 |
I'm trying to create my first form ... a template that will allow others to enter information prompted by either a text field or a drop-down list. I've put in a text field and a drop down menu, but I obviously don't know what I'm doing. Can someone point me to some basic ...
|
| Using text from field codes | 15 Aug 2003 15:49 GMT | 2 |
Is it possible to convert field codes in a Word document into text that can be handled normally? The field codes appear like: {INCLUDETEXT "Main_Files/Test_Program_Results.htm" \*
|
| Rotated Logo | 15 Aug 2003 08:43 GMT | 1 |
I think this one's a lost cause, but thought I might as well ask anyway. I have a client moving from Word 97/Windows 98 to Word 2002/WindowsXP. We've discovered that their logo appears upside down in the new environment! I can fix this for new documents, but existing docs are a ...
|
| How to make a value available from one sub to other sub | 15 Aug 2003 08:37 GMT | 3 |
I'm a newbie to Word Macro, I'm writing a macro using a custom dialog box. I want to set some value to a variable during initialize, and to make that variable and it's value to other Sub, eg after clicking a button the process require to access the that variable and it's value.
|
| editautotext 'object doesn't support this property or method' | 15 Aug 2003 03:35 GMT | 1 |
Found this code off a MVP web site and trying to tweak it to work with Access and Word 2000 I get the error message "object doesn't supprt this property or method" on the editautotext line code in Access 2000 is applying to word template with offerlist added as
|
| Word Application Object | 15 Aug 2003 00:58 GMT | 4 |
I have a question regarding what happens when the user hits the "X" (on the top right hand of the Word Window) to close a Word application. Using dim wapp as new word.application()
|
| Word 2002: What can take backgroundpatterncolor? | 14 Aug 2003 14:17 GMT | 1 |
All/Any: Help! This is making me crazy… I've got text above a table and text below it. I manually highlight (selecting, then using the "Shading Color" button) the text and the table.
|