| Thread | Last Post | Replies |
|
| How do I hide a section or a page (not only text) in word 2003? | 03 Feb 2005 21:37 GMT | 3 |
 Signature Zaw
|
| Running a VBA code window command from Word | 03 Feb 2005 21:27 GMT | 3 |
Very often, when experimenting with a macro, I'm ready to run the macro in Word, but the VBA code window needs to be reset, so I've got to open the code window, do the Run, Reset command, then go back to Word. Is there a way to run that command (or other commands relating to the
|
| Progromatically Listing Macros | 03 Feb 2005 20:25 GMT | 1 |
I have been asked to do these 2 things. I think number 2 is the same as part of number1. 1. What is the syntax for determining if a macro program exists in a document and how to print out a list of all macros.
|
| Indenting paragraphs: better way of doing it? | 03 Feb 2005 19:09 GMT | 2 |
I need to indent specific paragrahps (which I paste from Excel to Word). I have been doing it as shown below: This paragraph in the example starts to indent at line 10 and the indented paragraph is the third paragraph in the text. I left out other parts of the code, I think the ...
|
| Need to create a new template that enables users to select from a. | 03 Feb 2005 16:49 GMT | 7 |
Need to create a new template that enables users to select from a Dialog box a template from a choice of different templates. This is for security classification purposes. So that when a user launches a generic template heis asked to select the type of secutiy doc that is ...
|
| Problem with reference being replicated **Repost from Addins** | 03 Feb 2005 14:51 GMT | 1 |
**Orig post in addins but no help offered.** Hi Folks, I have a template set which I use to attatch addins to a new/existing document. My users are spread all over the place and do not have the
|
| autotext limitation | 03 Feb 2005 11:54 GMT | 2 |
sorry in advance if this is the wrong forum: i'd like to know if there is a way around the 32-character-long limitation for autotext entires in word 2000/2003? perhaps a keypress event that triggers a check
|
| How do you find out if a template is protected for Forms with pass | 03 Feb 2005 08:05 GMT | 4 |
I have several templates which are protected for Forms some with a password and some without a password. What I need to do via VBA is to be able to identify if a template is protected for Forms with a password or without before I unprotect the
|
| char(13) CariageReturn in word2003 !!!!! | 03 Feb 2005 03:42 GMT | 1 |
I have a word document with vbs code in the text where it's going with the help of a third party software to catch variables <variable>. (like crystal report).to build the .document to be printed. it was ok in word97, but now in the new version when the variable contain
|
| Need to print to default printer | 03 Feb 2005 03:27 GMT | 1 |
Good afternoon, I am using a VBA module and would like to print a list of documents in Word, but I need to know a VBA command to print documents to any computer's current default printer. Also do Word documents need to opened first before they can
|
| Can Form Field exit macro know what Formfield it is being called | 03 Feb 2005 02:37 GMT | 2 |
I need to run a process on the contents of a lot of form fields when the user exits. It would be best if all of the form field exits could call the same subroutine and pass their formfield name or ID to it? something like: sub FormFieldExitProcess (ThisFormField as formfield)
|
| how to find out french words | 03 Feb 2005 02:32 GMT | 1 |
write a word and get it in french
|
| Build a better mousetrap | 03 Feb 2005 00:38 GMT | 5 |
First off - my thanks to Jonathan West and Charles Kenyon for their reply to my earlier question. Now this may be a hard one because it's objective... I work in an extremely "form" dominated environment. Many
|
| Need to set a VBA function to run "Open" File Dialogue box in Word | 02 Feb 2005 23:23 GMT | 2 |
Good afternoon, I am needing a VBA function or command to open the "Open" file dialogue box in Word and allow a user to select a file to open. Any suggestions? Thanks. Cordially,
|
| selection extend problem | 02 Feb 2005 23:11 GMT | 1 |
Hi! Maybe someone will spot why I loose my extend selection when I try to block after the second search? Appreciate your help. ' Removes existing contractor data Selection.HomeKey Unit:=wdStory
|