| Thread | Last Post | Replies |
|
| VB6 COM Addin with custom Command Bar | 22 Oct 2007 08:33 GMT | 1 |
I'm trying to create a VB6 addin (COM) that will create a custom command bar (could be a menu bar) that when a button is clicked on the custom bar a new document will open. The problem I am having is that when the new document opens (in a new
|
| Help with inlineshpae textbox | 22 Oct 2007 03:11 GMT | 5 |
hello, I have a form with a number of textboxes embedded as inlineshapes, each of which have a dblclick event assigned to them - this works just fine. I would very much like to have a seperate click event to do something else,
|
| Annoyance: Documents opening in markup mode | 21 Oct 2007 23:57 GMT | 7 |
I think my word is configured to open in markup mode, because no matter if I save a document in normal or print, it always appears in markup mode as well. I don't want it, so I recently added the following code to my documents, to
|
| Autonew macro won't run | 21 Oct 2007 21:42 GMT | 4 |
G'Day all! Can someone please tell me why the following would suddenly stop running? Private Sub Document_New() UserForm1.Show
|
| SLOW repsonse to recognize network printers | 21 Oct 2007 10:41 GMT | 1 |
The following code is attached to a letter template for which the paper trays must be tray 2 and 1 on the printer 10st1_HP4350. I put the first line of code in and the NE" & i & ":" to run through all possible numbers following the NE, since I found that each day, the NE number ...
|
| How to remove specifik emty lines after data merge in word200x | 21 Oct 2007 10:25 GMT | 1 |
I have at problem with data merge from CRM system to Word200x. The problem is that the CRM system send all data from CRM to Word tempalet and some Parmeter is emty, but word do a next line(a emty line"field"). How to auto remove this emty fields
|
| Macro to be available in documents based on a template | 21 Oct 2007 10:13 GMT | 8 |
I would like a macro I have created in a template (.dot) to be available in documents (.doc) created from the template (ie. when other people in my workplace double-click on the template. At the moment, when I double-click on the template (it creates a .doc version of it )and I ...
|
| Removing Line Breaks in Selected Text | 21 Oct 2007 03:12 GMT | 2 |
I want to be able to select a few lines of text, and then remove all the line breaks (only) in that selection and replace the linebreak with a space. How do I do that? The following code does not work properly. I am
|
| userform macro not running | 20 Oct 2007 16:35 GMT | 8 |
I'm a newbie. Made a template, and then a userform that is supposed to run everytime a "new document" is created on double-clicking the template. Trouble is I get a error message - 'run time error 424- object required'.
|
| Macro in mailmerge | 20 Oct 2007 07:11 GMT | 1 |
I have written a macro to split the mailmerge document after we complete the mailmerge , but there is a small problem here: I dont want to create an addin so I just want to add the macro to a document or templete( not Normal.dot) and be able to access it after the user complets ...
|
| Word 2007 Track Changes Customization | 20 Oct 2007 06:44 GMT | 1 |
Is it possible to mark up insertions as both bold and doubleunderline? Is it possible to turn off Track Changes warning for print, save etc.?
|
| Setting a value in a list box | 19 Oct 2007 22:59 GMT | 2 |
I am populating a list box to select a document. In some instances there is only one item in the listbox so I want to select that item automatically for the user. The question is how do I select the only item in the listbox
|
| Protected Form Fields in Header Area | 19 Oct 2007 22:35 GMT | 3 |
I have a question regarding the header/footer in a protected form. Is there a way to insert form fields in the header/footer in a protected MS Word form? When an user opens the form file, I'd like the person
|
| need code to copy paste extended | 19 Oct 2007 22:09 GMT | 12 |
I need some VBA code that will Copy a highlighted part of a document to the clipboard including the name of my document (ActiveDocument.Name). So when I paste it in a new blanc document I will have the highlighted
|
| My INSERT FILE is busted | 19 Oct 2007 21:48 GMT | 1 |
Group, I have no clue how I accomplished this, but each time a new MSWORD 2003 document is created, I select INSERT, FILE, it automatically inserts a document from something I've worked with in the past, (I'm not even sure
|