| Thread | Last Post | Replies |
|
| Index auto "Mark Entry ..." for index | 19 Jul 2004 12:17 GMT | 11 |
Hello, I need help in writing a macro that will automatically "Mark Entry" - for indexing purpose - for all the words in my document. I was able to make a macro years ago with MSWord 6 but I am lost using VB in
|
| Page setup | 19 Jul 2004 12:01 GMT | 1 |
I compile a document by merging many word files some are portrait while others are landscape, When I join them manually I amange to merge them properly by selecting only this section onwards, however I copied the code from the word vb by creating
|
| macro's warning | 19 Jul 2004 10:27 GMT | 1 |
when i open word 2003 i keep getting a macros warning dialog box appear how do i stop this from happening
|
| Word Form | 19 Jul 2004 08:34 GMT | 6 |
I want to create a form in a word document and was wondering how I can access the controls from the VBE. I've been searching all over the net for a solution. There are a lot of documentation about accessing controls which
|
| Auto start of Word add-in | 19 Jul 2004 03:05 GMT | 3 |
Hi I have created a word Add-in and is not located in any startup folders. but i want this addin to load automatically when the word starts. is there a way to do
|
| How to populate a combo box | 19 Jul 2004 02:18 GMT | 1 |
I am new to vb programming. I have a template (WD2000) that I have created in word with a combo box that will be populated with addresses. I have two questions: 1. I need assistance with the code to populate the combo
|
| Advanced controls on command bars | 19 Jul 2004 01:16 GMT | 2 |
I've managed to add a combobox control to a commandbar now I want to add and edit box and a spin control. I can see a msoControlSpinner and msoControlEdit control type but can't seem to get them working. Can they be used on commandbars or do I need to use form and make it ...
|
| Macro to Automatically Update Macros | 18 Jul 2004 21:36 GMT | 4 |
How do you handle version updates to your macros? Can I give the user a macro to run that will go to a fixed location on the network and import a new .bas file? My needs are pretty simple I think. When I write a new macro I export a .bas file to the network. Then the users (or ...
|
| How to catch event of modifying text in a range object? | 18 Jul 2004 20:44 GMT | 1 |
I want to run a sub when the text of a defined range is modified. Especially I want to update a bookmark text when the text of a cell in column1 of table 1 is changed. How to catch the event of modifying text in column 1?
|
| replace header text: get section data in header to halt infinite loop VBA | 18 Jul 2004 17:53 GMT | 1 |
VBA macro, which replaces header text when recorded, does NOT replace header text when called. I then forced macro into header and it replaces fine, but the ActiveWindow.ActivePane.View.NextHeaderFooter goes into
|
| How to catch event of opening a header? | 18 Jul 2004 16:27 GMT | 1 |
I want to refresh all fields in a header when the user opens the header to edit it. How can I catch the event "Header_is_open" or like this? Greatings from Germany Joerg
|
| Digital Signatures | 18 Jul 2004 14:51 GMT | 1 |
At my firm we do not store our templates in the User Template directory. We store them in the Workgroup Template directory. Question: If we created our own digital signature to sign our templates, set the Security Level at Medium on the templates - with the templates in the ...
|
| Reference Addin from Document | 18 Jul 2004 07:21 GMT | 1 |
MyAddin contains the userform. I have named MyAddin project Heck. I have referenced MyAddin in the VBA editor's Tools for "Test.doc". Myaddin is installed. I use the following code, on the new_doc_event of "Test":
|
| Deleting a Table | 17 Jul 2004 17:05 GMT | 1 |
I have a word document with a table, which I would like to cut using a vba macro. After it is gone I then use a marco to create a new table. I tried to record a macro to do the cut but I couldn't. How could I cut the existing table?
|
| Generating automatically a unique Reference number | 17 Jul 2004 14:16 GMT | 1 |
Hi All I was just trying to generating automatically a incremental unique Reference number when a Template is opened is this possible? And if so how is this achieved? Any help with this would be most helpful and greatly appreciated Many thanks
|