| Thread | Last Post | Replies |
|
| Highlighting/Shading Question | 28 Jan 2007 13:04 GMT | 1 |
I have a section of a document that I would like to be shaded or highlighted but I don't want to see the shading or highlighting when I print the document. Short of replacing the default print command with a macro that removes the
|
| Extracting values from a word file using perl | 28 Jan 2007 12:50 GMT | 1 |
Hai, How to retrieve the macro variables in a word document using perl.... Dipu
|
| populate combobox from table and vice versa | 28 Jan 2007 06:41 GMT | 8 |
I'm using one combo box to populate another combobox. I'm extracting the data from a word table where column A of the table goes to cb1 and based on that selection column B of the row in cb1 goes to cb2. However, I've hit a wall when there is more than one of the same name
|
| Need to delete multiple styles starting with same two characs? | 28 Jan 2007 00:15 GMT | 3 |
I'm trying to write a macro in Word 2000 that will delete 20 odd styles that start with the letters CS as I've recreated the template, however, every time a user copies in data from the old template to a document based on my new template, it brings those old style starting
|
| Change Message Box Font | 27 Jan 2007 18:01 GMT | 1 |
Is it possible to change Message Box Fonts or even in the middle of a msg box highlight a particular word and put a graphic in it like a stop button or exclamation mark thanks
|
| How to call a Word VBA subroutine from a Global Template? | 27 Jan 2007 10:37 GMT | 2 |
I have created some Word templates which contain several VBA macros (sub/function) in common. In order to make maintenance easier I have created a Global Template and moved the VBA code in from the original templates.
|
| Copying an AutoText entry | 27 Jan 2007 04:42 GMT | 3 |
In Word 97, is it possible to copy an AutoText entry directly into the Clipboard, that is, without inserting the entry into a document and then copying it? I tried something like this, but it's only limited to 255 character:
|
| List of files in dir | 27 Jan 2007 03:34 GMT | 13 |
I used to have some code for this, but it's out of date now. All I need is to have Word or whatever agent create a list of the files in a specified directory, and pop it into an Word document. Simple enough, but it's beyond me. TIA
|
| Insert value from VBA function into document. | 26 Jan 2007 23:38 GMT | 5 |
I have the following VBA functions which I use extensively in Access: Public Function FirstXDayOfYear(year As Integer, xday As Integer) As Date FirstXDayOfYear = DateValue("1/1/" + Str(year)) While (DatePart("w", FirstXDayOfYear) <> xday)
|
| How do I reference other files in VLookup? | 26 Jan 2007 23:06 GMT | 1 |
I have been spinning my wheels trying to figure out why I get an error on the second line of code below. This is not the actual code I want to use but rather a modified version I wrote to try to isolate the problem. Here it is: Cells(380, 1) = Application.WorksheetFunction ...
|
| imbeddins sound recorder | 26 Jan 2007 20:39 GMT | 1 |
Is there a way to imbed a sound recorder object so: When the user opens a template they have a button to "record" the talk into the microphone and the sound is recorded. When they save the document the sound file is saved within the document and when someone
|
| Prevent Carriage Return in a Form Field - Protected Document | 26 Jan 2007 19:16 GMT | 6 |
I'm looking for a way to prevent user's from breaking a template form which I created by hitting the enter Key in a Form Field. I know about this article: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q187985#appliesto
|
| How to call objects in VB3 style? | 26 Jan 2007 16:19 GMT | 1 |
I am trying to call some Word functions from lotusscript which uses the VB3.0 syntax of passing parameters in order (instead of the paramname:=paramvalue syntax). Where can I find the correct order for the Word method calls?
|
| Replae ^p in Selected Text in VBA | 26 Jan 2007 15:46 GMT | 4 |
I am copying multiple blocks of text from a raw file to a Word file and have to reformat them as I go. The macro consists of a number of iterations of F&R, and is designed to run over a selection (believe me, this is easier than grepping the source docs).
|
| Password Protection AND Digital Signature | 26 Jan 2007 15:33 GMT | 1 |
I created a 2002 Word doc that is (1) password protected - forms, and (2) I've also applied a digital signature from VeriSign - personal certificate. Therefore the keyboard is basically disabled and the digital signature will be lost IF a user were to do your basic File Insert ...
|