| Thread | Last Post | Replies |
|
| Autonew macro runs for all new docs | 05 Jul 2007 14:36 GMT | 1 |
With the generous help of someone from this community, I created an AutoNew macro for a customized template for a client: MsgBox Prompt:="This form is now automated." & vbCr & "Look at the Status bar lower left of your " & "screen for instructions on how to complete each
|
| eport all macro's inormal.dot to text files | 05 Jul 2007 14:26 GMT | 2 |
I have lots of macro's that I want to export to text files, but I don't want to export them one by one (time consuming!). I was trying to do this form VB 2005 Express, but I can't find how to get access to the macro's. Is there an easy way to do this?
|
| Bookmarks | 05 Jul 2007 11:49 GMT | 9 |
(I thought I sent ths yeaterday but cannot find it!) The sub below works well being run from a button on a toolbar. It would be nice to cut out the InputBox and instead select the text and let the macro copy that, remove white space and use that as the BookmarkName.
|
| Tidy up | 05 Jul 2007 11:42 GMT | 12 |
Checking text before inclusion in my club bulletin, I use a 'Tidy up' macro to get rid of white space, make sure there is a space after a period and comma and not before, etc, etc. With MVP help it also makes sure there is not a space after a full stop and comma in a figure, as ...
|
| Delete line using a bookmark | 05 Jul 2007 11:33 GMT | 1 |
I have a word document where i update certain bookmarks using values taken from a database. Sometime for a particular bookmark there is no data to enter so i want to delete that bookmark and the entire line that bookmark is on i.e. remove gaps in a persons address. The problem
|
| Programmatically inserting a Macro into a document | 05 Jul 2007 07:56 GMT | 1 |
Help? I am writing an application to create a Word document - this document needs the support of a macro to manipulate Style definitions. How can my application create a new Macro in the Word document I am
|
| Capturing the Print command via a macro | 05 Jul 2007 00:48 GMT | 4 |
I have a word document, with a macro that recognises the fact that the user is going to print, (FilePrint command) and brings up a message box telling the user that "Printed copies are uncontrolled", and then places a watermark (in the header footer) to put in "printed on...." ...
|
| VBA, Heading Rows Repeat & Multiple Heading Rows | 04 Jul 2007 20:04 GMT | 2 |
I've got some tables in a document and I'm checking (with VBA) for these tables if they have "Heading Rows Repeat" for their first row. The problem is : if I have a multiple heading rows with some cells merged, VBA tell me this : "Cannot access individual rows in this collection ...
|
| error handling | 04 Jul 2007 19:28 GMT | 5 |
Hi I have the following error handling code, what I would like to do is add into the msgbox, the line number of the code where it encountered the error. Is this possible? Thanks.
|
| loading html document into Word that is not xhtml-compliant | 04 Jul 2007 19:17 GMT | 1 |
We are receiving a response html file from a partner that is not xhtml- compliant - there are many places where there are <li> and <br> start tags that do not have proper matching end tags. When I try to open these files in Word 2007, I get errors about
|
| Moving all words in brackets | 04 Jul 2007 16:37 GMT | 6 |
within Word, I frequently have documents that I review, where text is in the form of a table. I review all words that are shown in brackets, but ideally I am trying to find out how I can highlight all the text in the brackets, and move it to a
|
| Select Multiple pages from a Word document ... | 04 Jul 2007 16:06 GMT | 2 |
I am facing difficulty in copying a range of pages from an MS word document. Say, I have a document comprising of 50 pages and I want to select the first 20(1 to 20 pages) from the word document using VBA in MSExcel. Can someone pls help me out in resolving the same.
|
| Retrieve value of a tabstop setting of a custom style and use it in a macro | 04 Jul 2007 14:14 GMT | 1 |
Dear Experts: I need to retrieve the value of the left tabstop (there is only one left tabstop) setting of a custom defined style and use this value in a macro that sets the left tabstop for certain sections.
|
| ShortCut for macro through VB | 04 Jul 2007 10:03 GMT | 2 |
I we record a new macro, then we find an option with the keyboard shortcut. but if i have created a macro through VB, then how can i make a shortcut key to run that macro. Thanks and Regards,
|
| Just not getting an understanding of how VBA is meant to be used to build a document | 04 Jul 2007 04:21 GMT | 1 |
Help? I am just not getting an understanding of how to programmatically manage the range object while building a document using VBA script - the code I am using is below, but it just doesn't feel right to me... I am
|