| Thread | Last Post | Replies |
|
| Word 2007 VBA can not set options.print... properties | 28 Mar 2007 02:04 GMT | 3 |
Has anyone else run into this (and found a reason/fix)? On one of our five test dev machines, Word 2007 has a weird bug. Start a blank new doc, go into the VBA macro editing area, add the line:
|
| How to find control characters with VBA? | 28 Mar 2007 01:14 GMT | 3 |
I'm trying to find a particular string in a number of documents, and this string contains special characters - specificially the carat "^" symbol. I'm able to open a sample document in Word and do a find on the string I'm interested in, and I find it with no problem. But when I ...
|
| EnhMetaFileBits | 28 Mar 2007 01:12 GMT | 1 |
I'm copying an image using the following code(EnhMetaFileBits concept). My problem here is I cant get the original size of the image whne I copy the picture. is there anyway to get the original size of the picture? Public Sub SaveImage()
|
| Document Open not firing like it used to; reinstall didn't help; urgent | 28 Mar 2007 00:53 GMT | 1 |
I have had a dot file with a couple modules, one user form, and a bunch of custom toolbars. Usually word (2000) and this template are invoked from an Access 2000 database. It's been a fairly smooth running productivity app for a couple of years. It's all running on a terminal ...
|
| Placing dialog box to the right of the screen | 28 Mar 2007 00:18 GMT | 5 |
I'm writing some VBA to place a series of dialog boxes that I want to position at the top right hand side of the screen. Furthermore I'm using the following line to minimize Word 2000 so that I only see the dialog box
|
| Word VBA Macro Find Text | 27 Mar 2007 20:52 GMT | 3 |
I KNOW Microsoft Word has a find function - but I'm looking for a way to find all occurrences of a string in a document. I set up a text box to enter the string (for example "abcd") and a button to "Find Now". It will find the first occurrence, but I would like to know how
|
| Deleting common words? | 27 Mar 2007 11:01 GMT | 7 |
I don't know how else to do this, so thought I'd ask. To delete common words from word lists that I'm creating, is this the best approach?: ******************************************************************************** Sub DeleteCommonWords()
|
| Adding multiple tables - nesting problem | 26 Mar 2007 21:15 GMT | 4 |
I am trying to insert multiple tables in my Word document. I am actually adding them in reverse order (ie: add one table, then add another one BEFORE it ... and another one BEFORE that one). (The reason I am doing this is somewhat hard to explain.... but will go
|
| Inserting one document into another | 26 Mar 2007 17:59 GMT | 5 |
I need help with getting some functions to a VBA scrit for Word. I want to use a dialog box to choose an option, and when that option i selected, I want to insert an external document into the current document.
|
| Want: enter text in one place, different text appear in another. | 26 Mar 2007 17:23 GMT | 2 |
What I want to do is similar to repeating data, or populating fields, but I don't want to populate fields with the same data I'm manually entering. For example, in a blank I want to enter "teacher," and a couple of
|
| Macro Needed, Two Saves in One | 26 Mar 2007 17:17 GMT | 2 |
I need some help. Workin with Visio 2003 and Win XP ... I have a Visio page open and I have saved it once already as a VSD file, so it already has a filename with a aVSD extension.
|
| Using Find Then Inserting Text | 26 Mar 2007 16:06 GMT | 3 |
I'm not quite understanding how to control where text will be inserted when using a macro. I'd like to insert text after a particular heading in a bunch of documents. I know that the heading will use style Heading 1, and I
|
| Removing Underline From Heading 1 | 26 Mar 2007 15:06 GMT | 4 |
I'm converting documents to a a new template. On some of my documents, some of the text in the Heading 1 style is underlined, which is not part of the formatting of that style. I'd like to make a macro that looks for text formatted as Heading 1
|
| email merge code issues | 26 Mar 2007 09:17 GMT | 3 |
I am merging a document to outlook 07 email. The document has different mergefields from an excel sheet, which also holds the email address to be merged to. I'm having problems with the code for some reason. The macro is in the excel worksheet if that makes a difference.
|
| Heading Format | 26 Mar 2007 08:50 GMT | 3 |
In my document I have setup my Headings as follows: 1.0 Heading 1 1.1 Heading 2 a. Heading 3
|