| Thread | Last Post | Replies |
|
| HOW CAN I MAKE A FOOTBALL LEAFLET | 16 May 2005 09:45 GMT | 1 |
how can i make a football programme for finals to include teams,advertising and such like
|
| Question About Dicument Variables | 16 May 2005 08:00 GMT | 6 |
I have never used Document Variables and I have a basic question. I have searched the KB and MVP FAQ and cannot find the answer. In WORD2000 how much data can be stored in a Document Variable? I have a document with a number of shapes and I have an array that has some
|
| Find number and insert text programmatically | 16 May 2005 06:26 GMT | 4 |
I need to find numbers in the first few characters of a paragraph and then insert some text before the number. I have modified some code that someone from this newsgroup was kind enough to create in response to an earlier post. The code listed below will find the numbers and ...
|
| how to auto save template as .doc | 16 May 2005 03:47 GMT | 1 |
I created a new word template with .dot extension. When I open the template and use it and try to save the document I was prompt to save it as a template. Is there a way to automatically change the saving option to .doc extension when I use my new template?
|
| Custom Toolbars & VBA modules | 16 May 2005 01:57 GMT | 1 |
Is there a way to reassign which vba project/module a custom toolbar is tied to? I would like to use copies of custom toolbars to call macros with the same name but located in different VBA modules. Apparently the toolbar buttons will only call macros that are in a module that ...
|
| Forcing "text" mode | 16 May 2005 00:41 GMT | 3 |
Is it possible to force Microsoft Word in "text" mode? I mean disable all the formatting (bold, italic, fonts) feature? Almost like making it Notepad but with the spelling and grammar support. Thanks,
|
| VBA when saving a Word document | 16 May 2005 00:01 GMT | 3 |
Is there any way to have my code written in VBA Word executed when I click "Save" or "Save As" or when I try to close a document and answer Yes on the question if I want to save the document? Thanks
|
| Define a public array | 15 May 2005 09:20 GMT | 4 |
I want to define a Public array of strings in a module, so i can access the array from my main module. but the compiler gives me this error: "Constants, fixed-lenght strings, arrays, user-defined types and Declare statements not allowed as Public members of object modules"
|
| Add combobox to protected form | 15 May 2005 08:11 GMT | 1 |
I need your help to create a combobox for a protected form. Let me explain what I want to do and you can tell me if that is the best approach and direct me to where I can find easy to understand instructions.
|
| how can I mirror image a whole page? | 15 May 2005 06:38 GMT | 2 |
Have set up a page in normal order. But need to Flip it to Mirror print, is there a quicker way then putting the words into WordArt and flipping horizontially (as I have the page set up exactly how I want it - doing it this way is very time consuming)
|
| how to delete links and html from files | 14 May 2005 23:02 GMT | 1 |
|
| Could not open macro storage?? | 14 May 2005 18:30 GMT | 2 |
A Word 2003 document uses a template that contains VBA code. Word 2002 user gets a MS Visual Basic Runtime Error 5981 when he opens the document. The error text message is: "Could not open macro storage." Is this a compatibility issue between Word 2003 and Word 2002, or is this ...
|
| distibuting macros | 14 May 2005 18:29 GMT | 2 |
Can someone please tell me what I am doing wrong here? I have created a userform and bunch of macros that I need to distribute to my colleagues. I need the macros to be available globally, as in whenever word is loaded. So I am saving the macro's in a blank template and saving ...
|
| Generating Table of contents through a macro (VBA) | 14 May 2005 02:22 GMT | 7 |
I need to generate a specialized Table of Contents, thru a macro. The functionality is as under: I select a text. Invoke the macro thru a shortcut key. The macro will call VBA logic which will generate a specialized TOC containing entry of the text
|
| Filling Combo Boxes with AutoText Entries | 14 May 2005 00:48 GMT | 1 |
I have the following code in UserForm_Initialize to fill several combo boxes with AutoText entries. I want to set a certain entry to be the default after the items are loaded, but I can't seem to figure out how to set the ListIndex. Short of hard coding, how do I set it to say ...
|