| Thread | Last Post | Replies |
|
| Make an index page with hyperlinks to the index files | 04 Nov 2003 15:19 GMT | 2 |
I want a macro to search at all documents in a dir and when finds the first empty line then copy the above paragraph and paste it in a single document. After that the macro must create a hyperlink from this paragraph to the file which contain this paragraph.
|
| Passing control names to Functions?? | 04 Nov 2003 10:31 GMT | 8 |
I'm trying to pass the names of controls in a form to a Module so that I can create a generic function to handle resizing controls regardless of the form name, list name etc but don't know how to do it...... I have a form called Form1 and a listbox in the form called ListBox1.
|
| Searching a string till eof | 04 Nov 2003 08:49 GMT | 2 |
I want to search (through VBA) a string "ABC N.N", where n may be any number, one by one till end of Document & simoultaneously add a unique value to it, can this be possible? Regards,
|
| Saving doc as MHTML | 04 Nov 2003 04:43 GMT | 3 |
Hi , I am generating a Word 2003 document using VBScript similar to the following: ' Create an instance of Word Set wrdApp = CreateObject("Word.Application")
|
| How do I use a custom function? | 04 Nov 2003 03:33 GMT | 1 |
This should be a simple but I cannot find the answer anywhere in the help index. I've created my own VB function in Word 2000 that converts a number to text. For example, if a cell in a table holds
|
| Help on Hyperlinks in UserForms | 04 Nov 2003 03:24 GMT | 3 |
I am currently trying to user a userform to add a hyperlink(s) to a document. The problem is that I am using "BookMarks" to designate the ranges, and I can't seem to get my code to set the
|
| Make e-mail window open without DOS window | 04 Nov 2003 01:27 GMT | 1 |
This code opens an e-mail window, but before the e-mail window opens, a DOS window opens and then goes away. Is there any way to have the e-mail window open without having the DOS window open at all? Dim RetVal
|
| skipping documents with a password | 04 Nov 2003 01:02 GMT | 1 |
I need to do something with a lot of documents so i wrote a routine which opens document after document (through documents.open method) and correct the problem. Everything went well until the routine opened a document which is
|
| find empty line and copy the paragraph above... | 04 Nov 2003 00:37 GMT | 1 |
I want a macro to search at all documents in a dir and when finds the first empty line then copy the above paragraph and paste it in a single document. After that the macro must create a hyperlink from this paragraph to the file which contain this paragraph.
|
| Preventing a user to change header/footer | 04 Nov 2003 00:04 GMT | 1 |
I tried the VBA as found on http://www.mvps.org/word/FAQs/Customization/ProtectWord200 0PlusHeader.htm, but I get an error on the line ActiveWindow.ActivePane.View.SeekView = wdSeekMainDocument
|
| Output all options | 03 Nov 2003 22:22 GMT | 1 |
I need to be able to output all the settings that a user has under the Tools
| Options menu. There has to be a looping mechanism that I can use to access all the settings. Ideas?
|
| Variable assignning | 03 Nov 2003 22:11 GMT | 1 |
Can somebody tell me how do I assign a word document selection to a variable. It should be something like this 1/ first the macro I need to fine a XML tag. Then the it should select the
|
| First Line Prints Twice | 03 Nov 2003 22:04 GMT | 1 |
Howdy, Where I work, we have a problem printing to envelope printers. So we use the code below to allow the user to select the address in the letter and with macro tell Word to just print to the envelope without first checking to
|
| Help me delete after saveas! | 03 Nov 2003 21:52 GMT | 9 |
I have seen many posts on this problem, but have not found an acceptable solution... I am automating word from VB and need to make changes to a document that I cannot save. My code saves the changes to a new document using 'saveas'.
|
| Prevent macro in template being saved to documents | 03 Nov 2003 20:36 GMT | 7 |
I'm in the process of writing my own interface to an index server catalog, and I am also using a macro in my templates to ensure that title, subject and other custom properties are saved for all the documents.
|