| Thread | Last Post | Replies |
|
| Automatic printing in background using different printers | 08 Sep 2006 13:03 GMT | 1 |
i got a serious problem using automatic printing... with several scheduled vbs tasks i start different word - documents, containing vba. Each document prints out on a different printer. Sometimes those documents are started at the same time which results in
|
| Word 2007 template | 08 Sep 2006 13:03 GMT | 3 |
I would like to create a Word 2007 template to be used by several writers. This template will include Content Controls but I would like the writers themselves to chose where the Content Controles should be placed. But I will define which Content Controls they can use and the ...
|
| Word 2007 XML Mapping | 08 Sep 2006 13:03 GMT | 3 |
I wonder how I can make an application in 2007 that will create the content of file depending on which XML Mapping I will use. I would like to generate the content of a file differently depending on which file I use the to map it with. In the word file I will use the Content
|
| Trouble Getting Word Process in Service Application | 08 Sep 2006 12:42 GMT | 2 |
I created a service application in VB.NET on Windows 2000 Pro, but right now it's just running on the development workstation. I'm starting out by checking to see whether Word is already running by using Dim pcs as Process Dim psiWord as Process.ProcessStartInfo(<path to WINWORD ...
|
| get section name | 08 Sep 2006 12:20 GMT | 6 |
I need to find a section number and get its name to store it in a variable. Example: 1.1 Introduction Need to find 1.1 and then store"introduction" into a variable.
|
| MS Word question | 08 Sep 2006 12:20 GMT | 2 |
The residental inspector that I used did his reports in Word and had a feature that would automatically type a sentence based on a few typed keywords. Ex. " good shingle roof" would automatically insert a sentence like "The roof is composition shingle and is in good condition ...
|
| Shading/Highlighting | 08 Sep 2006 06:27 GMT | 2 |
I'm interested in having certain pieces of text highlighted or shaded on the screen but not when printed. What's the easiest way to accomplish this?
|
| Active X controls changing names | 08 Sep 2006 02:35 GMT | 3 |
I have been having this issue randomly for the last year with a set of Word status reports that we created. With no pattern, the controls will just rename themselves to default control names (like commandbutton1). This causes all of the VBA code behind the document to stop ...
|
| Simple(?) calculation question | 07 Sep 2006 22:42 GMT | 2 |
I have a EXCEL spreadsheet from one of our clients that I need to convert to a form in Word, but I'm having trouble converting one of their calcluations. In Excel the formula is =O95*(1-P95) That's it. Cell O95 contains a dollar amount ($672)
|
| .Activate method not working | 07 Sep 2006 22:39 GMT | 2 |
One of my users recently upgraded to Word 2003, and the Documents(index).Activate method does not seem to be working on their computer. Though it works on other users' computers, those with Word 2003 and Word 2000...
|
| Doc template with customized doc Properties dialog box | 07 Sep 2006 19:03 GMT | 1 |
In my documents properties, i have configured some custom fields, with additional information, as document number, etc, etc, that i have to always fill in for each new document. Since it would be useful to share the template with my team, i would like to
|
| Set Subject with sending Mail | 07 Sep 2006 18:59 GMT | 4 |
I want to set the subject while sending a via true msword. Who can I change the subject in VBA? Alex
|
| Hide CheckBox FormField | 07 Sep 2006 18:20 GMT | 8 |
Hi, I have a work template which has 2 check box form fields. I try to hide one of the check box depending on user enter information from a text field. is this possible? How can do this.
|
| normal.dot in Office 2000 not working in Office 2003 | 07 Sep 2006 17:48 GMT | 1 |
I have been using a normal.dot in Office 2000 that is used on the new users machines when they are set-up. When I tried to use this normal.dot on the new user machines that are running Office 2003 it is not being accepted. This normal.dot has all the macros, set-up and ...
|
| All caps to Proper caps | 07 Sep 2006 17:31 GMT | 6 |
I need to create a macro that will start at the begining of a Word document and select all sections of text that are in ALLCAPS. It then must change the instances of all caps to title or proper caps. However there are specific two letter codes that must remain as all caps. Is ...
|