| Thread | Last Post | Replies |
|
| Working With Bookmarks | 06 Jul 2004 05:27 GMT | 2 |
Word 2000 I thought this was going to be snap, but I've run into a problem and I'm not sure what I'm doing wrong. I have a document that uses a lot of bookmarks. I have macros that use the bookmarks to select blocks of text. Not every
|
| Find any Arial and replace it with Times New Roman | 06 Jul 2004 04:21 GMT | 5 |
I've been trying to work out how to replace the font format of one font only , in short I'm trying to Find any Arial and replace it with Times New Roman With DocRange.Find
|
| Conversion of VBA script for Word95 to Word 2002 | 06 Jul 2004 03:43 GMT | 1 |
The following is a script I developed years ago for Word 95 - it still works fine and is the reason my typist uses WORD 95 (no real need to upgrade). However, as I need to go to ACCESS2002/03 - I am thinking of moving on to WORD 2002/03 as well.
|
| Word 2002 - Style visibility | 06 Jul 2004 02:48 GMT | 5 |
the visibility of styles in Word 2002's Styles and Formatting task bar can be controlled as follows: - open the task bar's "Show" combo box - choose "Custom..."
|
| Can't use Word 10 interop | 05 Jul 2004 23:16 GMT | 4 |
Hi; I added the Office 10 interops as described in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoxpta/html/od c_oxppias.asp. And in the GAC I have the Word 10 dll. But it won't show it in the
|
| how to make a document password protected on closing | 05 Jul 2004 19:37 GMT | 1 |
Hello - I hope this is the right forum. I am not a programmer but think I need a programmer's help for this. I would like a Word form to be password protected upon closing. This is to allow a survey result to remain confidential until opened by the correct person. Security ...
|
| How do i do this? | 05 Jul 2004 18:55 GMT | 5 |
I am hoping to make a template such as the following:- On [insert date] at [insert time], I was at [insert location] with [insert friends]. We visited [insert places you visited] and did [insert activites]. Now, what I would like is for when I open the document, for a serious of
|
| Macro to Wrap Selected Text with Brackets | 05 Jul 2004 13:44 GMT | 1 |
Is there a way to wrap pre-selected text with brackets using VBA? To explain, the user types text (can be numbers, dates, one or more words), selects the text to be wrapped with brackets and kicks off a macro to insert open bracket at the beginning ([) and a closing bracket (]) at ...
|
| open Excel from Word 2000 | 05 Jul 2004 12:48 GMT | 2 |
I am sure I am probably missing something silly, but I have copied code from the MVP site to open an instance of excel where one is not already open. Unfortunatley I get a "user type not defined" error when I try to run it.
|
| VB | 05 Jul 2004 11:40 GMT | 1 |
Is there a way to actually auto copy one word from the document that i want and auto paste in the save as dialog box? regards,
|
| What is WordBasic.ShowRepairs? | 05 Jul 2004 10:05 GMT | 7 |
I recorded a macro in Word and the code that was written included the following line: WordBasic.ShowRepairs Name:="", SortBy:=0, Hidden:=0 What is this? Does anyone know? I am looking for a way to bypass the
|
| VBA Macro for adding resized photos | 05 Jul 2004 07:49 GMT | 2 |
I would like to add a resized photo to a word document and have the following code. Unfortunately it fails! Please can you help me with it!
|
| Advice/Help | 05 Jul 2004 07:29 GMT | 4 |
Can anyone recommend any good websites or books regarding learning VBA? Thanks in advance Barry
|
| emailing saved doc from the template using non-microsoft/web clien | 05 Jul 2004 07:21 GMT | 1 |
Template is ready now! But one more question! I want to add a "send" button to this template, so that when clicked, a save dialog box pops up to save as a file (.doc) on a local hard-drive in a pre-determined folder for my records, and simultaneously email this file (.doc) only ...
|
| Select cells in a table for a merge | 05 Jul 2004 07:09 GMT | 1 |
What i am trying to do is from vba merge some (not all) of the cells in a column. I have found the merge method of a cells collection, but how do i get a cells collection of say 3 of the cells in a column of say 8 cells. I don't want to select the entire rows for merging, just
|