| Thread | Last Post | Replies |
|
| MODI Writer always opens TIFF file after writing | 16 Feb 2007 13:24 GMT | 2 |
I am trying to silently print a word document using the Microsoft Office Image Writer to a TIFF file. I can do this just fine so far, except that every time i print with this driver it opens the TIFF file upon completion. Is this normal? And if so, is there any way to stop it ...
|
| Delete only certain bookmarks (starting with Prefix "Diss_Chapter") | 16 Feb 2007 09:01 GMT | 5 |
I would like to delete all the bookmarks that start with the prefix "Diss_Chapter". The other ones I would like to leave alone. How can this be achieved using Word VBA? Help is appreciated. Thank you very much in advance.
|
| Hide Command Button when Printing | 16 Feb 2007 08:52 GMT | 3 |
I have a command button that dletes extra rows in a Word table. When the user prints the table, I do not want the command button to show. I have tried code from "how to hide a "Print" button when user clicks on it" in MVP - the problem is - I do not want to print the document ...
|
| Word crashes when document is closed by user | 16 Feb 2007 08:30 GMT | 2 |
I've created a Word template that on some computers make Word crash when the document is closed. I can't recreate the problem on any machine I've tried, but my client have problem with most computers. We all use Word 2003 Pro with the same service packs.
|
| How to stop speak macro | 16 Feb 2007 07:17 GMT | 3 |
This great macro: Sub ReadToMe() Set objRange = Selection.Range strText = objRange.Text
|
| wildcard equivalent for ^w | 16 Feb 2007 07:16 GMT | 8 |
What is the wildcard equivalent for searching for ^w (whitespace)? Of course, when I use ^w with the wildcard search option, I receive an error. I used "[^09,]" but this only returned one tab or space character at a time and I need to be able to find multiple whitespaces together ...
|
| Word should let me sort changes and comments by date | 16 Feb 2007 05:00 GMT | 2 |
I'm using Microsoft Office Word 2003. I often have to read and compare large documents that have track changes and comments by several authors in it. Although I am able to see that the file has been changed, it is rather time consuming to find where are the latest changes and ...
|
| how could I write polo on a polo shape | 16 Feb 2007 03:03 GMT | 3 |
I want to draw a polo shape and write text in it just like it says polo on a polo mint
|
| Code to access the menu options... | 15 Feb 2007 23:56 GMT | 6 |
Is there a way I can access the menu options (File, Edit, View, Insert, Format etc.) via vba code? All help is appreciated.
|
| checkbox contentcontrol word | 15 Feb 2007 23:04 GMT | 1 |
My Word 2007 project absolutely needs checkbox content controls. Are these going to be available anytime soon? Is there any other work-around?
|
| a simple question that's frustrating me | 15 Feb 2007 22:33 GMT | 1 |
All of a sudden, my VBA code isn't working and I've tracked it down to the right() and Left() functions. It's like VBA doesn't recognize these as functions. Here's a simple example that gives me an error:
|
| MessageBox listing all sections with the "PageOrientation = Landscape" property | 15 Feb 2007 21:54 GMT | 2 |
I got a long document in which all sections start with a new page. Some of the sections feature the PageSetup Property = Landscape Can I ask Word via VBA to show me all sections in a MsgBox that feature this property, such as:
|
| Resizing pictures with VBA | 15 Feb 2007 21:17 GMT | 6 |
I want to resize a selected picture using VBA but I only want to change the width of the picture to say, 2cm and the height should adjust to scale automatically. Manually, using the Format>Picture command I can achieve this by
|
| word 2003 to word 2000 | 15 Feb 2007 20:46 GMT | 1 |
I am new to the Visual Basic world. I created a VB code that is used in Word 2003. My customer has decided to use Word 2000 instead. The code below will not run with Word 2000. Any suggestions on what I should change? I have been trying to find others with the same issue,
|
| Make All Bookmarks Editable | 15 Feb 2007 20:38 GMT | 3 |
Is it possible to programmatically make all bookmarks in the Bookmarks collection editable (WdEditorType.wdEditorEveryone)? I know how to do it one-by-one, but I'm going to need to work with a collection of an unknown number of bookmarks and unknown bookmark names. For example, ...
|