| Thread | Last Post | Replies |
|
| How can I get word to total numbers with out using a TABLE? | 21 Oct 2006 17:06 GMT | 1 |
How can I get word to total numbers with out using a TABLE? I have a word document that is mail merged from an SQL dataqbase and I need a series of numbers totaled in the word document without using a table.
|
| Choices, choices | 21 Oct 2006 16:03 GMT | 13 |
AFAIK, and unlike with bookmarks and tasks, there is no "Exists" procedure for determining if a Style is present in a document. One way I can do this is: Sub Test1() Dim oStyle As Style
|
| Unprotect & Protect Template | 21 Oct 2006 11:38 GMT | 3 |
I have a template with a dialogue box which will ask the name, address, etc ("lets") and have an option of OK or Cancel. The sytnax below works fine if the user will select OK on dialogue box but an error will occur if it select Cancel as there is no document open. So, no ...
|
| VBA and printers | 21 Oct 2006 10:42 GMT | 3 |
I have some macros to enable my users to print documents quickly The code is as follows: Sub PRINT_THIN_P() ' PRINT_THIN_P Macro
|
| Merged cells in macros | 21 Oct 2006 07:28 GMT | 7 |
How can i find merged cells in word2003? How can i find if it is vertically or horizont. merged? When word exports to html it specifies merged cells correctly (rowspan or colspan) but nothing like that can be found in word itself (in cell object etc.).
|
| How do I download a medical dictionary to Office 2003? | 21 Oct 2006 06:12 GMT | 2 |
Is there any way to add a medical dictionary to Word 2003 (spell check). I'm in nursing school and I've been writing treatment plans and papers which makes it really difficult to do when medical terms come up as questionable spelling. I was hoping to integrate another ...
|
| How to: Using visual cue with form validation | 21 Oct 2006 06:03 GMT | 2 |
I have written a utility to populate a Word document from a VBA userform within Word 2003. When the user clicks the "go" button, I run a check (using a 'For Each' loop) to make sure all required textbox fields on the userform are populated with text. If a required textbox is ...
|
| Moving backwards one character | 21 Oct 2006 05:42 GMT | 3 |
I have a bookmark near the end of a document and just before it I have a Pagebreak which I want to delete ActiveDocument.Bookmarks("Finish").Select Please how do I move backwards one or two characters so that I can delete it.
|
| Create document through code | 21 Oct 2006 04:36 GMT | 2 |
Hi All, sorry to put these 3 questions in 1 but I'm quite new to this. I'm doing a program in access and the the program does a mail merge through bookmarks. The word document is saved and it remains open when another access form opens up. On this form, details are edited and ...
|
| Macros in: defaults to All | 21 Oct 2006 04:14 GMT | 1 |
We have a user who has written a ton of macros which are stored in her normal.dot. She claims that in Word 2000, she was able to get the Macros In field to always default to her normal.dot, rather than to All Active Templates and Documents.
|
| Getting rid of comment style | 21 Oct 2006 04:05 GMT | 1 |
I have a table to which I am ading a row. Because the previous last row has a Comment Reference style, it is carrying over to the new row. I think this code should fix but it doesn't want to!
|
| How to find section breaks | 21 Oct 2006 00:58 GMT | 2 |
I have a document where I want to allow the user to edit only certain sections. So I use section breaks and then when I protect the document, I select the sections to protect. Problem: When I show the formatting marks to figure out which sections
|
| Disk Full error | 21 Oct 2006 00:07 GMT | 1 |
When I try to save a Project after editing a module in VBA (Word 2003) I am getting an error message: "The disk is full. Free some space on this drive". I have been able modify and save other projects, but this one won't save. The drive space cannot possibly be an issue on this ...
|
| Tallying data sheets in a Word document | 20 Oct 2006 22:41 GMT | 1 |
I have multiple worksheet objects within a Word document that I need to have a single cell from each tallied for a final number in a summary paragraph. Is there a way to do that?
|
| Set More Than 1 Value with Option | 20 Oct 2006 21:20 GMT | 1 |
I'm trying to figure out how to set more than 1 value my selecting a single option. For example when the user select Mr or Ms, I need to insert different words to identify the gender in the document text. Here is what I have but its not working. I thought I could use "And" but ...
|