| Thread | Last Post | Replies |
|
| compiler error | 04 Feb 2005 14:29 GMT | 3 |
Why is this code in my module wrong? Public Persfile As String Public Sub AutoNew() Set Persfile = "C:\"
|
| Macro to change Document Template | 04 Feb 2005 12:29 GMT | 8 |
Hi there, I need some help writing a macro that will change the Document Template. The problem is that we have around 60,000 word documents that all have document templates to which the path points to a server that no longer exists. As a consequence every time one of the files is ...
|
| A bit of A challenge for me to do. | 04 Feb 2005 12:03 GMT | 13 |
Hello From Steved 4.29x5x Band Of Colours Using the below Macro will return Band Of Colours Which is what I want
|
| Event firing for Word | 04 Feb 2005 07:55 GMT | 4 |
I would like to know that when MS word starts which event (VB Editor) is fired. Very specifically I want to know the event that can be captured before Word opens a blank document or before opening a file. Something similar to the counterpart in word to Form Activate.
|
| re:How To Use Automation to Get and to Set Office Document Properties | 04 Feb 2005 06:33 GMT | 3 |
I have a Word addin in C# that gets and sets Document properties. I have used the example in the "How To Use Automation to Get and to Set Office Document Properties with Visual C# .NET" example. ( http://support.microsoft.com/?kbid=303296 ) My problem is, If i try and read
|
| Is there an Add-In for Vss 6 that will allow differencing Word doc | 04 Feb 2005 05:21 GMT | 2 |
Among quite a variety of things we keep in Visual SourceSafe are MS Word documents. Within VSS, one can determine that two versions of a document differ, but unfortunately no details are available. I ran across hints in Google Groups that there might have once been an Add-in for ...
|
| Small question on Active document | 04 Feb 2005 05:15 GMT | 3 |
If i have more than one document opened in an application instance, and if something happens in any one of the document, for example, if i intercept DocumentBeforeSave event of application, then how do i know that which document is this event for..? to put it in simple words, ...
|
| Register OCX-components by means of VBA-code? | 04 Feb 2005 02:52 GMT | 1 |
If possible, please an example! /BosseH
|
| Replace() Function In Word 97 | 04 Feb 2005 02:41 GMT | 1 |
I am using Word 2003 but I want to find out if the Replace() function was available in Word 97 VBA for backward compatibility. Is there any way to find which features became available in which versions of VBA? Derek
|
| MACRO HELP!!!! | 04 Feb 2005 00:27 GMT | 1 |
I need to record a macro that will select data from an Excel spreadsheet and put it into mailing labels in Word. Is this possible? Can I set it up so that each time I need to make mailing labels for a specific group, I can enter a code(???) and it will select the data I need and ...
|
| autonumbering forms | 04 Feb 2005 00:24 GMT | 1 |
i have some forms i print out that need to have sequential serial #'s on them. is there a way to have Word print out the forms with a starting serial # and then increase it by one for each copy? thanks
|
| Word E Tools | 04 Feb 2005 00:20 GMT | 1 |
I have been asked to put a form together in Word using E Tools. This is my first stab at it and I am having trouble. We will be sending the form out internationaly to be filled out and sent back to us. I do not want anybody to be able to edit my text. If I lock or protect it you ...
|
| Select Table Cells | 04 Feb 2005 00:02 GMT | 1 |
I need to select in VBA a number of cells (for merging) in the same column when I use the Move (with expand) it doesn't work properly for various reasons Is there any way to add to the Selection.Cells collection an existing cell
|
| Loss of F2 & F8 key functionality when using a class | 03 Feb 2005 23:27 GMT | 4 |
I have developed an fairly extensive set of macros to control editing of documents in Word. One of the requirements is to prevent editing of the headers, footers, etc... I have developed a class that I instantiate everytime a document tied to my template is opened
|
| ActiveX Controls Question | 03 Feb 2005 22:01 GMT | 3 |
I tried to use the ActiveX Calendar control but was unhappy with the behavior (in that the calendar isn't 'collapsed' before selecting and takes up too much real-estate). The question: Is there a way to customize ActiveX controls; More importantly, where can I find documentation ...
|