| Thread | Last Post | Replies |
|
| Word docs can't be temporarily minimized without closing down wor. | 19 Jan 2005 01:48 GMT | 1 |
I have tried finding a solution to this through several search methods and it is a complete waste of my time. The old word product was able to be minimized without closing down word itself. What happened to the "_" box that used to minimize a doc in the right-hand corner? ...
|
| How to select Style in Macro for Normal.dot | 19 Jan 2005 01:47 GMT | 1 |
Would some tell me how to create a macro in Normal.dot for selecting a Heading 1 for a Table of Contents. I can select style "Heading 1" manually which reads into Table of Contents fine. However in a macro it fails at line listed here.
|
| Dynamically replacing relative path hyperlink with absolute path | 19 Jan 2005 01:42 GMT | 1 |
I'm using Word 2002 SP3 (10.5522.6714). We are looking at the possibility of having to change the hyperlinks from relative to absolute paths in thousands of documents stored in multiple folders stored on a single drive.
|
| Listbox2 with items from listbox1 | 18 Jan 2005 23:27 GMT | 13 |
I am a complete newbie to VB and I am running MS Office 2000. (My VB college class was in 1994 or something like that) I have been looking for 3 days for complete code to do this, and I am having no luck. Even went to the local bookstore and looked for a book... searched numberous
|
| Working with word macros | 18 Jan 2005 22:39 GMT | 1 |
1) A class module is created to capture events 2) This Application event: App_WindowBeforeRightClick is also marked with a break point. i.e. for the following code break point is kept and a function call is
|
| Displaying a Custom Toolbar | 18 Jan 2005 21:03 GMT | 4 |
I have a template which in turns opens a new document with the contents of a text file. I have a custom toolbar which contains buttons to specific macros that format the text files in a number of different ways. Invoice, Purchase
|
| Random Disk Error Running Word VBA Macro | 18 Jan 2005 18:46 GMT | 2 |
I've written the macro (below) to clean up the formatting of text I copy from web pages. I set up two arrays, vFindText and vReplText, to execute the find & replace. The macro occasionally and randomly crashes when executing the Find/replace on one of the array elements (about the ...
|
| Changing the Font with a macro button on my toolbar | 18 Jan 2005 18:28 GMT | 3 |
I made this code so I could automatically decrease the font by 1 size, but it does the Style "Normal". I'd like it do do the Style that is whereever I leave my cursor. How would I change this code to do that? Thanks, Charlie Sub DecreaseFont()
|
| How do I add text and form field2 if value is selected from dropdown field1? | 18 Jan 2005 17:29 GMT | 6 |
I am creating a form that has several instances where the selection of a value in a dropdown field should modify the form by adding text and in some cases adding another form field. What code do I need to use for the macro?
|
| override bullet's setting | 18 Jan 2005 16:45 GMT | 2 |
in word xp, how can i override bullet's Indent, Text's Tab space, and Text's Ident settings under Format, Bullets and Numbering via vba? thank you, will
|
| Problem updating references earlier version | 18 Jan 2005 16:41 GMT | 4 |
I have a VB6/MS Office Excel/Word VBA app configured in Win XP Office 2003. I am trying to make it compatible with earlier versions of Office-Office 97 on a Win 98 platform at present-and after researching have decided to try late binding. According to MS documentation, the ...
|
| Urgent please: How to enable the spellchecker in a protected docum | 18 Jan 2005 15:14 GMT | 1 |
I have tried the MVP article "How to enable the spellchecker in a protected document" contributed Dave Rado, Bill Coan, Astrid Zeelenberg, Dan Monk and Geoff Whitfield. The code works just fine, except for the bit to cover cases where, as they
|
| Like Statement | 18 Jan 2005 13:54 GMT | 8 |
Is there any way to construct a wildcard Like statement similar to the {1,} one or more of the proceding character used in Find? Here is an example. I want my Like statement to be true if the string is only lower case letters. I get a a match if I use [a-z] followed by 25 ...
|
| We want to restrict users changing background image | 18 Jan 2005 13:20 GMT | 1 |
We uses Word 2003. We insert a flue background in the word document. Like "cannot be copied". We want to restrict users changing background image for this documents. We do not want to use IRM function. Can we prevent users changing background
|
| Any Discussion group to discuss Word issues in C++/MFC perspective | 18 Jan 2005 13:16 GMT | 1 |
Please can any one suggest me is there any other group where i can discuss the problems and solutions in C/C++/MFC perspective..? Here, everybody speaks VBA, and somethings like event notifications and all, very easy to implement. But due to some un avoidable circumstances, i ...
|