| Thread | Last Post | Replies |
|
| How do I start Word without a new document? | 15 Apr 2005 16:30 GMT | 1 |
I start Word many times a day, usually to open a already prepared document. Each time Word comes up with a blank new document. I would like it to come up with no document. I have Word 2000.
|
| How to build the search string to find numbers from 75 to 99? | 15 Apr 2005 15:41 GMT | 5 |
I do not know if this is the right group to post this message. I needed to search for the numbers between 75 and 99. I built 2 search strings using wildcards (I am not using VBScript regular expressions). One for numbers from 75 to 79, and the second for the numbers from 80 to 99. ...
|
| Document Map | 15 Apr 2005 15:38 GMT | 1 |
To change the document map, Word help says to right-click on the map, but when I do, nothing happens (my right click works every where else). Any ideas? Also, can the Document Map be changed with VBA? Thanks.
|
| Restore Find box settings | 15 Apr 2005 15:23 GMT | 3 |
I am trying to save and then restore the settings for the find box. I've tried the following code, but the .style setting is always left as 'sdPart' instead of whatever the style name was before the procedure is run.
|
| How to pop MsgBox in front of all other windows? | 15 Apr 2005 15:21 GMT | 1 |
I have a vb.net program that is doing some stuff with Word. I want to pop up a MsgBox from time to time to get the user's interaction. When I do, it is behind other windows and I have to find the window to see the MsgBox. How can I make it pop in front of all the other ...
|
| word | 15 Apr 2005 14:06 GMT | 1 |
Serait-il possible que word puisse finir les mots automatiquement. On commencerait à frapper le mot 'travail' en commençant par 'tra' et word propeserait 'travail' automatiquement.
|
| saving problems | 15 Apr 2005 13:51 GMT | 1 |
I am currently opening a document from a short which then opens my ducument on a network drive. i am then using a maro to save it from a command button on the doc, with a dated prefix so i have a daily back up. my problem is it keeps saving to it my documents, not its original ...
|
| to get date and time from a website | 15 Apr 2005 13:47 GMT | 1 |
Hey all.. I programmed a code in word VBA and access to the word-document depents on the date when someone logs in. But people who know this can easily change the date in the Operating System (the system clock)
|
| Word Addin | 15 Apr 2005 13:03 GMT | 2 |
I am making a Word Add-in in VB.NET. I am willing to have my own Menu Item in the Menu Bar like File, Edit, Etc and under my Menu item i will be having some more items as File->New, Edit->Copy, etc. Now i am getting 2 problems:
|
| Y Word warns that document contain an activex control? | 15 Apr 2005 06:46 GMT | 2 |
I have made my own activex control and placed it into document using function AddOLEControl. now when after placing control i save it and reopen the documet it warns me that this document contains an activex control bla bla.....
|
| how to format outlook email? | 15 Apr 2005 03:46 GMT | 1 |
in a word template, i want to format the body of an email and send it out using outlook. how can i create an outlook obj., and make the body text italic, bold, and etc. in word xp? using range obj. like that in word? use HTML tags?
|
| Using Word instead of web form interface for entering data into SQL Server database | 15 Apr 2005 02:57 GMT | 1 |
I would like to as for an advice: what's the most suitable way, if it's indeed possible at all, to use a Word document as an interface for entering the data into a SQL database, just as it would have been done by using a web form?
|
| Inserting text at ranges..... | 15 Apr 2005 02:56 GMT | 1 |
I never was very good at using Ranges to insert text. In this particular case I am populating a template from a form. I was using paragraphs(25) to insert text at paragraph 25 and then insert some different text in a list on the next line, but because the
|
| Converting RTF to DOCs | 15 Apr 2005 02:49 GMT | 1 |
I have a folder full of RTF files saved with .doc extensions created by the Adobe Acrobate 6.0 Standard Save As feature. I found the following macro code at http://support.microsoft.com/default.aspx?scid=kb;en-us;242875: Sub convert()
|
| Problem with vb project explorer | 14 Apr 2005 21:47 GMT | 2 |
Trying to organize my global templates the way the experts advise, I have a puzzle involving the VBE project explorer: I see 3 kinds of relevant lines in Project Explorer
|