| Thread | Last Post | Replies |
|
| running macros from word web page | 12 Jan 2004 16:05 GMT | 1 |
Hello everyone, I have been searching all through these newsgroups with no help on this. I am starting to think that this could not be done. OK i have created a web site using word 2000, and i have an
|
| Automation? Word | 12 Jan 2004 14:42 GMT | 6 |
I am trying to get the bookmark "Sales Tax" to print with a single under line. Here is the code: oRange = oDocument.Range(0,0)
|
| no proper printout | 12 Jan 2004 13:31 GMT | 4 |
when iam trying to print labels through mail merge in L7163 size, it is not printing in proper size so n e body can help me????
|
| Check IF Selection is Caption? | 12 Jan 2004 13:21 GMT | 2 |
I am creating a macro to insert captions on tables in my reports. Obviously, any time I run this on a report more than once, I don't need to insert a new caption over the top of a previous one. The macro finds the text string I am using for the caption, which is the same text for ...
|
| All Command Option? | 12 Jan 2004 11:20 GMT | 1 |
Hello I helped a user out with word in teh respect of they wanted no one to change a document when published... So I did this with a macro... now he has come back and asked me the following:
|
| OLE object model | 12 Jan 2004 09:01 GMT | 19 |
I have written a VB program to read Word documents using Word.Application. The problem is that it is extremely slow. My program is simply looping through the paragraphs in the main story in a sample Word document and writing them to a text file. I am running Windows XP ...
|
| Getting a handle on a Cell in a table | 12 Jan 2004 08:17 GMT | 2 |
I am trying to populate three Word tables using code that has retrieved data from a database. These tables reside in the document that I am now making into a Template with VBA code to perform various things such as data access.
|
| Building a Better Password | 12 Jan 2004 07:43 GMT | 1 |
After reading the enormous number of messages by people who claim to have "forgotten" the passwords to their VBA projects (I don't believe any of you, folks!) and seen the huge number of shareware password crackers out there, I realize I have to do more to protect my projects than a ...
|
| Macros in this project are disabled | 11 Jan 2004 23:48 GMT | 4 |
I am using Word2003. I placed a simple AutoOpen() macro in a document. Not the template but actually in the document by using ALT+11. I right clicked the Project(File Name), then inert, then module. A modules folder was created containing Module1. In the Modules1 screen I ...
|
| define keys to run Addin code | 11 Jan 2004 22:28 GMT | 3 |
I am trying to set 2 keys on the keyboard to run code from MyAddin, on the server. I've tried the following unsuccessfully. (See the commented-out code for what I also tried.) How can I reference an Addin when defining a key?
|
| Auto fill a fileds in a form | 11 Jan 2004 22:26 GMT | 1 |
I have a form with a drop down box. I would like to set the form up so that when an item is selected from the list, information pertaining to the item will auto fill into other fields in the form. Is this possible?
|
| Help: Programmed bookmark not appearing in Word | 11 Jan 2004 22:25 GMT | 5 |
I'm hoping somebody can sugest a solution to this problem. I have 2 macro's (assigned to buttons)that insert watermark text (either DRAFT or COPY). Run into problem where a user does not have the watermark visible when run
|
| Using a previous procedure event | 11 Jan 2004 22:25 GMT | 5 |
How do I call or dim an event from a previous procedure in a userform? I am using userforms, and the user will click on a button to open another window, and in that window they will click another button, and finally, in the last
|
| Visual Studio Tools for Office or Office Developer? | 11 Jan 2004 17:49 GMT | 2 |
I need a COM addin that will run code to add a command bar and button each time Word is run as long as the Addin is loaded. It is for public distribution so it has to be easy to install which is why I want to use COM because it will
|
| Fuzzy Search Algorithm | 11 Jan 2004 16:32 GMT | 2 |
Does anybody know of a fuzzy text-search algorithm in VBA? I call an Access database table from Word, search for a selected string, then display results in a listbox. I can search for exact matches, and using the "like" operator can do
|