| Thread | Last Post | Replies |
|
| XP style on user forms - possible? | 10 Nov 2004 19:55 GMT | 3 |
Is there any way how to achive that nice XP style for controls placed on a user form? I am still getting that Win2k style even if I am running office 2003 + WinXP. Thanks for any help,
|
| shift tabs for a selected paragraph? | 10 Nov 2004 19:31 GMT | 1 |
I need to shift all of the tabstops for a selected paragraph to the right by a given amount, say 0.2 inches. So far all of my approaches meet with error messages or unexpected results. Can someone suggest a way of accomplishing this?
|
| Intercept a toolbar or menu function call? | 10 Nov 2004 17:12 GMT | 1 |
In Word Office 2003 with SP1, is there a way to intercept the function call to a menu item or toolbar button, so that it uses custom functionality in place of the standard Word functionality? Thanks,
|
| How to retrieve the content of a page | 10 Nov 2004 16:48 GMT | 2 |
I am looking for a way to retrieve the text content of a page. I didn't seem to find an easy way to do this in vba. Any ideas?
|
| Find "Previous" or "Backwards" | 10 Nov 2004 16:45 GMT | 1 |
Word 2003. Windows XP The Word find dialog only has "Find Next". There doesn't seem to be any way to "Find Prvious" or whatever command to search/find backwards through the document.
|
| Removal of templates | 10 Nov 2004 16:08 GMT | 2 |
Is it possible to remove (uninstall) advertised templates (templates that was installed with Office, like: "Elegant fax", "Elegant Letter", etc... ) from computer using VBA? I would like to remove them from "templates" dialog ("File"->"New...").
|
| Macro Button Appearanc | 10 Nov 2004 16:03 GMT | 1 |
Does anyone know how to show a macro button as used? Let me explain - word standard bold button, if your cursor is in text that is bold the button appearance is depressed or it looks activated. when the text is not bold the button appears normal.
|
| InUse Property of Styles: What exactly does it mean | 10 Nov 2004 15:49 GMT | 1 |
We have been working with a vendor on an issue where a numbering tool utility of theirs essentially takes a document and analyzes all of the styles to determine if they are part of an outline numbering scheme. The problem is that whatever they are using to determine if the style
|
| Using VBA via ActiveX? | 10 Nov 2004 15:39 GMT | 2 |
Are there any issues to be aware of in running VBA via ActiveX controls, and creating docs from webpages etc. --- Message posted from http://www.ExcelForum.com/
|
| Changing the selection position | 10 Nov 2004 15:36 GMT | 2 |
I woder whether there is any way of changing the position of the selection to another position e.g. a cell in a table or just Go to end of document, beginning of document etc. Thank you in advance
|
| Hidden help text | 10 Nov 2004 15:30 GMT | 2 |
I am trying to create a document that has certain words in it that when you move the cursor over the word a bubble will appear with text, such as a help or other terms that can be used in place of what is on the form. I want to be able to edit this information. Is there any way ...
|
| Printout - Word closes before printing starts | 10 Nov 2004 15:26 GMT | 2 |
I have a VB app running on Citrix. I'm using the PrintOut command when a user goes to print a document. In this case, I have a 14 page document. When I run the app from my desktop, it prints out ok. When I run the app via Citrix, because the code is running so fast, it appears ...
|
| Get The Word Process ID | 10 Nov 2004 15:20 GMT | 2 |
I´ve been trying to get the id of a word application instance launched from my aplication. I´ve a container (dsoFramer) where I open an word document. What I want to do is when I open a document inside this frame... I want to return the Process ID of the word application instance.
|
| Update all fields on saving/closing | 10 Nov 2004 14:38 GMT | 3 |
Hey, would anyone be able to pass on the code for updating all fields in a template when the user closes and/or saves and closes? Here is what I have so far: ActiveDocument.Fields.Update
|
| Custom toolbar in global template | 10 Nov 2004 14:35 GMT | 1 |
I realize there have been multiple posts relating to this topic already, but after sifting through a sampling of 5 or 10 of them, so far I haven't been able to verify that any of the proposed suggestions actually solve the problem.
|