| Thread | Last Post | Replies |
|
| protect and unprotect a documet with different passwords | 17 Aug 2003 10:05 GMT | 1 |
can anyone tell me how to unprotect and reportect documents with different passwords. I know the usual protect and unprotect but what i want is for the code to check if possible which password was used
|
| Massive abuse of Find & Replace | 17 Aug 2003 10:04 GMT | 2 |
I posted this on one of these sites and lost track of it. My first attempt at VBA/Word programming was a template that generates court minutes. It was designed to get the clerks off their programmable typewriters and more
|
| Inserting an image from a userform into a table in WORD | 17 Aug 2003 10:04 GMT | 1 |
Here is what I want to do: I have a userform that opens by use of a command button which is in a table in a WORD document. The userform contains multiple pictures and corresponding
|
| VBA error message in MS-Word | 17 Aug 2003 10:03 GMT | 1 |
Every time I exit MS-Word I get the following Visual Basic error: Run-time error '13': Type mismatch
|
| Run-time error '4198' | 17 Aug 2003 10:02 GMT | 1 |
What is the run-time error '4198' Command failed caused by? This error appears when I run insert an OLE object with the following macro: Selection.InlineShapes.AddOLEObject ClassType:="MS_ClipArt_Gallery.5" Thanks
|
| Running macro from template, not the document | 17 Aug 2003 03:41 GMT | 1 |
I have a templated with a form in which open when I create a new document, then it has a OK button and the form will be hiding. I also has a macro assigned to the menu which will show the form again but when I create a new document
|
| Round up and down | 17 Aug 2003 03:31 GMT | 1 |
Can anyone tell me who to round up and down to the nearest 0.5 as result from an expression? Say I end up with 2 figures 2.856 and 4.256 In this instance I would want the figures to result in
|
| VB Help for Absolute Beginner | 16 Aug 2003 17:38 GMT | 3 |
Please can someone help me. I want a message box to pop up when a user clicks in a cell in a table. Firstly what code do i need for a message box and secondly how do i assign it to on entry of a table
|
| Adding VB to a Table Cell | 16 Aug 2003 17:38 GMT | 1 |
I have a table cell which i want to limit to a certain number of characters and not grow. Is there any VB code which i can use. I know i can limit the table so that it does not grown horizontally and then wrap the text to fill
|
| Word-2002 crashes with this FilesSave routine | 16 Aug 2003 17:38 GMT | 1 |
In my complex WORD-2002 add-in (loaded with the command-line /L-switch) I call a FileSave routine. Main-function: if the document is a temporary one (extension *.TMP), close it, copy it to <same name>.doc and open the *.doc file
|
| where to put userform event procedures | 16 Aug 2003 17:38 GMT | 4 |
I have an userform with some command buttons. Where should I put the procedures triggered by the buttons? I have tried both to insert them directly under the event procedure in the userform code but also to call a procedure in a attached macro
|
| Getting Values from 2nd User Form | 16 Aug 2003 12:53 GMT | 1 |
After clicking OK on a user form, the form is hidden and after other code executes, a second form is shown (an IF statement in the first form's click event is what calls the routine for the second form). The values returned from
|
| Passworded Word Doc. | 16 Aug 2003 10:08 GMT | 2 |
Does anyone know how to recover a word doc with a password? The person that created the doc is no longer with us and we are unable to figure out there password. If anyone has any ideas, it would be greatly appreciated.
|
| Randomize | 16 Aug 2003 08:02 GMT | 3 |
How do I randomize letters? / Ulf
|
| activating a different document | 16 Aug 2003 07:48 GMT | 1 |
This is a pretty basic question, but I can't seem to find the answer on the Internet. I have two documents open and I want to be able to activate them through a macro embedded in one of the
|