| Thread | Last Post | Replies |
|
| Word 2000 - Date Fields | 13 Jun 2005 18:21 GMT | 3 |
Is it possible to write a macro that would lock all date fields when closing the document? Sandra
|
| active x debugging | 13 Jun 2005 17:26 GMT | 2 |
I have below code for visual basic project control using visual studio 6. ---------------- Sub PrintWord(loWord As Object, printopt As String) opt1 = printopt
|
| Form Field Name | 13 Jun 2005 17:19 GMT | 4 |
I am using the code below to identify the current field the user has just exited from on a protected form: strFrmFieldName = Word.ActiveDocument.FormFields.Item(Selection.BookmarkID).Name
|
| Invoking FileConverters | 13 Jun 2005 16:49 GMT | 8 |
Is there way to invoke FileConverters through code, without using SaveAs method. I am more intested in converting given Range into different text formats. I believe FileConverters are installed when Word application is installed. But is there any hack to calling methods
|
| Range.Text method and problem with special chars | 13 Jun 2005 16:26 GMT | 5 |
I have asked this earlier but would like to put this question again in new perspective. I want text from given word doc to insert into datbase. I am using Range.Text method hoping that I get Text version of formatted content.
|
| Sizing pasted inlineshape | 13 Jun 2005 15:52 GMT | 4 |
I am creating a chart in excel and then pasting it into word as an inlineshape but the default size is incorrect. How do I size the object at the time of pasting - ie. does inlineshapes(1) necessarily select the pasted object or does it select the first inlineshape? How do I
|
| Accessing DocProperty from VBA | 13 Jun 2005 14:57 GMT | 1 |
I wish to do the following, and I am having a hard time figuring out how from the documentation: Read the current value of custom DocProperty items from Word VBA(named MyFormattedDate and MyUnformattedDate)
|
| Word Variables | 13 Jun 2005 13:54 GMT | 2 |
Does anyone know of a way to input programming-like "variables" into Word? For example, can I place a variable x in a page in some document, then adjust x's value, and it will update all variables x in that document? It would really be useful.
|
| FormFields Collection | 13 Jun 2005 13:24 GMT | 3 |
I have a set of Word documents that all originate from the same template file. I am developing a VB.NET utility to import the data from each document into an Access database. Each document will represent a single record in a table.
|
| autoinstall of a tempate (SaveAs FileFormat:=wdFormatTemp) ERROR | 13 Jun 2005 13:19 GMT | 2 |
I am working on distributing a VBA utility an want to distribute in the easest possible way for people to install and use. I would like to distribute it as a single Word .DOC file that will contain both the documentation and the VBA. The document will contain buttons to
|
| Need Help With Deleting TableRows | 13 Jun 2005 13:11 GMT | 3 |
I am working in WORD2000 VBA. I need help and / or an explanation of the following Table procedure. I am either doing something wrong or I am missing a point someplace. I have the following procedure:
|
| Document variables | 13 Jun 2005 10:10 GMT | 2 |
Is there a maximum size for a word document variable? I tried doing some testing and it looks like it fails if I try to make a string longer than about 65000 characters. If this is the case, is there a good way to link a large amount of text to a field? I hoped to have fields ...
|
| Separating a word file using executable script | 13 Jun 2005 08:21 GMT | 4 |
I have a 200 page word document that contains information on applications. There are 50 unique application numbers in the file. I would like to obtain some script that will do the following: 1. Find the unique application numbers (which is a bookmark) in the 200 page
|
| Problems in reading sentences from the document that has tables | 13 Jun 2005 08:03 GMT | 4 |
I am trying to read the sentences from a Word document, and skipping the tables in the document, using the following code: For Each para in ThisDocument.Paragraphs For Each paraRange in para.Range.Sentences
|
| Single Ladies? | 13 Jun 2005 05:37 GMT | 1 |
Hi, its been a long day, and I've been very happy to use this discussion group forum and hopefully get some answers. I can't help, however, but wonder where all the sexy MS Savy Engineer females are at. So, if your single, female, and good looking, please post a response to ...
|