| Thread | Last Post | Replies |
|
| ??Word Guru Puzzler?? - Can control checkboxes be mutually exclusive? | 09 Jul 2004 17:11 GMT | 1 |
To All Word Gurus, I'm using Word 2002 / SP3 running under Windows XP Pro 2002 / SP1 In a Word document I've added two checkboxes to a form from the control toolbox. They are labeled "Yes" and "No".
|
| Word Macro | 09 Jul 2004 15:25 GMT | 2 |
I am trying to run a macro in Word. Part of the macro, is supposed to change my print settings for a LaserJet 8100dn. After going into VB, and debugging the macro, I noticed that VB did not support the commands that I needed. Does anyone know how I can work around this, or ...
|
| Linking Excell sheet to a ComboBox as a data source. | 09 Jul 2004 15:18 GMT | 2 |
This is do-able but not sure how. I want the joices in a cambo box to be populated from a spreadsheet and new entries to be automatically updated in the spreadsheet so next time the cambo box loads the choices are there. The
|
| Condition | 09 Jul 2004 10:39 GMT | 2 |
Hello, I was wondering, in VBA, is there a possibility to set condition with amount of numbers? For example to look like this: Dim i as Long
|
| Event Driven Macro | 09 Jul 2004 07:15 GMT | 2 |
Word 2000 I have a document where I need to control what happens when the users pastes a block of text into the document. Currently, I have a macro assigned to a special toolbar button. This works fine, but if the user forgets to use the
|
| inserting footer to first page of inserted file but not of entire doc | 09 Jul 2004 03:48 GMT | 1 |
Hi, I have this code to insert the page number/footer to my document. This document begins with a cover page, then a TOC is inserted and then followed by files inserted one after another.
|
| Hidden Edit log | 09 Jul 2004 01:47 GMT | 8 |
I have become aware that Word maintains a log of the last 10 edits. The log is not available to the user. Can anyone tell me how I can get access to that log? Many thanks
|
| Damaged word files? | 09 Jul 2004 01:44 GMT | 3 |
After a power outage and a corporate upgrade to word 2003 (we don't now which is responsible for al the problems) we have problems with opening word files. It sometimes takes up to 5 minutes to open a simple word file. When it
|
| Opening a Web Page | 09 Jul 2004 01:39 GMT | 1 |
I've got a word document that under certain conditions opens then creates an internetexplorer.application then immediately navigates to a web page, is there anyway of maximizing the internet explorer window through the word
|
| FormField String too large | 09 Jul 2004 01:19 GMT | 3 |
I'm inserting a very large string into a formfield typing: FormFields("txtdesPrimerApellido").Result = "very large string". Why is word telling me that the string is too large if I set the MAX LENGTH of the form field as unlimited?
|
| Replacing "tag" with a picture | 08 Jul 2004 23:49 GMT | 1 |
I have a number of Word documents that contain delimited text strings with the path and filename of a picture. For example: <#c:\temp\picture1.jpg#> I'd like to search the document, find the picture references (based on
|
| What is an empty template | 08 Jul 2004 23:30 GMT | 5 |
Hi; If a template is created as empty, does it still have all of the normal.dot formatting and override normal.dot? If so, on install my installer needs to make the special template as a copy of the users
|
| Auto Open Macro? | 08 Jul 2004 23:16 GMT | 1 |
Hi, I've posted this a couple times but it doesn't seem to be getting addressed. I need a menu I've created which links up to several macros, to be attached to the template. I want to be able to distribute my template to
|
| Any way to use file path as SaveAs name? | 08 Jul 2004 21:32 GMT | 8 |
I would like to save a doc with a name something like "Files in "C:\<whole filepath>" ". Is there any way in a VBA macro to format the <filepath> so it isn't rejected because of the "\" character? Ed
|
| When Word instance close execute VBA code | 08 Jul 2004 17:02 GMT | 2 |
Hello NG, my problem is, that I want to execute some VBA code, when the Word Application quit's. Does anybody know, in which position of the Document i have to put my code?
|