| Thread | Last Post | Replies |
|
| Macro to Join Files | 01 Jun 2004 00:31 GMT | 3 |
I have a folder with nearly 100 documents that I want joined into one. I cobbled together the following code based on several past posts I found but I have not been able to successfully run it. The best has been about 8 documents that get inserted before the macro crashes with a
|
| Find and replace tabs | 31 May 2004 23:26 GMT | 5 |
I am trying to delete tabs from a Word doc using the following code: Dim objRange as Word.Range ...
|
| Why does one piece of code work and the other one not? | 31 May 2004 23:09 GMT | 2 |
When I run the following Private Sub CommandButton1_Click() With ActiveDocument .Bookmarks("Text1").Range _
|
| Microsoft Word Development on Web Server | 31 May 2004 23:08 GMT | 2 |
I am creating an application that creates Microsoft Word Documents on the fly for the user. I have developed this as a web page, and tested it on my machine. It works fine, but when I publish the page to the server, it won't work. I have Microsoft Office 2003 installed on my ...
|
| Cross-references from userform | 31 May 2004 22:57 GMT | 3 |
Hi - new to all this but ..... 1 - have created a user form which populates a template. Works ok for the bookmarks fed by the userform. Some of the info needs to be used multiple times in the document. Thought
|
| Setting document properties in Word | 31 May 2004 22:56 GMT | 4 |
I have, with help from http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm and advice received here managed to create a user form that opens whenever someone opens a document from a letter template and asks for
|
| How do determine if an object is uninitialized? | 31 May 2004 21:59 GMT | 4 |
Hi, I would like to do this If (myObject = uninitialized) the set myObject = new Objec End i
|
| list combobox !!!! | 31 May 2004 21:08 GMT | 1 |
is it possible to create a list of more than 1 column, and if so how can it be achieved
 Signature regards
|
| text in a picture box | 31 May 2004 18:49 GMT | 2 |
I'm using the code below to display images in a image box but when an image is not available I would like the text "no image available" to be displayed where the image should be in the image box can this be done and if so how do I alter the code to achieve this
|
| macros for styles | 31 May 2004 18:03 GMT | 3 |
I am trying to create a macro where it checks all the templates styles with extra styles and displays which are not matching with the template styles. eg. I have template where there are 5 styles and people
|
| Discontiquous Selection in Word 2003 | 31 May 2004 15:29 GMT | 1 |
Does anyone know if Word 2003 fully supports discontiquous selection. Word 2002 offers limited support for programatically extracting discontiquous selections but I've been unable to find any documentation for this feature in Word 2003 Thanks
|
| Little VBA problem | 31 May 2004 11:34 GMT | 2 |
Hi together, I have a little VBA problem but can not solve it -- perhaps you have an idea? The problem:
|
| Formatting RTF data in MS-Word using VB | 31 May 2004 09:33 GMT | 1 |
I am doing a mail merge implementation in VB6.0. I have a raw unformatted RTF data in my VB6.0 Application. This need to be merged to a new word document. When the RTF data (which contains Bold, italics, Underline, etc.,) is merged
|
| index field and section breaks | 31 May 2004 09:03 GMT | 1 |
I have 5 sections in my document with RD fields in 4th section and index field at 5th section. All the section breaks are of "Section Break - Next Page" type On updating the index field, the index entries are generated successfully when i have RD fields at section 4 On updating the ...
|
| 'could not open macro storage' vs not being an Administrator under Win2003 | 31 May 2004 08:30 GMT | 1 |
I have installed word 97 in win2003. If the user is in the administrators group, it works OK. If it is not, i receive the error message when I press ALT+F11. The same message occurs if I try do add a document to a word instance created by an activexdll. This user has full control ...
|