| Thread | Last Post | Replies |
|
| Creating "triplicate forms" | 30 May 2008 01:35 GMT | 1 |
I am trying to setup a form that will print in triplicate. I would like to type in the first page of the doc and have it copy to the second page. I need to do this in word
|
| create macro in word using excel data | 30 May 2008 01:32 GMT | 1 |
i've been told i can't create a macro in word referencing excel data. is there a way to do this? i have a table in word, and i want to create a macro to go to a particular excel spreadsheet, copy the cells and paste them into word. they will always be the same ss and the same ...
|
| Insert or update filepath of Word Doc back to Access | 29 May 2008 23:46 GMT | 3 |
Doug, This will probably sound convoluted, but, is there a VBA function that will allow you to update/insert the filepath into a Hyperlink table field in access on Close of the Word document. The purpose is to create a direct path
|
| Which Event to Execute Right After Document Loaded ? | 29 May 2008 23:09 GMT | 9 |
If I want to intercept the processing right after a document is fully loaded (opened), which event shall I put my codes in ? I tried Document_Open & Autoexec but seems like they are executed before the document is loaded? Is there any write-up on MVP regarding the sequence how ...
|
| Grammar Changes within Macro | 29 May 2008 22:48 GMT | 2 |
I'm doing a change case (Title) with a selection in a macro and would like to let Word make any grammar suggestions within the selected text. Is there a command that will allow this? Also, is there a way to count how many suggestions there are within
|
| Why does Application.Documents.Open show print dialog? | 29 May 2008 21:31 GMT | 2 |
Why does the following code executed from VBA in some host (e.g., Excel) display the print dialog in Word on the open call? I would like to be able to open the document in an invisible Word application. The VBA code does not return from the open until the user dismisses the ...
|
| Add recipient email to 'ActiveDocument.SendMail' | 29 May 2008 15:12 GMT | 7 |
Have added the function to a command button, but want to have it send to a specific email address Thanks!
|
| Copy Bookmarks to new Section | 29 May 2008 14:04 GMT | 4 |
I'm after some advice please. I have a Word Template which uses a number of Bookmarks, the Template are used to issue Notes to Customers. The Notes could be 1 customer per page (So I'd use a Page Break), or many
|
| How to move the cursor to the end of a range? | 29 May 2008 13:06 GMT | 4 |
A visitor here gave me the following code to highlight a block of words ending with "test" and delete it. Sub Testb() Dim x As Long
|
| digitally signing macros for Word 2003 | 29 May 2008 09:46 GMT | 11 |
I am using a template in the office startup directory with some macros. This works fine in Word 2002 but not in Word 2003 with high security. I have seen several posts here asking about this and some instructions on how to digitally sign the macros with a self-generated ...
|
| selective display of tables | 29 May 2008 09:46 GMT | 5 |
I am trying to create a single source word document for my project. The figures and tables depend on the project type. So, I have created a docproperty "ProjType" and I use this for the selective display of tables/figures eg. { if {docproperty"ProjType"} = "SW" "
|
| expand or hide text using a macro and control button | 29 May 2008 07:53 GMT | 3 |
I have a large word document, which gets a little bit difficult to read. It has large amounts of tables with values mentioned below in the table, some of these tables don’t have any values mentioned below but
|
| why wont my files save in word 2003 | 29 May 2008 06:35 GMT | 1 |
In my word 2003 when i try and save my work i go to file and click on save as or save nothing happends and does'nt save my work. how do i fix this
|
| Using F1 and Shift F1 in Word Macros | 29 May 2008 05:04 GMT | 13 |
Some time ago I asked for help in defining a Word macro that could be bound to the F1 key. Someone came up with the following, which worked quite nicely. Sub MakeF1()
|
| VB Settings - Need answer ASAP | 28 May 2008 21:10 GMT | 4 |
While stepping through a macro in the VB editor in Word 2007, I want to be able to see the value of a variable when I hover my cursor over it. Is there some setting that controls this feature?
|