| Thread | Last Post | Replies |
|
| Command Buttons | 10 Dec 2004 22:15 GMT | 2 |
How are these controlled? If you want to open an access database form from a command button in a word document where does the programming go and what would it look like.
|
| Can I combine data typed in Word with data imported from SQL Serve | 10 Dec 2004 22:05 GMT | 2 |
I am programmatically importing data from ADO (SQL SERVER 2K) into Word 2003. The code works fine but It overwrites all content in the document when the code is run. Can I type in data into the document and still import from SQL Server and
|
| Outlook doesn't recognise adresses | 10 Dec 2004 20:30 GMT | 1 |
Windows XP, Word 2003 and Outlook 2003. In my Word VBA application I'm sending e-mails through Outlook using the following adress method: objMail.To=<address 1>;<address 2>; <adress 3>; ..............
|
| Taskpane in Word 2000 | 10 Dec 2004 20:27 GMT | 2 |
Is there anyway to add left panle with custom UI to MS Word window. I know that there is a task pane in 2003. But we have to show some custom UI as long as word is open. Is there any way to add a outlook bar kind of UI to the word 2000 with custom user interface. I appreciate any ...
|
| "Hyperlink" within a single document? | 10 Dec 2004 20:25 GMT | 1 |
Is it possible to hyperlink words within a single Word document? Example: In a single document, Section Z is referenced in Section A and the reader wants to click on "Section Z" and be taken directly to the Section Z text. Is this possible?
|
| Looking for List of Text Converters | 10 Dec 2004 20:11 GMT | 1 |
I have a template in which there is a macro in Document_New(). The purpose of this macro is to open a TXT file automatically with the correct file converter (or encoder). The problem I have run across is that I can't find a list of what the
|
| Allowing autotexts with Enter Keybinding | 10 Dec 2004 20:10 GMT | 3 |
I'm using a KeyBinding to remap the Enter key to call a macro in a template I'm working on. Unfortunately, this prevents Autotexts from working as expected. Specifically, when the tooltip pops up on the screen displaying the Autotext detected and says "Press Enter to
|
| doc variable in header/footer | 10 Dec 2004 19:01 GMT | 7 |
I would like to add a doc variable to the header/footer of word doc using VBA - can this be done? I have found how to add a variable... maybe with a bookmark? Sorry, just thought of that. If there are other suggestions or comments, please respond! Thanks for your help!
|
| insert a future date in document based on current date | 10 Dec 2004 18:59 GMT | 2 |
I'm trying to get a document to automatically generate a date in the future using the current date as a basis. Thought of using the VB DateAdd function with DateAdd ("d", 3, Date) and get a compilation error.
|
| Numbered Paragraphs in Imported Text File | 10 Dec 2004 16:25 GMT | 2 |
I am importing a text file into Word 2000 that contains numbered paragraphs. Each imported document may have several series of numbered paragraphs beginning at 1. I have written code to format each paragraph as a numbered paragraph, but it will not restart the numbering at 1 for ...
|
| Macro Project Passwording | 10 Dec 2004 14:14 GMT | 1 |
Everyone knows that it is easy to crack a password protecting a VBA project from prying eyes. Many password crackers simply delete the password. Is there any way to check with VBA to see if a password (that is supposed to be
|
| macro to change default track changes style | 10 Dec 2004 10:48 GMT | 1 |
Hi, I would like to change the default track changes view style. When I open or create a new document, the track changes default view is "Final Showing Markup." I would like to change that to "Final" so that I don't see the track changes made.
|
| Word macros for complex hyperlinking | 10 Dec 2004 10:42 GMT | 2 |
I am wondering whether there is a word macro or add-on program that can merge multiple documents (10-15) into a single document. This is a 14-page research paper with multiple citations throughout to about 22 articles. I would like to have the reader be able to click on a ...
|
| Word LAdder VBA | 10 Dec 2004 10:42 GMT | 2 |
Does anyone have some code for building word ladders? An example is: CAT->COT->COG->DOG TIA
|
| Look for some text, then count items, report, repeat | 10 Dec 2004 10:40 GMT | 1 |
Hey all, I'm trying to write some VBA that will look for a series of characters as defined in the first element in a String array. Then, to start counting occurences of some other text, then when it encounters the next element in the array, to report that total, and then repeat. ...
|