| Thread | Last Post | Replies |
|
| Renaming loaded file and deleting the old file | 19 Jun 2008 16:13 GMT | 2 |
I have previously posted this but I am still looking for a resolution I have a routine that I have tied to FileSave that compares the filename to a filename generated by looking at the document variables. If the filenames do not match, the existing document is saved to the
|
| Protecting only certain pages upon opening | 19 Jun 2008 16:06 GMT | 1 |
I have this long template which I am protecting by code upon opening. Now, I'd only like to protect from page 2 onwards (leaving page 1 unprotected). How can I do this with code? Thank you
|
| Specify directory to save to | 19 Jun 2008 15:53 GMT | 5 |
I have a template which automatically generates the dates for the following week (sunday to saturday) for any new document based on the template. It also sets the filename to be those dates. The only problem is that whenever i go to save the document it tries
|
| Report Template and Access (Big Task) | 19 Jun 2008 15:25 GMT | 4 |
Hi all, I have read almost all posts in these Discussion Groups and still can't get a handle on what I'm doing. I now have a great library of favorites to use in the future but still need some advice. I am developing a template for our agency. The goal is to standardize our
|
| using macros to save to two locations | 19 Jun 2008 13:22 GMT | 5 |
I referenced the site gmayor.com but can't seem to get the macro to run successfully...I think I am missing a step. When I click on the Macro on the toolbar, I get the message: Microsoft Visual Basic
|
| Macro to increment field by one- suggestions? | 19 Jun 2008 12:31 GMT | 19 |
I'm working on a large document (with many section breaks), and I would like to have a field in the footer which is "Revision Number". I don't want to use Word's RevNum field because that increments each time a user saves the document. (I don't want to increment the field just ...
|
| Insert Text after Bookmark | 19 Jun 2008 11:32 GMT | 3 |
I'm trying to insert text (usually the same text) at several places in a document. I've bookmarked these places but can't get the right syntax. Here's a snippet of the code I've written to try to put the employee's name in the middle of a sentence (where the bookmark Emp6 ...
|
| Duplicated IF Field | 19 Jun 2008 11:25 GMT | 1 |
I am currently creating a word document with various IF fields for a mail merge we are sending out to many clients. The only problem I am having is that in two seperate areas of the document I have the same IF statement and so when performing the mail merge it asks the same ...
|
| Making an automatic subtotal at the bottom of each page | 19 Jun 2008 11:14 GMT | 3 |
I was wondering is it possible to have word/excel make and automatic subtotal at the bottom of each page, when all the data is being transferred from C5. I have made a standard order page using the option to print to a word document in c5. And when the order gets big enough it ...
|
| If statement with a Null | 19 Jun 2008 10:32 GMT | 16 |
I don't understand why the following doesn't work?? Private Sub txtDeductibleCreditsStartDate_Exit(ByVal Cancel As MSForms.ReturnBoolean) If optMMOGroupYes.Value = True And optDeductibleCreditsYes.Value = True And _
|
| Runtime error 4596 with DDEinitiate | 19 Jun 2008 08:13 GMT | 1 |
I try to poke data directly into a database program via DDE from a VBA script in Winword. But already the DDEinitiate fails -- first Winword tells me it can't reach the remote data, and asks if the application should be started.
|
| disable macros for office 03 | 19 Jun 2008 05:32 GMT | 2 |
I was wondering if i could get some help here. I'd like to be able to disable all macros created/written in a document. What happens is that some of our report documents have got some macros in it. We'd like to turn them off so that our clients won't have to deal with macros when ...
|
| Limit bullet and numbering choices | 19 Jun 2008 03:19 GMT | 4 |
I'm working on a template that is to be used to create a standard word document report customised for the use of our company. When it comes to bullet and numbering, my question is whether there are any ways of limiting the choices here. This is to prevent different users from ...
|
| How to make a word macro to execute only once? | 19 Jun 2008 00:47 GMT | 5 |
I've got this unusual problem to solve. I have a Word Document Template (.dot) that is used by my co-workers to prepare offers for customers. This adds on top and bottom of the document our company logo and a few contact infos.
|
| Formatting an email sent from Word through Outlook | 18 Jun 2008 21:59 GMT | 4 |
Ok so I have a word document that I want to send in the body of an email rather then as an attachment. But when it is sent it looks nothing like how it looks in the word doc. In the doc I have graphs, excel files and other types of charts. When the message is recieved it is just ...
|