| Thread | Last Post | Replies |
|
| Paginate | 28 Feb 2009 23:43 GMT | 1 |
I am trying to format text, then paginate the document from where the cursor originally was on forward into the text. Doing it from where the cursor originally was is the hard part. My program JustPaginate works well for the second part; my program FormatSelection works well
|
| Macro trouble | 28 Feb 2009 23:08 GMT | 4 |
I have written a lot of macros for our document group. I wrote them at home and they all work fine. I then took them into work and installed them on my computer and they all worked fine. Today I installed them on another person’s computer at work and some of them worked and ...
|
| Test DocVariable in IF Statement? COMPARE statement? | 28 Feb 2009 10:40 GMT | 5 |
I am trying to get the following formula to produce the text "True" or "False" with the following IF field: {IF {DocVariable VarName} = 3553 "True" "False"} The variable is currently set to 3556, and I have successfully inserted it
|
| Protect Form & Form Fields | 28 Feb 2009 10:25 GMT | 1 |
I've finished reconstructing an add row code and there is two things that I would like to see added. My macro adds a row with text form fields to each of the 2 cells. What I really want is to add a date form field from word 2007 and a text form field,
|
| "can't find project or library" error has started appearing in VBA running on Word 2003 | 28 Feb 2009 09:42 GMT | 5 |
I have been developing a Word VBA in 2007 and I have just come across some machines using Office 2003 which produce the following error "Compile error: can't find project or library" The lines that are highlighted include things like
|
| Find and replace many strings | 28 Feb 2009 08:12 GMT | 1 |
I am running Word 2003. I had a single file comprising about 60 copies of a multi-page form. I converted the file from .pdf to Word, but the result is still cumbersome (and about 90% double-spaced). Much of the bulk is created by repetition of the
|
| Question about Word | 28 Feb 2009 02:04 GMT | 2 |
I am needing to have a name field autopopulate throughout the document. More specifically, when the participant fills in their name on the first page, I am wanting it to autopopulate throughout the 10 pg document in the footer. I've done this before using word, but I'm now using ...
|
| Printing with VBA | 27 Feb 2009 21:35 GMT | 1 |
Hi. I am currently using the "activedocument.printout" code. Is there anyway to only print page 2 of a 3 page document? Thank you in advance. Patrick
|
| Invoking dialog "Merge To Email" | 27 Feb 2009 20:32 GMT | 4 |
Group, Is it possible to invoke the "Merge To Email" dialog box. I know that by using "Dialogs(wdDialogMailMerge).Show", I get the dialog box that allows one to merge to printer, document, or email - these are more options than needed
|
| Create Command button to attach another file as an icon to Word form | 27 Feb 2009 18:38 GMT | 5 |
I have a Word form and I need to allow either a spot where a file can be dragged and dropped into the form as an embedded object and displayed as icon. Or
|
| Change colour to some words in a text string -vba Word 2003 | 27 Feb 2009 15:26 GMT | 10 |
If a condition is met I want to set a bookmark with text consisting of for instance 3 parts. Eg. FirstPartofSentence & SecondPartofSentence & ThirdPartofSentence I want SecondPartofSentence to be shown in red. Does anybody know how
|
| Highlighting Cells - based on time difference | 27 Feb 2009 14:19 GMT | 7 |
Hi again... My document has a table (could vary in length (rows)) containing times (eg 2: 34 OR 19:54)... What I would like to do it highlight any two adjacent cells that have a difference of ten (10) minutes or more...
|
| Formatting a TOC | 27 Feb 2009 13:56 GMT | 1 |
Hello. I'm writing up a Word 2007 doc, and was trying to create a TOC. However, the problem is, the text I am trying to put into the TOC is bold, and two different colours. So my question is, how do I create a TOC that does NOT format the text automatically? I know of the ...
|
| New to Macros in Word | 27 Feb 2009 13:39 GMT | 1 |
I am a newbie with macros and need help. I am trying to copy two form fields to a third form field in a letter after the second form field has been entered. Thanks in advance for your help.
|
| Table won't hide | 27 Feb 2009 08:21 GMT | 6 |
Here's an odd one for you all: Word 2003 under Windows XP I have a template set up to toggle the visibility of certain portions of the document depending on the values input through a UserForm. For example, if
|