| Thread | Last Post | Replies |
|
| dialogue response | 15 Nov 2005 20:53 GMT | 3 |
I have a word document that has a macro attached to it, inside the macro i open a form and want to send the response (0 or 1) back to my main module but i don't know how to do this. In vb.net you can say openDialogue and then set the dialogueResponse which will hand the
|
| Macro Question: Syntax Error (Long) | 15 Nov 2005 20:35 GMT | 7 |
I previously posted this to the Microsoft Communities: _____________________ When I open a previously saved file and cancel options to enter a new number and form name, a debugging error message comes up (Run-time error ‘4605’).
|
| Word should have a temp file like cookies for unsaved documents. | 15 Nov 2005 20:31 GMT | 1 |
I do IT support for NDSU. One of the people I was helping yesterday had her laptop loose power. She didn't save her document and lost 15 pages she had typed. If there was a stored temp file for each document typed something like this could be retreved. It could save itself in ...
|
| Need macro to erase data when field is changed | 15 Nov 2005 18:00 GMT | 1 |
I've a document with fields in a protected section and a table for approvals in an unprotected section. When the 'Version' field is changed, I want some of the cells in the approvals tables to be cleared. This is to prevent an updated document slipping through without being ...
|
| Disk is full error | 15 Nov 2005 14:36 GMT | 2 |
I have a Word document which contains a macro to update the entire document, which is connected to a toolbar button. The macro is as follows: Sub UpdateDocument() '
|
| Paragraph Spacing | 15 Nov 2005 13:04 GMT | 6 |
Creating a new Blank document. The first paragraph, under Heading 4, appears to be single spaced, the way I want it. The following paragraph, under another heading 4, has the appearance of one
|
| Word Excel Link through Macro | 15 Nov 2005 12:21 GMT | 2 |
Help, I am new to word macros and am trying to automate links between word and excel on a project that will be turned over to others with even less experience then me. My project has about 200 links although I am thinking of breaking them up into smaller word docs to reduce the
|
| Replace Dialog | 15 Nov 2005 11:21 GMT | 10 |
General question with WORD2000. I have a search string for the word "degree" which is to be replaced with the degree symbol followed by an F or C. Since the word "degree" may have any combination of upper and lower case letters I have search strings
|
| Programming Word Form Fields | 15 Nov 2005 09:36 GMT | 2 |
I have created a document with form fields and have been trying to unsuccessfully use the code in kb article 211219 to make the enter key behave like the tab key. I also have an area where credit card info will be entered and have set each number up as separate fields ie 16 as ...
|
| Second part of macro doesn't work | 15 Nov 2005 08:21 GMT | 8 |
The part of this macro with the SendKeys command doesn't work. If I switch the order, then the SendKeys works, but then the spellcheck doesn't trigger. i.e. only the first part of the macro works Sub test2()
|
| data integrity | 15 Nov 2005 07:51 GMT | 1 |
hi, everybody, could you help me: in my Excel file I have about 8 contingent tables. already twice by openning this file I got message like "all contingent tables were removed from reason
|
| Jump from FormField to FormField | 15 Nov 2005 07:37 GMT | 2 |
I'm making a script that I want to jump from one formfield to the next. Below is the code. How do I get this vbs code to jump to the next FormField? Set objWord = createobject("word.application")
|
| Second page header | 15 Nov 2005 06:58 GMT | 2 |
Hi all; Before I begin the task of creating this macro tommorow, I thought I would ask the group for advice. I have been asked to create a letter template that prompts the user
|
| Applying styles not working properly? | 15 Nov 2005 01:18 GMT | 1 |
I'm writing a C# app that allows exporting to a Word doc. I figured out how to create the paragraphs and tables, and setting styles works from the code perspective. However, when I open the document none of the styles are applied. For instance, instead of a paragraph being "Heading ...
|
| Add In for Frequently Typed Sentences | 15 Nov 2005 01:14 GMT | 7 |
My job includes writing long deficiency lists for use in reports to our customers. I find that I am constantly having to write / type the same deficiencies sentences over and over. What I am in search of is an add-in for Word 2000 that would allow me to
|