| Thread | Last Post | Replies |
|
| Inserting a full stop (period) at the end of each footnote should one be missing. | 27 Feb 2008 14:08 GMT | 5 |
Dear Experts, I wonder whether it is possible to insert a full stop at the end of each footnote should a full stop be missing. If there is already a full stop in place, the code should skip that footnote.
|
| Accessing a list of bookmarks by location | 27 Feb 2008 10:09 GMT | 7 |
Hello, I am using a bookmarks collection in VB6 that accesses a word doc but can't get the list of bookmarks to come back in order of location. Any ideas? Thanks, Keith
|
| Trying to move label control using VBA | 27 Feb 2008 09:47 GMT | 1 |
I have a Word 2003 document that allows users to select a location from a drop-down list to pre-populate the letterhead with the correct address. The letter is used for several companies within our organization. After making the selection from the drop-down list, the
|
| macro help please | 27 Feb 2008 08:33 GMT | 3 |
I need a macro that works like this: Drop down box contains 5 selections, if selection 2 or 3 are selected, then teh next field will highlight and a pop up will state " please list school attending"
|
| How to: Block user input temporarily? | 27 Feb 2008 08:18 GMT | 7 |
If I am manipulating text in a word document using e.g. selection property, I might want to keep the user from inadvertantly typing over my temporary selection by blocking user input. In Excel I could set Interactive = false I gather - is there an equivalent setting for
|
| locking a template | 27 Feb 2008 06:58 GMT | 6 |
I have a created a letterhead template that is locked until halfway through the document where I have an unprotect macro which then makes it a word document. I have another macro which inserts another letterhead template into the same document. How do I lock the document so ...
|
| Bookmarks inside text box to insert text or pictures | 27 Feb 2008 06:30 GMT | 10 |
Using Word 2000. I am building a document that I want to use to generate written prescriptions for medicines. In order to control the exact placement of some text and graphics on the page, I would like to use textboxes. However, when
|
| Macro to open built-in dialog in Word 2003 | 27 Feb 2008 04:11 GMT | 9 |
This question deals with Word 2003 on Windows XP. I know, in general, how to add a command or macro to the toolbar by clicking on Tools>Customize, clicking on the Commands tab, scrolling down the Categories list on the left side, highlighting the appropriate
|
| Work project - need macro to insert specific files | 27 Feb 2008 00:57 GMT | 3 |
I have been saddled with a project in work which I have run into a brick wall on. I am exporting from one computer program into word a list of fund names. Each of these fund names requires a comment, which are also saved in word as separate files each with its own unique filename. ...
|
| VBA Style Changes Effecting Template | 26 Feb 2008 22:15 GMT | 2 |
I have a piece of VBA code that updates styles in a document. The problem is every time this code executes, the base template is changed and I'm prompted to save it. What I want is for the change to only apply to the current document.
|
| ToC: Testing for Table of Contents existence | 26 Feb 2008 19:24 GMT | 2 |
I've got a macro that updates existing Word ToC's. I'd like to enhance it by first testing for the existence of a ToC. If one exists, it would be updated; if not, one would be created. Is such a test possible?
|
| Update table cell in footer ! | 26 Feb 2008 19:12 GMT | 6 |
looking for the right syntax to access a cell in a footer ? here's what I've tried with no success... Set Rng = ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary).Range with rng.table(1).cell(2,2)
|
| Macro to convert current doc to PDF | 26 Feb 2008 15:19 GMT | 6 |
I need to write a Macro that will convert the current active document to PDF (to a specific location / file name). I've had a look around the forums and seem to get anything to work. This will eventually become part of a larger script that will batch convert
|
| Creating Excel Spreadsheet in Word with VBA | 26 Feb 2008 09:59 GMT | 7 |
Kind of a stupid question. Is it possible to create/embed an excel spreadsheet into a word document with VBA? I can just create a regular table and then copy and paste to Excel, but I want to know if there is any better option.
|
| Only print certain sections of a document in a form | 26 Feb 2008 09:33 GMT | 1 |
Apologies if this is in the wrong discussion group. I'm modifying a word document that when protected will be used as a form/template. The document consists of 8 pages which the last 3 are guidelines. I want to
|