| Thread | Last Post | Replies |
|
| auto update to properties section... help!! | 10 Dec 2004 10:09 GMT | 3 |
I am having a problem automatically updating the properties section of word 2003. I have two fields on a template that I want to update 'title' and 'subject' . I have bookmarked the two fields and entered the following code under document close: It works for my documents, ...
|
| Can I use Fileconverter object to convert a file that is not open? | 10 Dec 2004 10:06 GMT | 3 |
Currently I am using SaveAs, but I first need to open the file to do this. Any help would be great.
|
| Selecting a page | 10 Dec 2004 07:45 GMT | 10 |
Would someone be able to tell me how to select a range on a specific page in a word document. For example I am using one of the following to select text from a word document: 1) Set Vendorname = ActiveDocument.Range(Start:=108,
|
| Control Firefox via VBA | 10 Dec 2004 03:58 GMT | 5 |
Is it possible to control Firefox 1.0 via Word-VBA? I wrote some neat tools for the IE using MSHTML and SHDocVw which I want to make it also work with Firefox, especially because of its tabbed browsing.
|
| adding formatted footer line to existing footer | 10 Dec 2004 02:08 GMT | 1 |
Given a document that has a right-aligned footer, I need to put an additional left-aligned footer into the same document. something like:
|
| Track changes colours inadequate | 10 Dec 2004 01:16 GMT | 2 |
In a previous version of Word, the track changes option allowed me to put insertions in one color and what I took out in another. Now it's the same colour for everything. As a translator, it used to help me compare new and old versions of documents and allowed me to save time.
|
| Halp! .tmp file problem!! | 09 Dec 2004 23:39 GMT | 5 |
I will be eternally grateful to whomoever can tell me how to remedy this situation: Whenever I create a new document in Word 2003 - a ghost file gets created as well. For example, if my file is called me.doc - a second, temporary file
|
| Overriding Word Commands | 09 Dec 2004 22:56 GMT | 5 |
I am writing an addin in C# which needs to override some of the commands in word. I can attach my event to a button's Click event but the button's Execute method will still run. Without using VBA at all, is there a way in my addin to bypass this?
|
| Project unviewable error | 09 Dec 2004 22:08 GMT | 11 |
Word 2000 Some of my own saved templates when loaded for alteration give me a "Project Unviewable" error and I can't get into the code or Userforms. What am I doing wrong?
|
| MS Word Print 3 Pages at a time | 09 Dec 2004 20:13 GMT | 8 |
I have this printer that staples every print job. I have this mail merge document where every three pages is directed to a new recipient. If I send the mail merge document to the printer it will print the entire
|
| Multi LIne Text Form Indents and I Don't Like It..... | 09 Dec 2004 19:14 GMT | 1 |
MSWord 2003 Outlook 2003 I am writing a form in outlook that drops contact data onto our own Fax Coversheet in Word.
|
| working with file dialog boxes. | 09 Dec 2004 19:14 GMT | 1 |
I have imported some code provided with the Microsoft Press MS Office 2000 Visual Basic for Application Fundamentals book. This code allows one to display the the Windows system File Dialog Box. There is also other code that is typed in a new code module that allows one to use the ...
|
| Howto Get DataBuffer(memory) into Word 2 | 09 Dec 2004 19:14 GMT | 3 |
hi Jezebel, thanks for replying I mean that I have read .doc file programmatically and stored it to variable
|
| Repeating recipients using RoutingSlip object in Word 2002 | 09 Dec 2004 18:33 GMT | 2 |
I am attempting to build a form using the RoutingSlip object. I have only two .AddRecipient lines and I use the .Reset method in the beginning of the code thus: ActiveDocument.HasRoutingSlip = True
|
| Collection methods | 09 Dec 2004 18:31 GMT | 2 |
What methods does a collection have? Specifically, how do I remove all the elements from it? You'd think this would be a trivially easy question, but Excel's VBA help is the most horrifically unusable disaster M$ has ever
|