| Thread | Last Post | Replies |
|
| Opening directory/file | 10 Feb 2005 18:03 GMT | 2 |
I am using a little VBA programm in Excel to open a certain directory/file. I wanted to use the same programm in Word but it dosn?t work. Who can help? ChDrive "G:\" ChDir "G:\DATES\"
|
| Macro to delete between lines | 10 Feb 2005 16:13 GMT | 1 |
Hi- I thank everyone who has been helping me. Sorry to be a pest, but I have not yet figured out how to do this. I have a Word97 document with "#111#" and a few pages later, I have "#222#".
|
| Find & copy macro--possible? | 10 Feb 2005 16:01 GMT | 13 |
I'm wondering if it's possible to create a macro that will search a word document for any foreign characters with diacritics, copy them, and export them to a new document? I don't want to remove the characters from where they are in the text--I just need to know WHICH characters ...
|
| want to fill table rows with data from a text file | 10 Feb 2005 15:31 GMT | 12 |
Hi just wondering if a script could read a text file that has the list of a bunch of files and file size and read it into a table in a word document? Anyone know what the script would look like? Thanks.
|
| Strip Non-Numeric Characters from a string or range | 10 Feb 2005 13:47 GMT | 7 |
I have a macro that I now use for stipping out non-numerical characters from a string (Thanks Andi Mayer). This works great, but I was wondering if there is a function available that might simplify the process so that it doesn't have to cycle through each charcter? I
|
| drop down lists | 10 Feb 2005 13:28 GMT | 2 |
I am trying to incorporate a drop down list box on my template Trouble is, If I use the FORMS drop down box, the act of locking the box stops any further access to the document. Do I need to use VB for this ?
|
| Read all lines in document | 10 Feb 2005 13:06 GMT | 2 |
Is it possible to loop through an entire word document on a line - by - line basis? If so, how? Thanks,
|
| Tables inside paragraph object | 10 Feb 2005 13:05 GMT | 3 |
Is there a way of detecting whether a paragraph contains a table?
|
| 'AtEndOfDocument' as published does not allways work, some questions. | 10 Feb 2005 12:25 GMT | 5 |
The AtEndOfDocument VBA code, as published by Microsoft, does not always work. Function AtEndOfDocument() If Selection.Type = wdSelectionIP And Selection.End =
|
| Adding a bullet in front of each paragraph | 10 Feb 2005 07:28 GMT | 3 |
Hi all...what approach would you suggest for adding a bullet character and two spaces ("? ") in front of each selected paragraph in a document? (I don't want to use a list style or the "Bullets" toolbar button because I'm pasting the paragraphs into an Excel worksheet cell)
|
| TOC NameLocal | 10 Feb 2005 04:09 GMT | 1 |
Hi Group: I am the NameLocal of the Paragraph Style in the TOC to determine the level of the TC item. the code looks like ActiveDocument.TableOfContent(1).Paragraphs[1].style.NameLocal. for most documents it returns something like "TOC 1", "TOC 2" ... I use the number at the end ...
|
| Prevent document AutoOpen.MAIN | 10 Feb 2005 02:00 GMT | 3 |
We are using a commercial requirements managment app which includes the ability to import and export word documents. During an export, this app automatically inserts code into the document AutoOpen.MAIN sub. I want to prevent the exported word docs AutoOpen.MAIN sub from ...
|
| Containing Hidden Data in a .doc Document | 10 Feb 2005 00:56 GMT | 1 |
I have a word document with a drop down form field. I also have a table cell with a paragraph of text in. I am writing a macro to make the paragraph of text change depending on what is selected in the drop down box.
|
| multiple address layouts? | 10 Feb 2005 00:50 GMT | 1 |
Is it possible to have multiple address layouts? ie on a template for an order form, when an address is chosen from the addressbook to have it in a block with company name
|
| formating number is word | 09 Feb 2005 22:56 GMT | 1 |
I have some vba code that goes to a bookmark and inserts a number as a string The number is typically inexcess of 1,000, and is derived in word vba by multiplying x2 other number strings (hours and an hourly price). The numbers
|