| Thread | Last Post | Replies |
|
| Saving embedded Visio objects as Visio files | 24 Dec 2006 15:50 GMT | 3 |
Our Word documents include Visio objects whose original files are now scattered. I need VBA to do the equivalent of double-clicking to open the object in Visio, saving as a file, and then returning to Word to find the next Visio object. I've been looking at examples of calling
|
| List all shapes on a particular page | 24 Dec 2006 12:51 GMT | 3 |
I am writing an VBA application that requires that I am able to itemize all the shapes on any particular page say the active page or a page named by its page number. I have found that the selection function selects all the shapes in the document, is this possible.
|
| Asynchronous problem | 24 Dec 2006 01:48 GMT | 2 |
I am trying to shell a program as so nResult = shell(" mcrypt.exe", 0) This works fin but then I want to kill its temp file once it is finished. As we all know Shell is asynchronous so I have this untill the user closes the
|
| Print without Drawing Objects | 23 Dec 2006 23:38 GMT | 2 |
Since Word doesn't save printer settings with documents, I need a macro that will uncheck Tools > Options > Print Tab > Drawing Objects when print or print preview are selected, and of course, check it back again afterwards.
|
| Find and Replace doesnt work | 23 Dec 2006 18:52 GMT | 2 |
If I use the find and replace command within Word to replace text including text within a shape object) everything works. But when I place the code in a vba module it doesnt find the text in any shape objects.
|
| Remove last character of found range | 22 Dec 2006 22:47 GMT | 5 |
Dear friends, My problem is that I want to find each range formatted as bold in a document and insert something at the beginning and end of the range, which I did like so:
|
| Word Macro works with F8 - not at full speed | 22 Dec 2006 20:32 GMT | 2 |
I have been working on this problem for some time now and I just can't figure it out. I wrote this macro to handle the Table export from Telelogic's DOORS and create a document from it. It steps through the table (Table 2 in template), finds certain things, counts the Table and
|
| Automatic Caption Numbering | 22 Dec 2006 02:53 GMT | 1 |
Dear Experts: I wrote two macros that insert figure caption numbering automatically by using AutoText entries: The macros go as follows:
|
| Form Fields losing On-Exit Macro on protected Template file | 21 Dec 2006 23:04 GMT | 3 |
First off let me link the file so you can see exactly what I'm talking about: http://www.jkfweb.com/files/Travel Request Form.dot If I right click on template and choose open and view the fields they
|
| Inserting a section break before each heading level 1 automatically | 21 Dec 2006 10:07 GMT | 3 |
Dear Experts: I tried to write a macro that is supposed to look for custom numbered heading styles, level 1 ("custom_heading_1") in a document and insert a section break (next page) automatically before these headings.
|
| My Outlook Calendar | 21 Dec 2006 04:16 GMT | 2 |
I'm having trouble with the My Outlook Calendar code available at Slipstick. When Word 2003 attempts to run the macro, I get a run-time error: Automation Error The specified module could not be found
|
| variables not keeping their values | 21 Dec 2006 03:41 GMT | 2 |
I have created a userform containing 1 textbox, 2 comboboxes, and 1 commandbutton. My problem is this, when data is entered in the textbox or comboboxes it is put into their variables but when I click on the commandbutton the variables
|
| FilePreview Settings | 21 Dec 2006 01:29 GMT | 1 |
I'm trying to do this: Sub FilePreview() ' ' FilePreview Macro
|
| VBA Word: How to point to a specific dir when a file dialog opens up? | 20 Dec 2006 23:59 GMT | 6 |
in VBA word, when I right click on some text, I can add hyperlinks upon the text. It will open up a file dialog(window) allowing me to navigate and pick a file. My question is that how I can force the dialog box to point to a certain directory when it opens up?
|
| Prompting User to fille in fields when document is opened. | 20 Dec 2006 20:12 GMT | 3 |
This is a two part question. 1. How can I create a document that will ask the user a series of questions when they open the document and then populate the document with those answers?
|