| Thread | Last Post | Replies |
|
| Determining array length with split function | 01 Oct 2007 17:12 GMT | 3 |
Hello, I have incorporated the split function to isolate an array of substrings within a string. It works fine, however, I need a way of determining the number of substrings in any given array to avoid referencing an index that is outside the array bounds. For instance, ...
|
| Print a specific part of document | 01 Oct 2007 16:32 GMT | 13 |
Is there a way to print just a selected portion of a document automatically? I realize the user can select text and print the selection, but the problem is that the user may not know what exactly to print. Instead, I was wondering if a macro (or some other automation) could be ...
|
| Help w/Linking | 01 Oct 2007 15:00 GMT | 1 |
I am looking for a function in Word similar to the linking function in Excel that allows you to create a formula that pulls data from another source in response to information presented in the original source. For example, I am looking to create a form and based on the selection ...
|
| Suppress Corrupted File Dialog | 01 Oct 2007 13:34 GMT | 1 |
I would like to Open and Repair a file programmatically. The problem, the dialog appears and halts the program until the user closes it. Is there anyway to make this dialog go away, or better yet, not have it appear in the first place?
|
| Using delimiters | 01 Oct 2007 12:28 GMT | 2 |
Hello, I am trying to extract data from fields off one userform and insert that data into identical fields of another userform. The second userform is to be filled out at a much later date. To give you some background, I have designed a userform in Word with 9
|
| macro to copy from excel & jpg files to word doc? | 01 Oct 2007 09:24 GMT | 4 |
i have constructed a macro to do the following: in the master excel sheet, open the specified collateral excel sheets; copy a named range to the word document; then insert the two jpegs (names obtained from the opened collateral excel sheet) ; then return to the open collateral
|
| Selective Copy/paste of a dropdown selection | 01 Oct 2007 06:48 GMT | 3 |
I am creating a document which will ask users to select a phrase from a dropdown menu. The user will also need to be able to add that phrase to a summary section if he/she chooses to (maybe by selecting a checkbox); if the box is
|