| Thread | Last Post | Replies |
|
| how to show a math/science sample calculation | 12 May 2004 00:10 GMT | 1 |
This is what I'm trying to do: I want to build a Word template that will allow a group of chemists to create scientific reports. One section of their current report requires them to perform a calculation by selecting the
|
| Generate a XSL for a Word Document | 11 May 2004 22:50 GMT | 1 |
Does anyone know in Office 2003, the steps to generate a XSL given a Word Document with a XML Schema, so when I apply the XSL Transform to any XML returns a Word Document Thanks in advance
|
| Macros not firing in a derived document | 11 May 2004 22:44 GMT | 2 |
Warning: VBA beginner here... I have a template called request.dot that contains the following macros: Public Sub SaveDoc()
|
| On exit macro for check box form field | 11 May 2004 21:32 GMT | 1 |
I am creating a template with form fields. If a check box is checked, example "Married", then more text below should appear asking for spouse's name with a text form field. I would like an on exit macro in the check box that will display the new text only if the check box is ...
|
| Alt-F11 | 11 May 2004 21:01 GMT | 2 |
From Word screen, Alt-F11 (or Tools macros etc) terminates Word with the "Word has encountered a problem ..." I am uninstalling - reinstalling Office (because Excel gives same fault) I recall a Post giving instructions how to COMPLETELY uninstall office or
|
| Determine row number of command button on click | 11 May 2004 18:16 GMT | 5 |
I have a tabe and on each line there is a command button. Once the user clicks on the button, I want that row to be deleted. Since I do not know how many rows the table will have beforehand, each row will have the exact same button and script I need to have the script determine ...
|
| Disabling AutoOpen macro | 11 May 2004 17:11 GMT | 2 |
I have several templates that will be running from our powernet, which opens the template and doesn't kick it off as a new document, thus I cannot utilize the New code. Looking for a way to disable code once a client opens the
|
| OfficeXP/2003 to Office2K compatibility | 11 May 2004 16:26 GMT | 2 |
I have a VB6 application where I use late binding on a word object. I need to know whether I'm gonna run into any compatibility problems when using the application on a computer running Office2K. I can't do the obvious (which is to install the app on a machine running Office2K) ...
|
| enable/disable macros message does not display | 11 May 2004 16:23 GMT | 5 |
The enable/disable macros message does not display when I open my .doc file from my home PC. However, it works fine from my employer's PC. I suspect I may be missing one or more References The following References are currently active Visual Basic for Application ...
|
| Word docs in read only folder | 11 May 2004 16:17 GMT | 1 |
I have some word documents that I want to put in a read only folder. I have one question though - when you open a word doc it always creates a file in the same folder called ~something.doc. What are the implications of making the folder read only as word won't be able to create ...
|
| VBA Project Compilation - Is It Worth It? | 11 May 2004 16:15 GMT | 2 |
In Word 97 VBA (VBA 5) when I compile a large project the size of the template increases by 30%. I find compiling is useful for error checking but don't like adding 300KB to a 1MB file that has to be deployed to numerous offices around the world, sometimes across very slow ...
|
| Word VBA and Excel | 11 May 2004 15:59 GMT | 1 |
I wish to run an automacro(word open) to refresh documents held on users "C" drive to master documents held on a network drive. This I have successfully done. HOWEVER!
|
| Picture inserted into header is not visible | 11 May 2004 15:56 GMT | 1 |
I have a .NET application which includes a word template and logo files as embedded resources. When the application runs it extracts the template and logos to a folder (e.g. C:\Temp).
|
| Programmatically add words custom dictionary problem | 11 May 2004 15:40 GMT | 4 |
There is no VBA way to add words to a custom dictionary, so I add them programmatically from my Add-in (with good old fopen/fwrite etc.). Words appear in the active custom dictionary, but MSWord is not updating the red underlined markings (unless MSWord is closed and
|
| enable / disable macro message appearing w/ security level set to low | 11 May 2004 15:04 GMT | 2 |
Has anyone ever had trouble with the message asking to enable/disable macros still appearing with the security set to low? The message is only suppose to appear with the security set to medium. I'm running XP with Word 2002
|