| Thread | Last Post | Replies |
|
| Autocorrect EVERY 'oin' to 'ion' if its wrong | 08 Mar 2004 23:07 GMT | 2 |
I have a habit of typing 'oin' instead of 'ion' at the end of lots of words like "automation", "direction" etc. As a contractor I move from organisatoin (see !!!) to organisation so have to add all 10,000 words to the
|
| Line numbers in paragraph | 08 Mar 2004 21:47 GMT | 3 |
How can we get total number of lines in a given paragraph by vba? Thanks GB..
|
| Detect protected document in W 2k3 | 08 Mar 2004 19:45 GMT | 5 |
In Word 2k3, how do I detect if a document is protected? My help searches keep coming up with ActiveDocument.protect but that doesn't have a true/false value.
|
| Macros disabled | 08 Mar 2004 17:49 GMT | 1 |
I've recorded an AutoOpen Macro in a word document; however, when I save, close and re-open the document I receive an error message that the macros are disabled. I haven't been able to find a quick way to enable them. Any
|
| Text Field vs. Bookmark | 08 Mar 2004 15:30 GMT | 2 |
Microsoft Word 2003 and 2000: Recently, I designed a Word document that represents an existing paper form. The form consists of many table cells of different sizes to end up with the proper
|
| Application.Word Object | 08 Mar 2004 14:48 GMT | 9 |
Where can I find All the Word Object and its Methods, Variables, and Functions. Thanks.
|
| bookmark names | 08 Mar 2004 13:36 GMT | 1 |
I don't know if this is a basic question . how do I view my bookmark names when I'm in vba and writing code this is frustrating switching back and forth checking the bookmark names cheers phil
|
| Copying & pasting screens in Word 2000 | 08 Mar 2004 11:25 GMT | 1 |
I am writing a user manual for some new software & I need to be able to copy & paste "screen shots" to my word document so I can write a narrative on the usuage of each screen. When I try Shift, Alt +C nothing happens. I have a number of screen shots to do. How can I copy & ...
|
| if a word file is embeded to another word file then find the path of the word file to which it is embeded | 08 Mar 2004 08:26 GMT | 1 |
if i have a word file "abc.doc" which is embeded to another word file "bbc.odc" now through VISUAL BASIC FOR APPLICATION i need to find out whether "abc.doc" is embeded or not if yes then to which word file it is embebed ,i.e the path of the word file to which it is embebed please ...
|
| Need Help with Macro/Template/Autotext?? | 08 Mar 2004 08:15 GMT | 1 |
My sister wants to do a recipe book for a family reunion. She had professional do some of the pages but the cost escalated out o control. She sent me a page that had been done and I have kinda bee able to re-create it. My problem is that my sister knows very littl
|
| masschange in properties | 08 Mar 2004 05:21 GMT | 1 |
is it possible to make a masschange of all word docs in a folder. For example, Delete all Titles and Authors in properties? I read the Article by Jonathan West on the mvps website
|
| Stop form from opening in design mode | 08 Mar 2004 03:30 GMT | 3 |
Does anyone know how to prevent a Word Document (with a few control objects on it) from opening in design mode? I created a word document with some radio buttons and check boxes on it (no actual programming) and now every
|
| Hiding instructions before printing doc | 08 Mar 2004 00:11 GMT | 2 |
This is a proposal form that is several pages long...instructions are locked. we don't want the instructions on how to fill out the form to print in the final proposal.
|
| Userform template... HELP! | 07 Mar 2004 23:21 GMT | 2 |
I have created the following form, using a couple different other (MVP-created, functional) forms as templates to copy from. Everything seems to work, except, it gives me an error that the "range cannot be deleted" on
|
| Open Non-Word-documents from Word VBA | 07 Mar 2004 20:51 GMT | 2 |
In my Word VBA application I need to open documents that are created in other appliacations than Word. Up to now I've solved that problem by using Shell and Send keys. However, maybe there are better ways of doing this (thinking especially on
|