| Thread | Last Post | Replies |
|
| Table extend into margins | 15 Nov 2007 10:23 GMT | 1 |
Is it possible to create a macro that determine if one or more tables in a document extend into margins and show the result in a new document ?
|
| Duplex Print macro not working on HP M4345 | 15 Nov 2007 09:52 GMT | 5 |
We have several different types of printer - all HP. I have written a macro to print duplex either left-side binding or top binding depending on the option chosen. I use the SetDuplex 2 or 3, and this works on all the printers except
|
| How I can do numbering of list with own format? | 15 Nov 2007 07:50 GMT | 2 |
Hello. That is (http://word.mvps.org/FAQs/Numbering/SeqMacro.htm) code that allows doing numbered list with next format - 1. But how I can use other format for numbering list, for example - 1) or a) etc. Is it possible?
|
| language problem | 15 Nov 2007 02:16 GMT | 1 |
I have a few VBA forms in a word doc. What i want to do is have a language drop down on the first form, and if for example, the user selects Spanish, all the labels on that form, as well as other forms labels should change to Spanish.
|
| How to prompt user to fill in folder name | 15 Nov 2007 01:58 GMT | 2 |
I need to create a macro in Word that prompts the user for the name of a folder on a particular drive, then based on that user input, prompts the user a second time for the name of a subfolder. For example, after I activate the macro, I want to see a dialog box which prompts me ...
|
| Object Oriented Programming in VBA | 14 Nov 2007 23:53 GMT | 2 |
Could anyone point me in the direction of a good (free) online tutorial about VBA? I have already covered the basic topics but I would like more information about Object Oriented Programming in VBA like class modules and how to create collections of your own class...
|
| macro to add wildcard file names to a Word file | 14 Nov 2007 21:34 GMT | 7 |
Does anyone know how to make a macro that will add multiple files to an opened Word file? Here is the example: In an open file I want to add the following files to it using a macro. The files are:
|
| Get all the styles | 14 Nov 2007 20:44 GMT | 10 |
How come that when I loop on a document's styles, I do not find all the styles as they are displayed in the Styles and Fomratting pan? for instance if the user applyes the style "Normal" and then changes the alignment or the font color, the pan displays: "Normal" "Normal + Center"
|
| What is "DlgText$" & how do I translate it to VBA | 14 Nov 2007 18:30 GMT | 3 |
I'm attempting to convert some old Word macros and I've run into several terms beginning with Dlg... that I'd like to convert to VBA. The macros still function using WordBasic.xxx but I fear that will not be the case when Microsoft upgrades again.
|
| Double space after period, except when... | 14 Nov 2007 18:14 GMT | 2 |
Hi, I've been using this really helpful macro offered by Allen Wyatt on his "Word tips" web page. Sub TwoSpaces() Selection.Find.ClearFormatting
|
| attach a file to the email during mail merge | 14 Nov 2007 15:44 GMT | 2 |
I use mailmerge in word to create email messages for different recipients but the problem i have is after I create the merged document it automatically sends the emails to each recipient I wonder if there is way to send thoses emails to my drafts folder because I want to attach ...
|
| Word 2007 using Legacy Checkboxes | 14 Nov 2007 10:11 GMT | 2 |
I have a document containing many tables that consists of 2 rows of text and the third row is always split into columns containt checkboxes (of varying quantities). I then would like to have only ONE single checkbox to be selected per row
|
| Userform listbox to populate from a bookmark within a source docum | 14 Nov 2007 07:22 GMT | 9 |
Is it possible to write this code so that the userform listbox only draws the data from a bookmark (named Offices) within the source document, rather than the entire source document? Thank you for any suggestions. Private Sub UserForm_Initialize()
|
| Load Data Into ListBox1 | 14 Nov 2007 02:48 GMT | 11 |
I created a word document, with many DocVariables, that imports data from an Excel worksheet. This document works great. When I double-click this document to open it, I get a message that reads 'Opening this document will run the following SQL command: SELECT * FROM 'List'', ...
|
| programmatically turning off Options | 14 Nov 2007 00:43 GMT | 2 |
Can anyone show me the snippet of code that will turn off-- Tools > Options> Formatting marks > all Many thanks!
|