| Thread | Last Post | Replies |
|
| macro to update links from excel source gives insufficient memory | 14 Nov 2005 00:30 GMT | 1 |
Help, I am new to word macros and am trying to automate links between word and excel on a project that will be turned over to others with even less experience then me. My project has about 200 links although I am thinking of breaking them up into smaller word docs to reduce the
|
| how do you post your web pages? | 13 Nov 2005 21:25 GMT | 1 |
i havetried to findit but i just canr can anyone tell me how?
|
| Better Copy and Paste in word for tables | 13 Nov 2005 21:10 GMT | 5 |
I wrote a macro that retrieves data from a database, populates a table using bookmarks and then copies this table and pastes it at the end of the document before moving to the second row of data. I am looking for improving the efficiency and performance of this
|
| Macros created but can't access | 13 Nov 2005 19:55 GMT | 1 |
I'm having a problem accessing some custom Word 2003 macros I wrote. I copied and pasted the Public macros from a text file into module=NewMacros in Normal.dot. The Visual Basic Editor shows:
|
| Can someone SHOW me how to make my macro REPEAT? | 13 Nov 2005 19:43 GMT | 4 |
Hi! Can anybody tell me how to make a macro keep REPEATING until it reaches the end of the list? Here's my macro . . . it works fine, but it only executes 'once' and then stops. I need it to KEEP repeating. Can anyone please SHOW me how to MODIFY
|
| Is it possible to selectively print or hide pages based on a linked field? | 13 Nov 2005 18:09 GMT | 2 |
I am looking to print pages that have linked information set to a particular value. Can I suppress the printing or hide the page if a particular linked item has a blank or space?
|
| How to catch CTRL + C | 13 Nov 2005 14:22 GMT | 1 |
well well .... only problems another cry for help with my template idea .... how can I stop word from acting 'normal' when keypress 1. CTRL+A
|
| Interfacing with data on the Web | 13 Nov 2005 12:38 GMT | 4 |
I wish to access some data from an online database and download it into MSWord I have written an ASP file which (using XML) displays the data in a browser window.
|
| Help on Macro and Drop Down Boxes | 13 Nov 2005 08:58 GMT | 1 |
Here is the code I am trying to get work, can anyone help me? My objective is the following:
>From the nine options in the dropdown box I would like only the last item to run a macro. The macro is taking only part of a table (trying
|
| Sometimes macros shift to anothr word windw.How can I prevent that | 13 Nov 2005 06:26 GMT | 1 |
Sometimes, my vba Word macros (which I intended to work only on the topmost window) shift to a second Word document window, and execute in the second Window. Where can I find info about how to prevent that from happening? Any suggestions would be much appreciated.
|
| Track Changes not working in word | 13 Nov 2005 05:51 GMT | 1 |
I have an document in which I have written VBA code to accept/reject the changes that were made to the document using the track / revisions functionality in word. I am facing some problem wherein I am not able to accept/reject some of the
|
| How to show a drawing conditionally | 13 Nov 2005 01:21 GMT | 1 |
I only want to show a drawing under certain conditions. Can someone give me a pointer.
 Signature Regards
|
| OwnStatus and StatusText | 12 Nov 2005 20:44 GMT | 6 |
Hej NG I try to set the text in my formfield as follows: Selection.FormFields.Add Range:=Selection.Range, Type:=wdFieldFormDropDown Selection.PreviousField.Select
|
| User Defined Types | 12 Nov 2005 19:55 GMT | 2 |
I have template project that I am working on for a client. One of the things that I am doing I think can be done better using UDTs. However, I am having a bit of a problem using them. First, I have a global template (SKGlobal.dot) in the startup directory.
|
| Rewrite word document by using thesaurus | 12 Nov 2005 19:23 GMT | 1 |
Is there a way programming to rewrite document by using thesaurus? Say by giving one document by using word vba and thesaurus to regenerate a group of document.
|