| Thread | Last Post | Replies |
|
| macro security settings | 11 Feb 2005 10:24 GMT | 3 |
Is there a way to run a check upon opening a template to determine if the computer it is loading on has the securities set to medium prior to opening the new document?
|
| Saving word documents in Sharepoint | 11 Feb 2005 08:08 GMT | 2 |
Sorry for double post, but I later found this NG which looks more appropriate for me. Can anybody give me a tip how to add some code to one of the Word events to make Word believe a document has been changed without actually changing
|
| loading data from different database | 11 Feb 2005 05:37 GMT | 2 |
Hello people. I have a very unusual query. I work in a marketing dept. where i come across preparing offers for my clients everyday. Data for the specific product remain the same. So if i am choosing one product then my whole offer in word
|
| Bizarre Looping between "End Select" and "End Sub," etc | 11 Feb 2005 04:53 GMT | 7 |
Thank you very much in advance to anyone who can explain this to me. I've created a series of procedures to convert text I have in Word into a format with tabs that can be recognized as columns by Excel. The purpose of this particular portion of the code is to review the text ...
|
| Active location on UserForm following MsgBox | 11 Feb 2005 03:49 GMT | 2 |
I'm sure this is a very simple thing, but I can't seem to make it happen. I have the following code: If me.txtAuth = " " Then MsgBox ("Enter Author")
|
| Protecting hidden text | 11 Feb 2005 03:13 GMT | 1 |
Can anyone recommend a way to prevent users viewing hidden text stored in a document. The hidden text is used in teaching. This facility might be available in Word 2003, but I need this for Word 2000. Thanks, Chris
|
| Protecting document | 11 Feb 2005 00:07 GMT | 4 |
I have a template that will have different types of users. I am trying to set the protection to read only if the user selects one option in the userform and to formfieldsonly if the user selects a different option. The code I'm using is:
|
| HOWTO Make a Word Doc Template do tasks when user goes to print. | 10 Feb 2005 23:56 GMT | 1 |
HOWTO Make a Word Doc Template do tasks when user goes to print. Please help, I'm kind of new to VB for Word I want to make a Word for Windows document template that traps the "onprint" event to do "things" in the back ground, just after the print has completely
|
| NOT Operator | 10 Feb 2005 22:20 GMT | 7 |
Hi again - I am trying to use the NOT operator to perform an action if it finds that text in a certain cell is different than stated. What am I doing wrong? --------------------------
|
| MSWord If Functions | 10 Feb 2005 21:51 GMT | 2 |
I have a table created in word. How can I write a formula to populate a cell in this table only if the adjacent cell meets specific criteria. Ie, IF(A2>0,A1,0)
|
| Preserving VBA codes | 10 Feb 2005 21:23 GMT | 1 |
Here's the scenario. My automated mailmerge works great. It merges about 100 or more files fast and saves them to the specified folders as programmed. When I open any of those merged files and press ALT F11 to look at the codes,
|
| Copying Rows from One Doc to Another | 10 Feb 2005 21:15 GMT | 8 |
I've got many pages of tables, which contain certain rows that I need copied to a new document. I've got this far but can't get beyond getting the rows "pasted" into the new doc. Can somebody point me straight?! Thanks! :)
|
| How do I input data to a frequently used document that only porti. | 10 Feb 2005 20:56 GMT | 2 |
I have a document that I use frequently. The only information that changes are some new information regarding new customers. How can I input the information once and it be entered in the document at the points I want it?
|
| Multiple-Search/Replace also in Footnotes | 10 Feb 2005 20:28 GMT | 12 |
I am using a macro that helps very good to search and replace multiple words. The information which word to replace with wich other word is taken from another file (sr.doc). But the search/replace function only works for the text-body and not for the footnotes. Can anybody tell me
|
| How to save individual records in a Merged word doc in separate f. | 10 Feb 2005 19:39 GMT | 1 |
I am merging 493 individual contacts into a MS word document. I want to automatically save each merged record into a separate .doc file, fully merged. How do I do it? Is there vba code that will do it or a box to check somewhere?
|