| Thread | Last Post | Replies |
|
| Command Button Macro | 15 Feb 2005 04:51 GMT | 2 |
I have used VBA in Excel several times, so I'm trying to get a handle on it in Word. I have a template which I would like to save to a specific location after people have filled it in. I have (with the help of this group) a macro which
|
| Make letter in bold | 15 Feb 2005 04:06 GMT | 5 |
I am not a programmer but i taugh this will be the best place to ask I would like to know what approach i shoul use if i whant to make special letter in bold. Exactly i whant to bold any letter between « ...... » including the double
|
| Starting MS Word 2002 from VB script | 15 Feb 2005 02:01 GMT | 5 |
I can start Word ok, just cannot get a blank document to come up, so when my script runs it gets an error because it expects a blank Doc to be up. Here is what I am doing - Dim WordApplication As Object
|
| Microsoft Word shouldn't have automatically correct you | 14 Feb 2005 23:13 GMT | 2 |
When you want to do homework or make an English test so the students can correct it, you can't; because Microsoft Word automatically corrects EVERYTHING it sees that doesn't seem right.
|
| Showing & Hiding info | 14 Feb 2005 21:47 GMT | 2 |
In a user form I have a combo box that has a list of entities. I am wondering if there is VBA code that I can write that shows a certain disclaimer on the last page of a document based on the what entity was chosen in the combo box on the user form.
|
| What style is Grammar Check governed by? | 14 Feb 2005 20:43 GMT | 1 |
Is Grammer Check written in a specific manuscript style...Chicago, AP, etc., or a combination?
|
| Word automation | 14 Feb 2005 19:01 GMT | 2 |
We are working with a word document that will be used as a template. The first page of the document has 2 inch margins to compensate for graphics on the page. We need this document automatically insert a Next page section break and change the margins for page 2 when a user gets ...
|
| Word Automation Speed Slow | 14 Feb 2005 18:55 GMT | 7 |
I took a look at this ng's FAQs and could only locate one article (by Daryl Lucas) with some pointers regarding speeding up Word Automation from VB6. These were fairly limited in scope...can anyone point me to some more detailed discussions on how to speed up Word Automation? Seems ...
|
| Field Separator - Regional Settings | 14 Feb 2005 16:13 GMT | 2 |
Hi Experts, We work with an Access2000 (dutch version) application. One of the things this application (VBA) does, is create an ascii-text file that can be merged with Word. The file looks like "fld1" ; "fld2" ; 12345 ; "fld3" etc.
|
| Word Resize/Zoom problem? | 14 Feb 2005 15:51 GMT | 1 |
I'm developing a C#.NET application which insertes data into Word. When I open the Word-document(template), then I set it's Zoom to be PageFitFullPage: wordApp.WindowState = Word.WdWindowState.wdWindowStateNormal;
|
| Save current Tab settings | 14 Feb 2005 12:35 GMT | 8 |
If I've set some tabs for a paragraph and then decide to change the paragraph style, of course my directly applied tabs vanish. If I don't want to manually reset the tabs, my kludge is to record a macro before I change the style, opening and closing the tab dialog. Then
|
| Paragraph alignment does not work | 14 Feb 2005 12:21 GMT | 2 |
I use VB6 to create a Word document from an existing "template" I made. This is a piece of the code: Set wField = WordDoc.Fields(WordDoc.Variables("strReportHeader1").Index) Set wRange = wField.Code
|
| Protected documents | 14 Feb 2005 12:19 GMT | 2 |
Is there any way to manipulate custom document properties and document fields in non-protected sections of documents that contain protected sections? I've got code that adds/changes custom doc properties and updates related fields on open but any documents that have one or more ...
|
| Form size | 14 Feb 2005 03:36 GMT | 1 |
I was wondering how I could resize the activeword document so that it fills half the screen and have my form fill up the second half. I want to do what Word does when you click on Help that comes with Word. The screen.width and screen.height commands don't seem to work in VBA. I
|
| How do you make business cards on Microsoft Word? | 13 Feb 2005 23:56 GMT | 2 |
I need to know how to make business card on Microsoft Word. Thanx.
|