| Thread | Last Post | Replies |
|
| footer - ajit | 16 Mar 2005 13:55 GMT | 4 |
I have created 450 files approx. in two months without inserting any footer. Without opening each file and inserting footer separately is a tedious work. How can I put a footer to each file with full path & file name at one go? ajit
|
| InsertFile text w/out final Enter | 16 Mar 2005 12:16 GMT | 2 |
I want to insert the text of a document into an existing (formatted) paragraph. If I use: Selection.InsertFile filename:="MyDoc.doc" then the final 'Enter' of mydoc.doc gets inserted, and that destroys (can't
|
| How do I click a button in Adobes toolbar? | 16 Mar 2005 09:38 GMT | 3 |
I would like to click a "Create PDF" button in Adobes toolbar visible in Word. How do I do that from VBA-code? /BosseH
|
| How can I make VBA to run Microsoft word macro? | 16 Mar 2005 06:08 GMT | 5 |
Hi. I made a macro in Microsoft Word. But I need to create a VBA which does the macro. So what I have to create is, make a program that imports user's word document, and run the macro.
|
| .Net (VSTO) vs VBA | 16 Mar 2005 05:30 GMT | 1 |
I've been asked to estimate how long it will take to redo our macros/templates (of which there are many) to .Net. The macros and templates work well and I can see no good reason for this move. I've asked for the business case behind this but have been told they "think
|
| Menus in global template with localized versions of Word | 16 Mar 2005 04:37 GMT | 2 |
I have an English global template that has custom menus built and saved with it. Some of my users have German and Swedish versions of Word. When my template is added into their application, not all of my menus show up. (My customizations consist of additional entries under "Tools"
|
| Creating a macro to open a dialog box. | 16 Mar 2005 00:38 GMT | 6 |
Using MS Word 2003 I would like to create a macro that opens a dialog box that prompts the user to accept or deny certain terms. The best example I can use is a EULA. Either you agree to the terms and the
|
| AutoComplete form macro | 15 Mar 2005 20:24 GMT | 5 |
This seems to be a basic solution but I cant for the life of me figure out how to do it in word.... Ive created a standard form with a dozen or so "standard text" form entries and 3 "drop down" form entries. I have 2 options for each of the drop down
|
| 2nd Word Document | 15 Mar 2005 17:49 GMT | 2 |
In an application i can open a specific document through code (VB.NET). How would i then add pages to that document without creating another document or, if i have to create a document, how to then copy the text on that document, paste it at the end of the other document, and ...
|
| Run macro after DLL mail merge | 15 Mar 2005 15:30 GMT | 3 |
I'm using Microsoft Business Solutions C5 (C5), a danish ERP system. The MBS people has written a DLL file, to handle merge from C5 to Word. It works by a Template with Bookmarks. When the merge is triggered in C5, the dll has functions to search and merge text into the bookmarks.
|
| To Charles Kenyon ( RE: "Inserting Text" ) | 15 Mar 2005 13:38 GMT | 1 |
Hi Charles, Did It !! I tried a few things and finally got something to work. I referred to Dave Rado's article on the MVP site "Writing application event procedures". I
|
| Need help with copy/pasting | 15 Mar 2005 12:45 GMT | 1 |
I'm trying to copy the active sheet in an open workbook to a new workbook and save it. Below code is used: name = ActiveSheet.name path = "C:\"
|
| error 4198 in spelling protected Doc | 15 Mar 2005 08:52 GMT | 2 |
We have this template in which the vba-code for spelling in a protected document is used. (I got it through the MVP-site). http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm However, now we get an error concerning a certain part of the code.
|
| Controlling Screen Updating | 15 Mar 2005 05:22 GMT | 2 |
Is there a way to stop the screen from "bouncing" around using the screen updating function? I can do it in Excel but Word is leaving me a little perplexed. I have, for example, a macro that is re-setting some printer functions for all doc files
|
| Getting inside the Shapes | 15 Mar 2005 04:46 GMT | 2 |
I have been given some Word templates to populate from Excel. I can use bookmarks for the simple stuff but in the templates there are Tables and Charts as pictures inside Text Boxes I need to fill in and replace.
|