| Thread | Last Post | Replies |
|
| Positioning Cursor | 07 Jun 2005 14:26 GMT | 2 |
How do I position the cursor at a certain point in the document. I know the point coordinates in tems of column no. and line no. I see that one can read the current position information (Selection.Information), but I cannot figure out how to set the position, all the I've trawled ...
|
| Any option to prevent word2002 starting without the blank document | 07 Jun 2005 14:04 GMT | 1 |
Hello Whenever I start Word 2002, it starts up with a blank Document called Document1, Document2 etc. I have a Word 2002/SP3 on WinXP/SP2 German version, all uptodate.
|
| what's in the word.range? | 07 Jun 2005 13:49 GMT | 1 |
I noticed that when I add a Textbox which is anchored to a range then the range end is increased by 1. So suppose just before executing .AddTextbox method the range is Myrange.Start = 0 and Myrange.End 17 and also Myrange.End - Myrange.Start = len(Myrange.text)
|
| Problem Loading UserForm from Global Template | 07 Jun 2005 13:43 GMT | 1 |
I am working on a memorandum template and would like to display a userform that is stored in my global template. How do I reference the global template? Currently, I have this: Load OfficeSelection05
|
| Insert landscape page problem (despair) macro | 07 Jun 2005 13:22 GMT | 1 |
I have recorded a macro which is supposed to: 1. Insert two section breaks to separate out a landscape section 2. Set the margins of the landscape section, and centering the layout (rather than starting from the top)
|
| how do I check if a userform has been loaded? | 07 Jun 2005 12:57 GMT | 2 |
I have two macros (A and B) that load a common form. If I call B from within A, I need to make sure that B doesn't load the form again, as I will end up with multiple instances when I want just one. How do I check for this? In simpleton terms I need this: "if myForm is not ...
|
| Get a word doc to inherit the code from template? | 07 Jun 2005 12:55 GMT | 3 |
I have written a fairly complex template that includes code to run when the document opens. However, the code doesn't exist in the new documents created from the template and so doesn't run. Is there a way I can incorporate the code into every new document?
|
| Creating AutoText | 07 Jun 2005 01:29 GMT | 5 |
I have a userform with two textboxes: txtReLine and txtATName. After the user fills out these two textboxes, I am trying to create an AutoText entry in a template named Personal.dot in the Word startup directory. I am creating a hidden instance of Word and opening a new ...
|
| MailMergeAfterMerge event | 06 Jun 2005 23:16 GMT | 1 |
I am developing a c# console application that takes data from a database and doing a mail merge in word 2003 to create a contract. I added an event handler for the MailMergeAfterMerge event: _WordApp.MailMergeAfterMerge += new
|
| Track changes in word 2003 problem | 06 Jun 2005 22:41 GMT | 4 |
I am trying to go through the changes in a document, and only accept the ones before a certain date. (Someone forgot to accept all the changes before continuing on, so now the document has all the changes from forever). I tried this:
|
| auto date numbering instead of page numbering | 06 Jun 2005 22:22 GMT | 1 |
is there a way to generate a new date for every page you make. Just like page numbering but then with the firste page starting at your chosen date, for example 1 august 2005
|
| class module from template works only once | 06 Jun 2005 21:58 GMT | 1 |
Have a paragraph style applied a macrobutton field on a dot template. There is a class module -my first- that changes the style to hidden so I can print the doc without the button showing. After a delay I change the style back so the button re-appears onscreen.
|
| Tools Options Settings | 06 Jun 2005 20:06 GMT | 1 |
I have searched Microsoft Word help for the answer to this question, Microsoft Technet (although a version from December 2003) and the Knowledge Base on Microsoft's website and cannot find an answer to this question. Maybe someone out there can help me.
|
| Adding custom templates to word template dialog box. | 06 Jun 2005 19:23 GMT | 2 |
How would I go about removing the default word templates and adding custom made templates under the tabs in the word templates dialog box?
|
| Print Mail Merge Using VBA | 06 Jun 2005 18:02 GMT | 2 |
I have a table that is built for a mail merge in an Access DB. The data is already linked to the Word document. I just want to open the Word document and print out a document for each record. I go directly to the word document and I can see that the records are linked
|