| Thread | Last Post | Replies |
|
| Delete/Manipulate AutoOpen in ThisDocument from code | 21 Dec 2004 23:26 GMT | 1 |
I have the unhappy experience of inheriting a badly written set of macros, one of which was embedded in several hundred word documents in the ThisDocument module. The Macro is Document_Open... is there a way to have a vb script rip
|
| Problems with Range Search | 21 Dec 2004 23:21 GMT | 1 |
I'm trying to perform a simple search. I know that the text that I'm seaching for exist but it's not being found. I physically searched the document and found the text but it appears to have an extra space due to line formating. I've tried to remove this space with the trim ...
|
| Mail Merge Macro just Stopped Working | 21 Dec 2004 22:54 GMT | 5 |
Good morning all, I have had a mail merge macro working on Word 2000 for about two months without any issues. Then about 2 weeks ago several users reported some problems with error messages. I copied the templates back onto their
|
| Problem with field updates | 21 Dec 2004 22:27 GMT | 4 |
I have a very strange problem with a long (429 page) document. The document is broken into Monthly sections, and at the beginning of each month I have the following field code (with the obvious name of the month changes). ==================
|
| Adding a text box script | 21 Dec 2004 20:40 GMT | 5 |
I have created a template that includes the insertion of a text box. I am using Word 2004 (Mac) and the template is to be used on PCs. The problems is that the text box draw does not work on a PC using Word 2002 and Windows XP Professional. The offending line is:
|
| date picker on a form | 21 Dec 2004 20:18 GMT | 1 |
I am trying to create a template of a timesheer with box standard simple calculations in (hours * rate per hour) . One of the things is i need advise on is.. a) how to incorporate the date picker in to a template via vba
|
| copy delete | 21 Dec 2004 20:04 GMT | 1 |
Is is possible to delete an open document in word? I want to delete a file that is currently open in word using vba. All suggestions and advice is greatly appreciated, Mark A.
|
| replicating a range | 21 Dec 2004 18:09 GMT | 1 |
It is there a way to replicate the contents of a range, just like doing copy and paste using VBA in Word?
|
| expert question on macros and toolbars | 21 Dec 2004 18:08 GMT | 3 |
I have a serie of toolbars full of little macros in normal.dot. I just realize we can copy toolbars on other template dot document and i did and the maros seem to work but when i go in tools > macros and look for them they are not there in that other dot document.
|
| Duplicate form fields? | 21 Dec 2004 17:27 GMT | 2 |
This is my situation... I am building a form that has a duplicate data on two different pages. Is there a way to only enter the data in the main fields on page 1 and have it automatically carry over to page 2? Any help you could provide would be appreciated..
|
| Tab Order does not work in UserForm | 21 Dec 2004 17:07 GMT | 1 |
I am new to the VBA newsgroup(s) and I am not sure which one to send this message: I have created tab orders in a User Form, by setting the Properties tabstop to true and the tabindex to the order I want the fields to be tabbed,
|
| Forms............... | 21 Dec 2004 16:57 GMT | 2 |
Can anyone help? I have a form which i use to enter information into the header of a document, when the ok button is clicked i have to following code:
|
| AutoText entry not in Normal.dot | 21 Dec 2004 14:38 GMT | 5 |
I have a global template (myDot.dot) with following VBA code in it to create a new AutoText entry. This new entry should not be saved in the Normal.dot but in the myDot.dot: CustomizationContext = ThisDocument
|
| Events from MSWord to the wrapped classes generated by TypeLib by | 21 Dec 2004 14:29 GMT | 1 |
I have generated Wrapperclasses using MFC to create, open and manupelate MS Word documents using TypeLibs. And, it generated somany classes to handle different things. Like, _Application, Documents, Document , Range , ApplicationEvents2 , IApplicationEvents2 and things like that. ...
|
| Range property of a Cell is empty and cause script crash | 21 Dec 2004 14:26 GMT | 3 |
I'm trying to generate a word file using perl win32::ole module and of course the Word com object. The word file contain some tables, text, pictures and so on. It work nicely from the command line but encounter a problem when run via a web access (
|