| Thread | Last Post | Replies |
|
| Unused Style Remover Macros | 09 May 2006 09:57 GMT | 1 |
Hi Everyone, after battling word for about 2 months i need some serious help. I have been trying to put together a macro that will clean the unused custom styles. Now after testing lots of code, i found one on the web that works fairly well:
|
| Include macro and button in document | 09 May 2006 07:33 GMT | 2 |
In some cases I need to incude the makro and a button to the document. I have a specal print button in my template that makes a letter mail merge to the printer. The source addresslist is in the document. It works fine as long as the user has connection to the template.
|
| Which VBA book should I get? | 09 May 2006 07:22 GMT | 4 |
I have about four years experience in VB 6 programming, plus I've branched out and have programmed a bit in REALbasic. I want to get up and running in VBA because I'd like to highly customize Word. I'd like to add features to Word that I miss from two
|
| I cant see pictures on normal page but can at print-preview in wo. | 09 May 2006 05:23 GMT | 1 |
I am not able to see pictures on my word 2003 document! but am able to at print preview. Please direct me to what I should do. Thank you ever so much
|
| Creating a macro in a protected document | 09 May 2006 03:30 GMT | 2 |
I would like to create a macro in a protected document beginning with the selection of "unprotect document" followed by the document password followed by adding a formatted row for the user followed by selecting "reprotect" document. Word will not allow me to select "record new ...
|
| invoke a VBscript from within a word macro | 09 May 2006 01:21 GMT | 3 |
hi, all I'm trying to invoke a vbscipt from within a word macro. I'm using RetVal = Shell("C:\docs\binfile.vbs", 0)
|
| Identity could be given to selected paragraph in Microsoft Word | 08 May 2006 23:30 GMT | 1 |
In Microsoft word there should be a facility to give Name or Identity to any selected Paragraph, line, or any character or criteria. Example. Here is given the paragraph. I believe in hearing great ideas of an ordinary man who just knows what he
|
| Name could be given to Selected Paragraph in Microsoft Word | 08 May 2006 21:57 GMT | 3 |
In Microsoft word there should be a facility to give Name or Identity to any selected Paragraph, line, or any character or criteria. Example. Here is given the paragraph. I believe in hearing great ideas of an ordinary man who just knows what he
|
| Button not printable | 08 May 2006 21:23 GMT | 6 |
How can I put a button not printable? I've try with the mask option in the font options but it works only when I was in the creation mode. I use the command button in the tools bar. I won't mask all control in the document cause I have some forms field that I want to see at the ...
|
| Find underlined text in a cell and select the line | 08 May 2006 20:17 GMT | 8 |
I need to find underlined text in a table cell. When I find it, I need to select the line it is on and change the font of the whole line to bold. Here is the code snippet I have so far. wd_tbl.Cell(9, 7).Select
|
| entering carriage return in bookmark | 08 May 2006 18:50 GMT | 1 |
I have a user form which asks a question and then inserts a line of text depending upon the response. However i want to create a blank line after the text for one of these entries how do i do this
|
| Need to copy row of a protected table | 08 May 2006 18:43 GMT | 1 |
I have a form that is sent to users within our corporation. The form is protected so that users can only enter their responses into text fields within the form -- they're not able to modify or alter the questions. I need a way for the user to generate a new row if they have ...
|
| being backward compatible | 08 May 2006 16:19 GMT | 19 |
I have some macros in a word document. Some people use it in Word 2000 instead of Word 2003. I keep having to tell them how to change a reference to Outlook Library 11.0 to 10.0 (Or something like that). Is there a way I can make my document automatically see there version of ...
|
| MS WORD setting the tab order using a single onexit macro | 08 May 2006 16:13 GMT | 1 |
I have designed a quotation form for my staff with around 50 various formfields. I am having problems setting the tab order using the suggested code below. Is it possible to assign a single onexit macro for various formfields? Only four of the fields are visable here as the code ...
|
| Insert to OVERWRITE not ADD to field?? | 08 May 2006 15:42 GMT | 4 |
K. I have a Word2003 Template with bookmarked Form Fields. By sample, one of the fields is named "ClientName" There is a Userform (Named UserForm1) to go with this Form Template. A Macro when you open the template for the first time, opens UserForm1.
|