| Thread | Last Post | Replies |
|
| Setting Picture Layout Wrapping Style with Macro | 07 Dec 2007 02:58 GMT | 6 |
I have a document with with a number of pictures, for each of which I want to set the Layout options to have them floating properly. Doing this by hand requires to go to the Image Properties, to the Layout Tab, go to Advanced, and set some options both in the Picture Position and
|
| 'sqlwriter.msi' | 07 Dec 2007 02:43 GMT | 1 |
I had problem of the SQL writer. Every time I turn the computer on I get the message the SQL writer is tamperd and /or corrupted needs to be repaired or reinstall. I tried to do that did not work out.
|
| Application.FileSearch.Filename anomaly setting beginning of filename substring | 07 Dec 2007 02:37 GMT | 1 |
The problem is that I want to find files like "'INV*.DOC", but I'm also picking up "xxINV*.DOC" files as well. DOS doesn't have this problem, but Application.FileSearch.Filename seems to have it.
|
| Recognizing Printer | 06 Dec 2007 22:35 GMT | 1 |
We have different HP printers throughout the firm and I need to write a macro that will print a 5 page letter. First page to go from tray 3 and subsequent pages from tray 2. Unfortunately, not all tray numbers are they same, they range from 257 through to 260. Can I use an IF ...
|
| Split table with comments | 06 Dec 2007 21:18 GMT | 1 |
I use Automation to copy, paste and format a table from Excel to Word. I'm wondering how to split the table into Word. The table can be composed of 10 groups, each group have a couple of rows. Also, there's comments that is attached to specific group.
|
| mouse wheel exception error in office products. | 06 Dec 2007 19:32 GMT | 5 |
Heres a good one. When creating a vba list box in excel, word, or powerpoint version 2000 or 2003 (with or without sp3) The application disappears of creates a general exception error. I'm not creating a form, just inserting a list box on the
|
| Find & Replace checking every instance | 05 Dec 2007 22:44 GMT | 2 |
I need a macro to find 2-3 spaces and replace that with one space. That is pretty simple. My problem is that the user has to decide in each instance if s/he wants to replace it or not. Like when you use the Find & Replace box. It should be inside a macro as it is one of many Find ...
|
| Nest If Statements in REF Field | 05 Dec 2007 19:53 GMT | 15 |
I am trying to set up multiple conditions for filling in a REF Field but am having trouble getting them all to work. I have two bookmarks: ReferringPhysician and AttentionLine. Depending on which bookmarks have information in them, I want to reference
|
| Getting the styles from a template | 05 Dec 2007 15:52 GMT | 3 |
Here's the application. I'm building a Find and Replace dialog box, but one that just works on styles. For the Find list, it's easy to get the styles in use from the active document.
|
| Auto-populate field in Word 2007 | 05 Dec 2007 11:07 GMT | 2 |
I have a form built in Word 2007. I have one field that contains a drop-down list. I would like to auto-populate 3 other fields based on the user's choice from the drop-down list. (i.e. I have a table with 4 columns, the drop-down contains the records from the 1st colum and the ...
|
| Calculate a picture's scale height and width | 05 Dec 2007 09:21 GMT | 1 |
I need to know how or what formulaWord uses to calculate a picture's scale height and width when it is pasted from Excel into Word. I have several Excel ranges/tables that vary in column/row numbers and a rogram that copies the ranges in Excel and pastes them as metafile pictures
|
| How to know the history of played slides in VBA? | 05 Dec 2007 02:50 GMT | 1 |
Hellow! I wrote a Macro myself for PowerPoint,and, in the program I want to know the history of played slides. How to get it?
|
| Starting MSWord Merge from MSAccess | 05 Dec 2007 01:19 GMT | 10 |
I am collecting info from an MSAccess record and trying to merge it in Word. I would like this to work with any version of Word that the user may have installed. My MSAccess app will be a runtime app that I will be putting on various machines in different workplaces.
|
| Cross Reference to the text of the bookmark does not work properly | 04 Dec 2007 21:25 GMT | 5 |
I created a userform using the instructions on your website: "How to create a userform". It stated the following: "Create two bookmarks in your template named “Text1” and “Text2”. To create each bookmark, select a single space so that when you turn on the option to see the ...
|
| Stop Loop and Get Value | 04 Dec 2007 21:01 GMT | 2 |
I have this loop (see code below) how can I get it to get the value and stop the loop and move on to the rest of the code which is in the With Doc. Thank you to anyone that helps, Happy Holidays.
|