| Thread | Last Post | Replies |
|
| How do I create a Smart Document to Print Cheques? | 04 Oct 2004 01:21 GMT | 1 |
I want to find a way to print my cheques (sheets of three cheques with a copy slip) in Word. How can I do it? Creating a Smart Document? How do I create a Smart Document? Thanks
|
| Replacing a SYMBOL using VB | 04 Oct 2004 01:15 GMT | 1 |
I have the following bullet-fields in my doc: { SYMBOL 211 \f "Symbol" \s 12 } I need to replace them with: { SYMBOL 216 \f "Windings" \s 12 }
|
| TOC and Headers | 04 Oct 2004 01:14 GMT | 1 |
Is there a way to have a Heading in a Header included in the TOC?
|
| BoundColumn, TextColumn | 03 Oct 2004 22:21 GMT | 3 |
I have a two columned combobox. One column contains a person's name, the other contains an email address that corresponds to that name. When a row is selected, only column 1 (the person's name) appears as the combobox's
|
| Stumped on 2 Macro Problems | 03 Oct 2004 16:10 GMT | 5 |
I'm having trouble with two issues, one probably easy, the other possibly not so simple. 1) I need to perform a Find for just a ^p (paragraph symbol) that is alone on a line by itself. Simply searching for ^p will also find a paragraph
|
| Cannot remove table from document | 03 Oct 2004 16:07 GMT | 1 |
How do I remove a table from a document? Have tried oDoc.Tables.Remove 2 in accordance with (?) Help instructions, but it does'nt work.
|
| Adding form fields to toolbars | 03 Oct 2004 15:22 GMT | 1 |
I began VBA as a complete novice but I just can't seem to get enough of this language. My query is simple, although I fear the answer may be slightley more complex. I have created a toolbar and I have added a button to it. I
|
| Detecting user action - dimension 2 | 03 Oct 2004 11:05 GMT | 1 |
My previous question on this matter gave me an extremely good answer by Jay Freedman. THANKS! However, now I would like to expand to another dimension. How do I detect in which column the user puts the insertion point?
|
| Word97: Copying Font-Formatting | 03 Oct 2004 09:29 GMT | 1 |
I'd need something like this: x = selection.font <selection of a different part> selection.font = x
|
| How can I change Word-generated HTML so pointer changes when hove. | 03 Oct 2004 07:21 GMT | 1 |
I used the Word web wizard to create pages. Graphical hyperlinks goto destination as expected, tool tips pop up as expected (as with text hyperlinks) but the pointer will not change when I hover over the graphic. Help suggests that this is correct, but when I write a simple HTML ...
|
| cannot open files converted to pdf format | 03 Oct 2004 07:19 GMT | 1 |
I am using the word automation to convert/print word document to pdf format. I use the method PrintOut2000() for doing this. This method takes a parameter for the output file name. If I do not supply anything to this parameter then the PDF is created
|
| Help debugging code | 03 Oct 2004 01:41 GMT | 22 |
Using Word 2002 and 2003. Have a routine that loops through an array, builds up a string and then puts the string in the document. Occasionally this doesn't work properly and only part of the array appears
|
| display a ok and cancel button when trying to open dot file ! Please | 03 Oct 2004 01:36 GMT | 2 |
Hi I am trying to make an dialog box with a ok and a cancel box. If I press the ok button I would like to rund the letter_enquiry.do and if I hit cancel nothing will happen. This is the code I have right now just with a msgbox and a ok
|
| VBA UserForm and Bookmarks | 02 Oct 2004 22:41 GMT | 1 |
I created a VBA UserForm that collects pieces of data from the user and then created a command procedure that transfered the values to bookmarks in the document. The code I used to tranfer values from the userform to the bookmarks was
|
| StrReverse() function - infinite loop | 02 Oct 2004 21:27 GMT | 1 |
I have just started program with Word 2002 While trying to reverse each word in a line of text encountered a problem: Word enters an infinite loop and stops responding. Could somebody explain why?
|