| Thread | Last Post | Replies |
|
| Macro to toggle case? | 22 Dec 2004 20:59 GMT | 2 |
I'm trying to create a basic editorial macro that will search for text in small caps and replace it with regular text in "Title Case" (first letter of each word selected is capitalized). Here's what I have so far, which appears to clear the small caps but doesn't toggle the case ...
|
| How to customize Word without disturbing user's Word environment? | 22 Dec 2004 19:18 GMT | 12 |
My application uses Word automation to display a Word document. For the display of this particular document, I'd like to remove all toolbars in order to display as much of the document as possible, with the available screen real-estate. How do I do this without disturbing the ...
|
| how can I view a word document and stop edit or print | 22 Dec 2004 19:09 GMT | 4 |
I need to be able to call up a word document for users to view but must not be able to chage or print it. Is there an easy way to do this? Thanks
|
| forcing new autotext to a specific template | 22 Dec 2004 15:58 GMT | 1 |
I need to know how to force new autotext entries to a specific template. the template is set to startup with Word. My users are creating alot of autotext and i want to backup their work via the template. thanks
|
| Is Windows 98SE OK Word 2000? | 22 Dec 2004 14:45 GMT | 2 |
Kia Ora Does Word 2000 work satisfactorily on Wndows 98SE? Thanks Mac
|
| How can I know if a specified document is opened | 22 Dec 2004 14:39 GMT | 3 |
In my VBA program, I must know if a document named "some.doc" is opened. If the document is not opened, I should create a new file, which is "some.doc"; and if it is opened, I will do something else. Sorry, I am a foreigner, my English is poor. Do you understand my
|
| how to align text in paragraph form? | 22 Dec 2004 14:34 GMT | 1 |
I have inserted large wordpad file into word document. While inserting, the nice looking justified paragraph becomes unruly, and lines appear broken. How can we create a macro that will start from top and shall repeat the following functions:
|
| Field shading OFF | 22 Dec 2004 14:13 GMT | 1 |
Is there any way i can disable the field shading to 'NEVER' , programatically . if YES then how . Thanks,
|
| MS Word macros | 22 Dec 2004 14:06 GMT | 1 |
The macro code, For Each menu In ContextMenu.WordMenus Set cb = Application.CommandBars(menu) For Each ctl In cb.Controls
|
| Password protect a word doc using vb.net | 22 Dec 2004 12:56 GMT | 1 |
I use the following routine to open a word doc and protect it with password. Presently the file is not getting closed properly. I admit that I am new to Office development. What is wrong in the following code? Will it work with any version of Word? Also give me the website address ...
|
| Copy Text and Keep Formatting | 22 Dec 2004 10:40 GMT | 3 |
I have been working on a mailmerge. I had the format working, but missed some functionality. I now have VB script that provides the functionality, but I have now lost the formatting!
|
| Exception when adding field | 22 Dec 2004 10:35 GMT | 1 |
I hope this is the right newsgroup I'm posting this question. I'm having a problem when adding Page Number field to a table's cell. That table is placed in the document's header. The document is generated by COM Interop with VB.NET. The error description is below, followed by the ...
|
| Default filename when saving a document? | 22 Dec 2004 10:33 GMT | 1 |
I currently have a document which is a template (.dot). When you open the template, it give it a name "Document 1" or similar. When you go to save the document, it adds the first couple of letters from the start of the document for a Suggested Filename.
|
| put a new line in the middle of a dialog box string | 22 Dec 2004 00:29 GMT | 1 |
Hey everyone, I'm writing some vb code to pop up a dialog box and ask the user if he wants to save changes to his document, and I would like to put a new line in the middle of my string, but I'm not sure how to write a new line in a dialog
|
| Path/File access error ~ creating forms at runtime | 21 Dec 2004 23:26 GMT | 1 |
Background: I am trying to create userforms at runtime. I am using the following code to do so: Do until frmcount > 5 Set newFrmTemp = ActiveDocument.VBProject.VBComponents.Add(vbext_ct_MSForm)
|