| Thread | Last Post | Replies |
|
| value for record at EOF | 22 Jul 2006 03:53 GMT | 4 |
(Using Word 2003) I have 20 records in a database and the ID of the 20th record is 24. Whenever I attempt to extract the ID# of the last record, it only shows the count (in other words, returns 20 instead of 24), using this code:
|
| Minimise the userform | 22 Jul 2006 00:55 GMT | 1 |
Would it be possible to minimize a userform? It seems that I can only open or close it. Please advise. Wai
|
| How can I unlock the microsoft program? | 21 Jul 2006 23:59 GMT | 1 |
Plse, i need help? How can I unlock the microsoft word? Everytime I press any key,it still a message say that I cannot open it, because a progam is locked? Plse I need a help? how can i unlock that? Is there anybody tell me how? I try everything but it's not gonna work.
|
| Change color of new text | 21 Jul 2006 23:31 GMT | 2 |
I can use Selection.Font.Color = wdColorBlue to change color of existing font. How can I set the color of the text I'm about to type?
|
| Open_event + startup switch | 21 Jul 2006 22:57 GMT | 2 |
I have a startup switch with an addin path (/laddinpath)and a Word document with open document event (with a userform). If I comment out the userform.show on open, the addin runs fine. If I userform.show on open, the addin does not run. Is there some trick I'm missing, or ...
|
| Inlineshape @ bookmark | 21 Jul 2006 21:31 GMT | 2 |
I am trying to insert a picture (signature bmp file) at a specific bookmark in my template. I can get the file inserted and change the size; however, I cannot get it to be inserted at the bookmark that I have specified. Any ideas? Thanks.
|
| add bookmark w/in table | 21 Jul 2006 20:45 GMT | 1 |
How would I add a bookmark to a specific cell within a table? Thanks. jbc
|
| blank page | 21 Jul 2006 19:17 GMT | 1 |
I have a word doc two pages and header on each page. When the paragraph reaches end of the first page, sometimes word unncessarily creates next page which is a blank one. Ofcourse the header will come on that page also. So I tried to delete the second page with backspace. But ...
|
| Find text that matches letter number format then modify | 21 Jul 2006 17:06 GMT | 1 |
I hope someone can help. I need to find text that matches a specific format but not content. With this I need to modify four characters within the selected text. And, add 2 characters. I hope this is enough information.
|
| VB Code to update a TextFeild on a Word Document | 21 Jul 2006 16:35 GMT | 7 |
I am looking for a VB sample code to start a Word template document pupulate a textfeild on the template that has Bookmark id and then print it.
 Signature Jeff B Paarsa
|
| Numbers displayed as words | 21 Jul 2006 16:16 GMT | 1 |
I'm using word 2000. Is there a way to have Word display numbers spelled out instead of numerically? I need to have this placed into a form. Thanks. jbc
|
| Manadatory Form Fields | 21 Jul 2006 15:13 GMT | 1 |
I am using Word 97. Is there a way with code to ensure that certain form fields are completed mandatory? If so, would someone be kind enough to supply me with the necessary code, please?
|
| Formatting a string my own way | 21 Jul 2006 14:41 GMT | 1 |
I have a string that I would like to automaticly format when the user exits the textbox: Private Sub TextBox7_BeforeUpdate(ByVal Cancel As MSForms.ReturnBoolean) TextBox7.Value = UCase(TextBox7.Value)
|
| Edit Word OLE object | 21 Jul 2006 14:33 GMT | 1 |
This might be a question between more groups, but I hope someone know how to deal with it. I got a lot of Word documents stored in an Access database, as OLE Objects, and retrieve them by vb.net
|
| find next (green) highlighted word | 21 Jul 2006 13:51 GMT | 8 |
I have a technical document in which I have highlighted numerous words in bright green. These words may need to be changed for each client engagement that we do. So I need a way to "find next/select" each green highlighted word one at a time so that we can edit them.
|