| Thread | Last Post | Replies |
|
| copy select rows | 20 Aug 2006 05:38 GMT | 1 |
I would like to have a macro to find a particular style(A) and copy that row. Once it finds all the "A" styles, it should copy all the rows to the clipboard and open a new document and paste the clipboard contents. Here is part of the pseudocode:
|
| VBA to Show Directory of Doc Files | 20 Aug 2006 00:12 GMT | 1 |
Hello. Could you please share with me the VBA code that will show a list of all the doc files within a directory, allowing you to make a selection. (I think this is called a dialog box). And then, once a file choice has been made, it will open that file, and store
|
| Printing a section of a page if a condition is met - Word 2000 | 19 Aug 2006 23:07 GMT | 4 |
Is it possible to set one half of an A4 page for printing if a certain condition is met - ie checkbox not checked, and print the whole page if it is checked. The reason being I have two sets of labels on one sheet, if I need the two
|
| I want to downloud the microsoft word | 19 Aug 2006 22:39 GMT | 1 |
I want to downloud the microsoft word
|
| Commandbar questions about .OnAction and msoFloating | 19 Aug 2006 16:36 GMT | 7 |
I have two questions about Commandbars I haven't yet found answers to. Any tips would be greatly appreciated! 1) I want several CommandBarButtons to call the same subprocedure, but with different arguments. Yet it seems you can't put arguments in the .OnAction
|
| Fixed Column Width | 19 Aug 2006 15:27 GMT | 1 |
How do I protect column width of a table so the users won't be able to expand or shrink column size?
|
| biblical dictionary for Outlook Express and Microsoft Word | 19 Aug 2006 13:25 GMT | 2 |
Is there such a thing as a Biblical terms dictionary I can add to my Outlook Express and Microsoft Word so I don't have to keep hitting add to dictionary which fills it up fast so that other words cannot be added.
|
| Pre-Populate forms | 19 Aug 2006 06:37 GMT | 3 |
We have about 4 different applications in MS Word that we distribute to paying customers. To make it easy for the customers I am trying to somehow capture information that repeats on every application such as the customer's name, address and phone number and populate those ...
|
| Adding a Menu | 19 Aug 2006 03:57 GMT | 4 |
I'd like to add a new menu after the tools and before the help menu. I would like to do it through VBA so that when the user opens the document, the menu appears, and when the workbook is closed, the menu disappears. How should I go about it?
|
| VBA Resources | 18 Aug 2006 23:02 GMT | 2 |
Hello. Can you fine folks suggest websites and books and CD material whereby I can better learn Word VBA? And, if you could, please indicate if the resources you're suggesting are for Beginner, Intermediate, or Advanced users.
|
| Protect Columns' Width | 18 Aug 2006 22:55 GMT | 1 |
How do I protect column width of a table so the user won't be able to change the width?
|
| CommandBars reference error | 18 Aug 2006 20:26 GMT | 9 |
I hope this is a double post. The forum burped right in the middile of my first attempt and I waited way more than 5 minutes to see if it showed up. Anyway... Here is the problem. I have, for example, Document1 which has Toolbar1.
|
| Skipping Footnote error | 18 Aug 2006 18:41 GMT | 2 |
Weird automation problem: In the document (W2K, WinXP) I'm working with, each paragraph has a parenthetical at it's start. e.g.; (A) The quick brown fox.....
|
| Office 2007 VB conditional compilation | 18 Aug 2006 18:21 GMT | 2 |
I have a Word document template for Office 2003. I've migrated the template to Office 2007 and added customization for the RibbonUI which is working fine. Since the only differences between the 2003 and 2007 templates are the file extension (dot vs dotm) and the inclusion of ...
|
| Word Macro Help | 18 Aug 2006 17:55 GMT | 1 |
I have a word document consisting entirely of a table, many columns and many rows. How can I in vb code(macro) select some text and move it to another cell in the table, change its font , etc. I tried to use the record new Macro, but I couldn't select any text.
|