| Thread | Last Post | Replies |
|
| Assigning Key To Existing Macro Using VBA | 15 Apr 2006 08:20 GMT | 1 |
Is this possible? The only way I have found to assign a key to an existing macro is via the Tools > Customize menu in Word. I have some VBA code that I would like to export to several PCs, and I would like to have the key assigned to the macro without having to go into the menu ...
|
| finding a macro to delete it | 15 Apr 2006 07:57 GMT | 2 |
i recently created a macro for fun and out of ignorance that mimics a virus it is an autoexec in word it ends the program when you end the macro how do i find the file to delete the macro or do i have to delete and reinstall word
|
| Find out the oringal template used to create the document | 15 Apr 2006 05:37 GMT | 2 |
I have a basic template used to create a letterhead document. When I create a new document I want to know that this template was used. If I look at the ActiveDocument.BuiltInDocumentProperties("Template").Value It says normal.dot rather than letterhead.dot
|
| Establish connection with and transferring data to Access | 15 Apr 2006 03:26 GMT | 8 |
I found some code posted by Doug Robbins for transferring data from a Word formfield to an Access data base. I incorporated that code into a macro for collecting the results for Word Forms. I have a few questions:
|
| A way to know what shortcut was clicked? | 15 Apr 2006 01:34 GMT | 1 |
Is there a way in VBA to perform an action *based on what template or shortcut-to-a-template* was clicked to generate a new file from a template? Basically I have a document that comes in several different "flavors" and mostly all that changes is the title, so I wanted to have one ...
|
| For a TOC, only want the underlined words | 15 Apr 2006 01:14 GMT | 1 |
Help. We have a revised document--originally set up so level 2 of outline for TOC only included the underlined words, and the paragraph continues on the same line. But now the TOC updates include the whole paragraph, not only the underlined words. How can I make it only do the ...
|
| Interpretation, please... (Declare Sub) | 14 Apr 2006 22:47 GMT | 2 |
I don't know exactly why/how this sub works, but it does. (Thanks for giving it to me, guys.) Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) To further my understanding, could someone please explain exactly what the
|
| Retrieving the value from a dialog | 14 Apr 2006 20:30 GMT | 2 |
I need to capture the full path and name for a file selected from the file open dialog. I can get the dialog to display via the Dispaly option to Dialogs(wdDialogFileOpen) and determine that the user hit OK, but how/where do I find the data on the file selected?
|
| my Vb6 MS Word 2003 VBA code crashes VS | 14 Apr 2006 19:18 GMT | 1 |
Hi - An earlier posting discussed this same result but I do not think I have the same coding problems. In the following VB6 program the "InsertBefore" works but then VS crashes when it tries to process the first "Find" line. Help would sure be appreciated!
|
| Template with a Form | 14 Apr 2006 19:14 GMT | 4 |
I am running Windows 2000 Office 2003 I have a Word Template that contains a form that pops up when a new document is being created from the template. The Form is so the user can fill in the
|
| Where is the the "Templates" folder? | 14 Apr 2006 16:06 GMT | 11 |
I already use the following instruction which find where is the "My Documents" folder : CreateObject("wscript.shell").SpecialFolders("mydocuments") Is there a similar instruction to find where is the "Templates" folder for
|
| paragraph format on selected cells in a table | 14 Apr 2006 16:02 GMT | 2 |
What am I doing wrong? I looked at old posts and wrote the following piece of code. It searches a table for a section of rows and keeps them together. I then want then to stay together and if necessary go to the next page.
|
| en dashes in VBA | 14 Apr 2006 13:45 GMT | 4 |
Is there a way to get VBA to search for en dashes or em dashes? I can only seem to get it to do hyphens. Even copying and pasting an en or em dash from a Word document yields a hyphen. Thanks.
|
| How to detect a certain break in a document. | 14 Apr 2006 13:03 GMT | 2 |
I'm trying to replace all breaks of the type wdSectionBreakOddPage by wdSectionBreakContinuous but I have no idea how to do this. Normally I would look for the ascw-codes they leave in the document and create a simple find-replace-all to do the job, but for these breaks it doesn't ...
|
| Automation in Office 2007? | 14 Apr 2006 12:39 GMT | 3 |
With Office 2007 looming in the near future, is there any word about the new programming features?
|