| Thread | Last Post | Replies |
|
| Rotating pix with a macro | 21 Feb 2004 00:16 GMT | 2 |
I recorded the following macro. First I selected a picture in a document and then recorded. Selection.ShapeRange.IncrementRotation -90# Selection.ShapeRange.IncrementRotation -90#
|
| .Find and accent marks over letters | 20 Feb 2004 23:38 GMT | 5 |
Hi-- I'm using Word XP and VB 6.xx. I've written a macro that does a series of word searches that works well, but I recently discovered that it's not recognizing words with accent marks.
|
| VBA Word | 20 Feb 2004 22:27 GMT | 2 |
I an trying to modify a document property. The VB Editor "Class" is called "Document" but I am not sure which Document "Member" to use in the VB Editor. Doing this manually in Word, I would highlight the
|
| Error: "string parameter too long"? | 20 Feb 2004 21:54 GMT | 2 |
I'm working with a text-based document, with every line as a separate paragraph. Each line is 80 characters monospaced from start to paragraph mark. This first thing I do is search for a specific character in the first line; if it's there, then the first three lines/paragraphs are ...
|
| Print pages in array | 20 Feb 2004 21:39 GMT | 1 |
I am trying to print all of the pages in a document that are in an array. For example, there are 200 pages in my document. The array is (45,87,92,137) Is there an easy way to tell the printer to print these pages based on
|
| Breaking Links in Word using VBA | 20 Feb 2004 20:48 GMT | 4 |
I am trying to find away to automatically break linked data from excel with out having to use the "edit" menu, and after much searching have drawn a blank. If anyone has any ideas if it's possible, i'd be very
|
| Price calculations in Word | 20 Feb 2004 20:44 GMT | 2 |
I need to calculate prices in a table in word, and my VBA needs to be able to start at the first row, look at aCell and multiply it by bCell and place the value of that in cCell. My problem is that I don't know how to reference
|
| CommonDialog control | 20 Feb 2004 20:36 GMT | 1 |
There was discussion on this board this week about a 'CommonDialog control.' I have tried to use it (actaully I have simply tried to find it), without success. Is it a VBA command, or VB? Is it available in Word97 and 2000? Do I need to
|
| How to save a file as text in the document using a macro | 20 Feb 2004 18:09 GMT | 3 |
I have 25 documents that I open and reformat with a macro. Each document has a specific 10 digit number. How can I run one macro on each file and have it save the file as a specific name. ex. If .Text = "12354678" I want to save the doc as FFTC if .Text = "87654321" then
|
| Close Program | 20 Feb 2004 17:34 GMT | 1 |
Is it possible to close a program window, after opening it with the shell command in vba?.
|
| remove macros with vb script | 20 Feb 2004 15:52 GMT | 1 |
How can I programmatically remove or disable macros from a group of Word 2002 documents in a folder thx
|
| Move end of range to where I am? | 20 Feb 2004 14:29 GMT | 4 |
I think I've got this right, but I'm not sure. I'm used to using Selection, and I'm trying to do this in Range. I want to set a range that starts at the beginning of the document and extends until the end of the paragraph containing a specified text string. So far, I've got:
|
| Document_Open don't work | 20 Feb 2004 13:41 GMT | 3 |
I have a word document with a Document_Open macro in it. My document is filled with a Intranet Forms (when I send the form, it writes a text document on the hard drive and then launch the word document. The word document reads
|
| An example to automatically create a document in Word | 20 Feb 2004 10:06 GMT | 1 |
I need to create in automatic a new document through VB code. The document text is a merge between text and variables that I get from a database. I have some trouble to format text and put it in the right
|
| manual pagination and/or find sentences at bottom of a page and top of a page. | 20 Feb 2004 08:37 GMT | 2 |
Are there any ways to manipulate the pagination functions besides the keepwithnext and keeptogether. For instance Say I have a paragraph with 3 sentences that split from the bottom of the page to the next page. Word will handle that automatically but I want it to split the ...
|