| Thread | Last Post | Replies |
|
| Avoiding paragraph marks | 02 Jun 2004 18:54 GMT | 4 |
I'm trying to copy each line of a text (which is a name list) in an array; I created a script like: Dim i, j, oldname, newname j = 1
|
| Creating a hover | 02 Jun 2004 18:36 GMT | 2 |
I have a userform that I have created with drop down lists. I would like to be able to highlight the selection in the drop down list and have the entire selection appear in a small pop up window. Kindof like it does in
|
| Autoloading efvent handlers | 02 Jun 2004 15:52 GMT | 1 |
Folks, I have written an event handler to to validate the document name before saving a document. Ineed to know what code do I have to write to have the event handler register itself when Word starts.
|
| need mocrosoft word ASAP | 02 Jun 2004 15:28 GMT | 4 |
i have an HP Pavilion and does not have Microsoft word so how do i install the program? please help me i need the program ASAP thanks
|
| Making Customized Menu Visible | 02 Jun 2004 15:25 GMT | 5 |
I have a template that contains a customized toolbar with toolbar buttons assigned to macros I created and a customized menu that contains those same toolbar buttons. When opening a document based on this template, I can get
|
| How to format 2nd Header Format? | 02 Jun 2004 14:41 GMT | 1 |
I only want to handle the Header format from page 2. The following is the format which I want Page Date 2nd June 200 In that Header, I want the characters 'nd' in superscript format. I can add Page Field and Print the date. How to change the superscript format in Header
|
| Generate/Remove Table of Contents | 02 Jun 2004 13:58 GMT | 5 |
I want to have toolbar buttons that allow the user to add/remove a Table of Contents. The TOC will always appear on page 2 of the document, after the cover page. I have formatted the Heading1 style with "page break before" and for my TOC
|
| VBA/UserForm/INCLUDETEXT Problem | 02 Jun 2004 13:42 GMT | 1 |
I have to create a macro, which will put a INCLUDETEXT field into an active document. This field is in active document but bookmarks are in the different document, called, for example "1.doc". This macro should be dynamic - both source file name and bookmark name must be given ...
|
| UserForm resize | 02 Jun 2004 13:39 GMT | 3 |
I have a user form that has areas that are visible (or not) depending on selections made. As a result of some of these it is necessary to resize the form to fit the visible areas.
|
| disk trouble! | 02 Jun 2004 12:41 GMT | 1 |
How can i format a disk that is already unformatted?
|
| Automatic document creation | 02 Jun 2004 10:38 GMT | 1 |
not even sure if this is the right forum (let me know if it's not) but here goes i want to set up a wizard type thing that will ask a series of questions and then create a word document based on the answers it gets i'm using office 200 thanks guy
|
| How to remove all non viewable characters ( e.g. tab , return) | 02 Jun 2004 08:48 GMT | 2 |
Is it possible in VB to remove all characters ( apart from letters and numbers) from a string? Cheers
|
| Save as dialog that will work in word 2k and above | 02 Jun 2004 08:47 GMT | 4 |
Without using the commondialog what code can be written to display a "save as" dialog box that will work in all verisons newer than word 2000. In word 2k you can use application.getopenfilename and in xp and 2003 you can use Application.FileDialog(msoFileDialogSaveAs).Show.
|
| need microsoft word ASAP | 02 Jun 2004 04:53 GMT | 1 |
I have an HP Pavilion Computer and does not have microsoft word so how do i install the program? please help me i need the program ASAP thanks
|
| Need to speed up formfield data retrieval | 02 Jun 2004 04:12 GMT | 3 |
I have a complex "protected" Word form that contains data in numerous bookmarked form fields. I am currently retrieving and setting the data with the following code: Retrieve:
|