| Thread | Last Post | Replies |
|
| Format table cell based on text entry | 02 Nov 2007 19:13 GMT | 2 |
Is it possible to format a cell in a table as soon as a user starts entering text? Here's what I'd like: 1. Cell starts with no text and has light yellow background 2. User begins typing, which turns the background white
|
| Store document in SQL Server (but not on file) | 02 Nov 2007 15:11 GMT | 1 |
There are several postings on how to upload a Word document to an SQL Server 2000 and we have implemented that already. But my users would prefer to never have to store the document to file, just click some custom made button like "Store in DB", fill in some additional (meta-)
|
| Forms Protection and Comments | 02 Nov 2007 11:13 GMT | 2 |
My firm has several documents that contain "forms protection". The protection is for a coversheet in the first section of the document that contains a few fields. The rest of the document is completely unprotected but despite this I am
|
| Do loop for specified time to perform calculations | 02 Nov 2007 09:52 GMT | 1 |
I am writing a Word Macro that I want to have calculate the value a column of cellsl only when the value in another cell is > 0. I already have the calculation setup but need have the macro look at a specific cell to see if the value in the cell is > 0 and if it is, it should do ...
|
| Numbering Choices Issue | 02 Nov 2007 08:09 GMT | 3 |
I would appreciate some advice regarding which paragraph numbering schema to use for the template I am creating. The following are examples of the different types of paragraphs: A.<tab> Text that may be long enough to wrap. The "A" is indented at
|
| website survey in word | 02 Nov 2007 06:00 GMT | 1 |
Hi Gurus ! I would like to create a survey in word. It would be basically having few text boxes and few radio buttons . As per users selection a brief report would be generated at the end.
|
| Word XP macros in Word 2007 | 02 Nov 2007 03:07 GMT | 2 |
I am using Word XP, considering upgrading to Word 2007. I am concerned about opening my XP documents using Word 2007, because I remember that ages ago, Word 6 macros, once opened by Word 97, are automatically converted to Word 97 (vba) macros, and can never again be
|
| Retaining Bookmarks in Autotext Macros | 02 Nov 2007 01:55 GMT | 7 |
I created a macro (with the wonderful help of Stefan Blom) that calls an autotext (Smokey) in the header of each section of the document. I basically added bookmarks to a header and made it an autotext. Problem is that the first header loses the bookmarks after the next header ...
|
| Saved Template reverted back to old verion | 01 Nov 2007 18:44 GMT | 3 |
REALLY weird problem. I am working in Word 2007 creating a template. I worked on the template yesterday, created a new form, etc. Saved many times. Closed everything when I wen thome last night. When I came in this
|
| Make checked the check box using Loop | 01 Nov 2007 16:45 GMT | 1 |
Is it possible to check all the check box by using loop instead of type all (like checkbox1.value = true checkbox2.value = true)
|
| Save as Macro not working when opening attachment from Outlook | 01 Nov 2007 16:31 GMT | 3 |
I've got the following macro: Sub DocSave() Dim dlgSaveAs As Object Dim ePath As String
|
| Delete Multiple Headers | 01 Nov 2007 16:02 GMT | 12 |
I have the following code to delete a header. How can I get this to loop and delete all the headers in a document? ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader Selection.WholeStory
|
| convert sam files to word using macro | 01 Nov 2007 15:32 GMT | 1 |
we have 14800+ SAM files that we need to convert to word. I have the ability to open sam files in word and save them, but there's just to many and the sam files are in a large folder structure. Is it possible to write a macro that can open a large set of folders,
|
| Identify page on which a bookmark is located | 01 Nov 2007 06:20 GMT | 13 |
I have code (obtained from this group in response to an earlier question) to print only the part of a document between two bookmarks. The following works inconsistently. Details are after the code. The code itself is in an Add-In.
|
| Need to resize all equations in a document | 01 Nov 2007 05:10 GMT | 1 |
I need to resize all equations in a large document and I am trying to automate the process with vba. I guess this could be done by scaling the entire graphic by 80% or by emulating the Size|Define dialog one gets within equation editor, although I prefer the latter because it ...
|