| Thread | Last Post | Replies |
|
| Events associated with the Normal.DOT template | 13 Jul 2004 23:28 GMT | 1 |
How can I detect that MS-Word has opened the Normal.DOT. I need to write code that would tell me when MS-Word 2000 and > was launched. So I am thinking if I can track when the Normal.DOT template was opened then this is the same time that MS-Word was launched.
|
| Word 2003 crashing, table, formfield, makro. | 13 Jul 2004 14:56 GMT | 5 |
my macro crashs Word 2003. In Word 97 and 2000 it does not! The Macro normaly counts the lines in a formfield. If the formfield is in a table word 2003 crashs. if the formfield is outside every thing is ok.
|
| Setting text encoding in Word | 13 Jul 2004 13:49 GMT | 3 |
I work with text files in different languages each encoded accordingly. When I choose File->Open in Word I get a dialog box titled "Convert File" where I select "Encoded Text". Then I get a dialog titled "File Conversion" where I can choose the language encoding and see a preview ...
|
| How to attach a custom menu? | 13 Jul 2004 11:59 GMT | 4 |
I have created a custom menu that incorporates all my built-in macros for a template. I want to distribute my template to my team and include the menu. How do I do that?
|
| Load module, run, remove??? | 13 Jul 2004 09:51 GMT | 1 |
is it possible with a macro to load a module (.bas-File) from hard, run the new macros and "unload" the module? Thanks.
|
| finding heading Reference in a document | 13 Jul 2004 06:36 GMT | 1 |
what I am trying solve is getting the heading referece for a style heading for example 1.1.1 Heading3 text I want to search for all the heading3 and extract the 1.1.1 to use
|
| How to refer to specific TOC? | 13 Jul 2004 03:05 GMT | 1 |
A general question about how to refer to a specific TOC (table of contents) in a document: If a sub adds a TOC to a document that may already have one or more than one TOC, is there an easy way to either determine that TOC's index or assign it a tag of some sort? We have ...
|
| Word Print Macro | 13 Jul 2004 01:50 GMT | 1 |
I was refered to the site below to help me with a macro. What I am trying to do is print out a report, but I need to have specific specifications from my printer. I need to print out the report duplexed, but in the basic macro commands, VB cannot handle that. The site below is a ...
|
| Macro To Replace Text In Header | 13 Jul 2004 01:35 GMT | 2 |
Hi not sure why my macro doesnt replace stuff in the header Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting
|
| How to determine index of new TOC on the fly? | 13 Jul 2004 01:33 GMT | 2 |
I've got a sub that allows users to insert a new Table of Contents (TOC) anywhere in a document. There may be no existing TOCs or more than one. How should the code refer to the TOC that the sub inserts? How can I determine the index number of the TOC that my code inserts when ...
|
| VBA + MingX to create Flash animation | 13 Jul 2004 01:28 GMT | 1 |
I'm looking for vba examples with the library mingx (http://www.swfkit.com/download.html) to create "Flash files" (.swf) without Flash. There is no documentation with the dll file.. :-( Some example with ming for PHP & C++ (http://ming.sourceforge.net/)
|
| Drop-down list in form | 13 Jul 2004 01:24 GMT | 1 |
I'm writing a macro that needs to copy information entered on a form to other fields in the document, including the item chosen from a drop-down list. Word tells me the drop-down field is protected, so how
|
| How to open an embedded file? | 13 Jul 2004 01:21 GMT | 2 |
I have inserted a file-object into my Word doc. The file is a simple txt one, and I need to open and read it via VBA. How can I do it? What must I write, something like: open <filename> for input as #1 ...?
|
| .NET and MS Office 2003 | 13 Jul 2004 01:19 GMT | 1 |
Hi guy, I would like to know if all functions of MS Word (if programmable using VBA, VC++), can be done on using .NET language, e.g. VB.NET, C#? And what are the benefit of doing so.
|
| Word Textbox into Excel | 13 Jul 2004 01:18 GMT | 1 |
Using Office 2000, I open a new document and then insert a Textbox. I then copy and paste the textbox into a range in an Excel worksheet. How can I programmatically reference the textbox, please?
|