| Thread | Last Post | Replies |
|
| advise on repeative code item | 19 Aug 2005 14:20 GMT | 1 |
I currently have a table in which i am populated each added row with a dropdown box. I have tried to record the following through the macro record and need two point answering.
|
| Find method rebound sometimes | 19 Aug 2005 11:57 GMT | 4 |
I have a document with paragraphs and tables, in some cases I have nothing ( only a carriage return symbol ), but ( because many people worked in the docs ) it has a style I want to change. I have a macro to find all these cases but my 'do... loop macro' rebound
|
| Few Question about Line Numbers | 19 Aug 2005 11:52 GMT | 2 |
how can I find 1) current line numbers? 2) total line numers? Thanks
|
| HELP!!- Object or class does not support set of events | 19 Aug 2005 10:32 GMT | 1 |
Hi. I'm trying to run a mailmerge from VB6(sp6) which produces a set of labels. It works fine from my development machine but when I install the app anywhere else I get the error above. I'm not even sure where to start in trying to solve this error. Any help at
|
| document object prompt unexpected save as dialog | 19 Aug 2005 10:32 GMT | 1 |
In my VB6 DLL, I create a word document object, and some mailmerge and save to a file. It works well before but now (No any change to this DLL) it prompt an unexpected save as dialog, and after I save the document, dll raise error "you cann't insert the selection into table". In ...
|
| Track changes, deletions and additions | 19 Aug 2005 04:58 GMT | 1 |
I have a bunch of documents with addition and deletion markups. I want to make a macro that will go through an entire document, find everything that is a deletion, put a true strikethrough on it, then deny the changes, so it stays on page, and keeps the strikethrough.
|
| Docked forms | 18 Aug 2005 22:44 GMT | 5 |
The "Docked forms in Word" messages are gone from my newsreader? I had a question on it. The last bit of code in DockForm starting with "Dim rct" through "SetWindowPos" offsets the docked form downwards in the filler piece. This was undesirable in my test form. What was the
|
| Duplex Printing In Word | 18 Aug 2005 20:43 GMT | 6 |
I found a macro that is suppose to manually print duplex for printers that don't have the duplex option. The code is suppose to print the current page in the active document, open a messagebox so the user can manually flip the page, and then print the second (or even) page after ...
|
| Which menu item activated - how? | 18 Aug 2005 20:27 GMT | 8 |
Hi I'd like to be able to identify if a menu item (any menu item) has been activated both by click and by accelerator key. I found a message on google groups that kind of provides a solution but I'm having trouble figuring it
|
| date code question | 18 Aug 2005 19:15 GMT | 1 |
I am trying to modify the date code field to automatically populate a date in my word document X number of days from the present date. Would I be able to modify the following to accomplish this task and if so, how would you go about doing it?
|
| Macrobutton Options | 18 Aug 2005 19:10 GMT | 2 |
I'm looking for something that describes what all of the standard macrobuttons do. I choose "Insert Field" then "Document Automation" then "Macrobutton" then "Options". There are lots of options listed under "Macro Name". I'm looking
|
| DocumentBeforeClose problems | 18 Aug 2005 19:05 GMT | 3 |
The DocumentBeforeClose event gives me grief. The problem is that I have to perform a certain cleanup operation when a document is closed. Unfortunately, DocumentBeforeClose is called before the user is presented with the "Document changed, do you want to save?" dialog, which can ...
|
| Replacing Bookmark Text - Userforms | 18 Aug 2005 15:04 GMT | 9 |
(FYI - I posted this on the beginners, general, and userforms boards.) I have created a template where I created a userform with 2 "fields" (ProjectName and TaskName). Each field corresponds w/a bookmark. I'm using REF commands to link/repeat the bookmarks in the footer of the ...
|
| Controlling text wrapping around an image. | 18 Aug 2005 14:50 GMT | 8 |
We generate word documents from content in a database (AuthorIT application). I want to have an image on the front page of my document _behind_ the text. When generated, the text is wrapped around the image. I want to use a macro to set the image to display beneath the text.
|
| Some method to have allways 'macro' docs ? | 18 Aug 2005 14:19 GMT | 2 |
Hello again : I know all the conditions regarding macro security, but I really want a corporate system to avoid that somebody can't open a doc without use it's autoopen macro.
|