| Thread | Last Post | Replies |
|
| Play Sound File in User Form | 18 Feb 2007 09:25 GMT | 1 |
I am using Word 2003, SP2. I have created a template with a customized toolbar. From this toolbar, the user can open a user form where they can select other options from command buttons.
|
| Copy and paste | 17 Feb 2007 23:18 GMT | 7 |
I was going through all the questions posted on coping and found almost what I was looking for under a response by Doug Robbins. What I have is as follows: Private Sub Copy1_Click() With ActiveDocument
|
| Path/File access error - why wont it fall into the error trap? | 17 Feb 2007 22:24 GMT | 3 |
Using MS Word 2003 and MS XP Professional The following code does not seem to trap the "Path/File access" (error 75) - why would this be? What can I do to trap file open errors or alternatively catch badly formed file names?
|
| I need help getting information from Word and sending it to Excel | 17 Feb 2007 20:32 GMT | 1 |
My company has a word document containing customer data. It's something along the lines of this: NAME: JOHN DOE SSN: 444-444-4444 TELE: 999-999-9999
|
| Determine Application window color | 17 Feb 2007 14:58 GMT | 3 |
I can right click the desktop, select properties, click appearance tab, click in the window text area to set a "off white" application window color for all my applications including Word. Does anyone know how to determine the color of the application window
|
| how to search for WordArt in a document | 17 Feb 2007 11:39 GMT | 1 |
I teach an online computer class and one of the projects I have my students do is a Word document with, among other features, WordArt. I’m trying to macro-automate my correcting of the documents and I need to know how to detect whether a graphic is a piece of WordArt. My thought ...
|
| How do you change a grammer rule? | 17 Feb 2007 06:31 GMT | 5 |
I am typing up a dictionary for a school assignment and Word wont let me say "Wadis- Riverbeds that remain dry except for during the rainy season." It wants me to say "Wadis- Riverbeds that remains dry except for during the rainy." I want it to know that it is a dictionary entry ...
|
| XSL stylesheets import to Word 2007 | 17 Feb 2007 03:02 GMT | 1 |
I wonder if there is a simple way to import XSL stylesheets to word 2007? Thanks, SJ
|
| Please help me before i Get MAD SetFocus doesn't work | 17 Feb 2007 01:43 GMT | 2 |
Im working on MS Word 2003. I have created two VB Text box controls namely A & B. Once when the user inputs a character in field A, the focus must move to the field B. How can this be acheived.
|
| Can't hide Menu Bar | 17 Feb 2007 00:54 GMT | 3 |
I can't get the CommandBars .visible to work. I recorded a macro while I closed the Menu Bar, and it returned the following: CommandBars("Menu Bar").Visible = False msg = MsgBox("Menu Bar Hidden", vbOKOnly, "Test")
|
| Public Variable not holding it's value | 16 Feb 2007 23:41 GMT | 6 |
I've got a weird situation that I'm tring to handle. I have a 'cover sheet' .dot that we want to use to gather information, display it properly (some values as bar codes, etc.) then close. We do NOT want our users to be able to save the document (it contains vital data) and
|
| GetObject & CreateObject | 16 Feb 2007 22:16 GMT | 1 |
I'm trying to access an Excel file from Word. I can use both GetObject & CreateOjbect successfully, but the file I want to open is a template, and instead of actually opening the template, I want to create a file from the template because the file will be used by multiple users ...
|
| Printing the contents of a textbox | 16 Feb 2007 21:18 GMT | 2 |
Is there a way, please, to print the text contents of a large userform textbox? To explain: A template has a userform which gets data from a database (an Excel file). The userform has a combo box showing the title from
|
| Obtaining field value from active Mail Merge record | 16 Feb 2007 20:03 GMT | 2 |
I know there has been a number of inquiries regarding using a value from a Mail Merge record to dynamically name an output file. My objective is to create 'x' number of documents using the same template, but save each on using a distinct filename from a value within each record.
|
| weird problem and intersting solution | 16 Feb 2007 16:52 GMT | 9 |
I have a macrobook with a lot of VBA code (over 60 procedures) with over 400 useres. Only a few useres used to get error 91 when they were trying to use one of the macros which shows a userform with list of chpters and gives the user the option of deleting them or moving them ...
|