| Thread | Last Post | Replies |
|
| VB Editor question | 18 Jul 2007 05:14 GMT | 1 |
Word 2002 SP3 Its only a minor irritation, but when I have used the editor earlier in the day and closed it, then with word open, I lock the computer. When I unlock, the vb editor pops up. I have searched for a setting, but haven't found one
|
| How to get the hight of context in a Microsoft word in C#? | 18 Jul 2007 02:28 GMT | 6 |
I need to know the hight of context in a Microsoft word. Then set the Page hight equte the hight of context. Does anyone know how to do that?
|
| split not working | 18 Jul 2007 01:08 GMT | 2 |
Okay, maybe I've just benn staring at it too long. Why doesn't this work? Doesn't matter whether I put a space after the comma or not. End result is the entire string winds in s_array(0). Any clue? Dim s_array As Variant
|
| Is it possible to send a word form directly to an e-mail address? | 17 Jul 2007 21:03 GMT | 1 |
I am currently creating a form in a word document. I would like for there to be a link at the bottom of the form which would automatically send this form to a specified e-mail address as an attachment. Is this possible to do? Right now I can get the link to bring me to the
|
| Importing Access Query with custom Function into Word (DAO) | 17 Jul 2007 19:21 GMT | 1 |
I have a HUGE database and need to stick lots of queries into lots of different tables in my reports, often multiple queries in multiple tables in the same document. As such, I can't use export and copying and pasting creates hell with formatting and my templates. Hence i
|
| Missing Field in Merge | 17 Jul 2007 16:08 GMT | 2 |
I have a macro that merges several documents and then combines the documents together. Sometimes there is a field missing from the data source because there is no data for a particular project. This causes the macro to stop and requires intervention from the user. You have to ...
|
| Closing mail merge template | 17 Jul 2007 11:18 GMT | 6 |
I have some code which opens a Word template then runs a mail merge. With ActiveDocument.MailMerge .Destination = wdSendToNewDocument .SuppressBlankLines = True
|
| Fast way of comparing strings? | 17 Jul 2007 10:47 GMT | 8 |
I have the following code to compare strings: Private Function GetNumOfMatchingWords(ArrayToCompare() As String, _ ReferenceString As String) Dim nWord As Long
|
| using letterhead automatically | 17 Jul 2007 07:28 GMT | 13 |
I have a Word template with a company letterhead which I wish to call on in my code, or otherwise I just want to always use the letterhead for my code-generated letters on the first page only (if there happens to be >1 pgs, else obviously use it on the only page). Please advise. ...
|
| Macro to select Section Data | 17 Jul 2007 06:45 GMT | 4 |
I need to define a macro in Word 2003 that will select the text is an entire section without selecting the text on the first line of that section. Defined a macro that selects section text to the end of the document; need to stop select at end of that section regardless of how ...
|
| Supported files | 17 Jul 2007 04:36 GMT | 1 |
Is there a way to know what are the extension's files supported (that can be opened) by word using vba? Thanks for any suggestion
|
| external lookups from within a word template? | 16 Jul 2007 23:12 GMT | 1 |
A user is creating a new proposal, using a proposal template. The template was derived from a successful proposal, but all customer- and Job-specific information has been omitted from the template to ensure there is no inappropriate information embedded in the template that could ...
|
| Wierd Word Macro Crash - HELP!!!! | 16 Jul 2007 21:38 GMT | 16 |
I have a Word document, a form with various checkboxes and such, designed to be a pre-qualification form for Contractors. At first it started with a need to color the selected answer (of "Yes", "No" or "N/A") in blue. I designed a macro to do this when the formfield is exited, ...
|
| adjusting selected text | 16 Jul 2007 20:30 GMT | 3 |
I have a macro which reformats selected text and then surrounds it with quotation marks. To use the macro, I first mark the text to be reformatted by selecting it with the mouse. Things are not quite perfect because when I mark the text, Microsoft in its usual helpful way, ...
|
| grouping controls using word | 16 Jul 2007 19:34 GMT | 3 |
I'm creating a document in Word that has many questions with yes an no answers. I have used the Control Toolbox and design mode to insert yes and no option buttons. The problem I have is that as I add more questions and more control buttons, these are all linked. I would like to ...
|