| Thread | Last Post | Replies |
|
| customization for new user group | 25 Apr 2007 20:40 GMT | 1 |
Is there a way to deploy an .OPS to a new set of users. Can it be done with a VB script? I am not sure is this is the right forum, so any advice is appreciated. Also, if there is a better way to deploy a "settings package" I am open to suggestions. We are running Windows XP ...
|
| Run Macro On Exit Is Not Copied In Copied Document | 25 Apr 2007 20:16 GMT | 3 |
I am creating a copy of an existing document with the following code: Dim targetDocument As Document Set targetDocument = myDocument.Application.Documents.Add ("d:\samples\MyDocument.doc")
|
| Raffle Tickets | 25 Apr 2007 20:01 GMT | 2 |
Please HELP! How do I continue the numbering in word for the raffle ticket template? Ingrid
|
| how to create and turn on auto reply email in outlook | 25 Apr 2007 19:57 GMT | 1 |
How can I create an auto reply out of office email and then how do I turn it on and off?
|
| Insert text resulting from checking option button | 25 Apr 2007 19:57 GMT | 1 |
Hello, can you help? I'm at the end of what I know how to do. I have a template that merges itself with data from a Word table stored in another document (this part works fine). The form collects some info from the user and has option buttons and check boxes. I can't get ...
|
| .Subject=<object variable or with variable not set> | 25 Apr 2007 19:56 GMT | 2 |
I am trying to be able to have my code send an email via lotus notes here is all my code: Private Sub CommandButton1_Click() With ActiveDocument
|
| question: send email and populate combo | 25 Apr 2007 19:47 GMT | 1 |
I have created a form that fills out a word doc at the proper bookmarks when the user clicks submit on the form the doc does get filled out properly but i cant get the click event to send it as an email as well here is what I have for code in the on click routine
|
| AutoNew does not run automatically | 25 Apr 2007 19:15 GMT | 1 |
I am unable to get the Autonew macro to run automatically on a customer's computer. My machine has Word 2003 and it works fine. The customer's computer has Word 2001. The macro appears in the list of macros and can be run successfully when launched manually, but it does
|
| Open Goto-Bookmark | 25 Apr 2007 17:14 GMT | 2 |
I would like to use a macro just to open the "go to a bookmark" feature of Word. If I record a macro then it always goes to a SPECIFIC bookmark e.g. "finance". Otherwise the macro-recorder doesn't record anything.
|
| Notification on change | 25 Apr 2007 10:08 GMT | 2 |
Hi How would I use VBA to recongnise that a change has been made in a word document ? 'm trying to send myself an e-mail after one of my colleagues makes a
|
| save as feature | 25 Apr 2007 09:00 GMT | 1 |
When I'm using Word and I'm using an old letter and then try to use "save as", my whole screen freezes. I then have to shut down and start all over again. I noticed when "save as" first comes up the file I was using has '~$ right in front of my file. That seems to be when my ...
|
| Converting a Word 2007 equation to MathML programatically | 25 Apr 2007 08:32 GMT | 2 |
I'm using the new equation feature in Word 2007. When I select and copy such an equation in Word, I can find its MathML representation in the clipboard. But how can this be done programatically? I just can't find suitable methods in the OMath object provided by the Word Object ...
|
| Help with clearing some table cell contents | 25 Apr 2007 02:28 GMT | 1 |
What I need to do is if I have a table of rows x. Each row can contain either 1, 2, 4 or 5 cells. I need to loop through each row in the table and clear the contents of the Cells 3, 4 and 5 only in the rows with 5 cells. all other rows are left alone.
|
| Templates lose library references when copied to another computer | 25 Apr 2007 02:10 GMT | 5 |
Periodically I modify the macros & forms in Word templates that reside in the user's Word\Startup directory. When I copy the newly modified templates to the various workstations in the office, the templates often lose the library references.
|
| Input in Text Form Field to Generate Message Box | 24 Apr 2007 23:16 GMT | 5 |
I'm trying to generate message box if a particular string of text is entered into a form field via a macro. The code I'm using is below, can someone point out where I'm wrong? Thanks,
|