| Thread | Last Post | Replies |
|
| Controlling/Replacing Avaiable Styles | 10 Mar 2005 22:56 GMT | 9 |
We have a document template we are developing that has two sets of styles, one for numbered headers/section and one for unnumbered. Is there anyway that we can control which styles are shown to the user based on say a userform selection where the user picks if they want the ...
|
| col in status bar | 10 Mar 2005 22:13 GMT | 1 |
Is there a way to access the Col value in the status bar with VBA? I want to be able to replace the indents and tabs with spaces so I can create a txt file maintaining the layout of the document. I am using a monospaced font throughout the document and have to append
|
| Mailmerge create a file for each section... | 10 Mar 2005 22:10 GMT | 1 |
Hi i have some probleme with this script... http://support.microsoft.com/kb/306348/en-us Sub BreakOnSection() ' Used to set criteria for moving through the document by section.
|
| Emailing single Worksheet | 10 Mar 2005 22:08 GMT | 1 |
Hello from Steved I got the below by going through Google. The objective is to email a single Worksheet. I'm getting a error
|
| How do I define variables in a MS Word 2000 document? | 10 Mar 2005 20:45 GMT | 4 |
I am tasked with creating a teamplate with fields to update based on changing one variable. Is there a way to do that with MS Word 2000?
|
| Insert Footer Page x of y via Access to Word Template | 10 Mar 2005 20:34 GMT | 4 |
A user will enter/select data from an Access form. Then VBA takes the users responses and inserts them into the Word document. So far that is working fine. My problem lies with the footers. There are 3 sections to
|
| Specail Numbering using Field Codes | 10 Mar 2005 19:51 GMT | 1 |
I need to autonumber several cells in a table. I'm sure I can use field codes to help customize this: the number should look like this "EAP.01.001" EAP. - first three letters are subjective (I'll type those in)
|
| More than 1 cell | 10 Mar 2005 19:27 GMT | 1 |
In a table in word 2k template, if check box is checked then the font in that cell turns bold: Table has two rows and two cols. This is row 1, col 1. If ActiveDocument.FormFields(FormfieldName()).CheckBox.Value = True Then
|
| Help with Word VBA in Access | 10 Mar 2005 19:07 GMT | 1 |
I need to create a document from an Access record. I don't think I can use a report because there are so many variables. If certain things are checked it will be in the document if it isn't i need the document to shift so there won't be any white space.
|
| VBA? | 10 Mar 2005 18:11 GMT | 3 |
I need to write a program in VB6 that will launch Micorsoft Word, my secretary will then type a letter. I need VB to know how long it took to type and how many keys were pressed - or how many words were typed - and to log this information in a database.
|
| checking if a style exists in a styles collection | 10 Mar 2005 16:48 GMT | 6 |
Silly, i know, but how do i check if a particular style exists in the styles collection? i.e. i know the name i am looking for (e.g. "foobar"), i just want to know if a style by that name exists already or not... I'm just not sure of the syntax...
|
| Set FileSave dialog to be 'cancel' | 10 Mar 2005 16:43 GMT | 6 |
me again how can I tell word when I quit the word.application object to not come up with a dialog
|
| Launch URL from VBA | 10 Mar 2005 16:37 GMT | 2 |
Can anyone point me to code that will let me launch an URL in the user's default browser from VBA? thanks, gary
|
| Insert chart into Word | 10 Mar 2005 15:07 GMT | 1 |
I posted this in the Excel programming NG, but to no avail...thought I'd try it here. I would like to have a macro (I'm actually writing it in Excel) that would take the active chart and paste it into an open Word document at the current
|
| Bold color | 10 Mar 2005 15:00 GMT | 4 |
I am working with a macro that colors text in a table cell. Cell.Range.Font.Color = wdColorBlack / White / Gray50 etc. This is a Word 2000 - template. When setting the font to ColorBlack, I want a really dark black, not just
|