| Thread | Last Post | Replies |
|
| Turning on Update Fields/Links macro | 02 Mar 2005 15:57 GMT | 4 |
I need help writing a macro that will automatically turn on Update Fields, Update Links, and turn on Field Shading Always when the document is opened. Thanks.
|
| Hyperlink macrobutton in a protected form document | 02 Mar 2005 15:37 GMT | 3 |
I followed the MVP site instructions for getting a hyperlink to work in a document protected for forms, but get an error message that says "DisplayText cannot span more than one line!"
|
| Cell text with format | 02 Mar 2005 13:00 GMT | 1 |
I have a problem, that I hope someone could give me a solution for. I have a table, which I make a For Each Row on and collect some text from some of the rows. I want to get the text include format, so I use the property .FormattedText on the .Range object of the cell. I 'save' ...
|
| Auto word highlighting | 02 Mar 2005 12:14 GMT | 7 |
From my own Windows application, I want to launch Word and pass it a word, say it is "computer". I am looking for a way to have Word display the file I tell it to, and automatically highlight the word "computer" everywhere in that document (with whatever color).
|
| Delete Footer from One page | 02 Mar 2005 12:14 GMT | 2 |
Could someone kindly advise how you delete a footer from a single page while keeping the footers intact for the remaining pages in a document? Most appreciated.
 Signature _________________ Harvey Gersin
|
| Remove references to template | 02 Mar 2005 12:14 GMT | 7 |
I've been writing Word templates with VBA for a little while, but have never been able to fix the annoying problem (my home computer is running WordXP on WinXP-Home while my work computer is running Word2K on Win2K-Pro, both have Security set to Medium):
|
| Slow Saving from Word project | 02 Mar 2005 12:14 GMT | 3 |
I'm having a problem with one user who experiences very slow saving and retrieving documents from the DB in my VBA project over a network. i'm using ADODB.STREAM to save and retrieve the documents from an Access DB. The user has MDAC 2.7 installed.
|
| Unexpected hide of toolbars | 02 Mar 2005 09:59 GMT | 6 |
On open time in the autoOpen Macro I create some toolbars. The toolbars are visibel until the end of the autoOpen Macro but then the toolbars where hide by some one. If I debug the autoOpen macro the toolbars don't hide. So in the real
|
| finding a ' followed by a space followed by a capital? | 02 Mar 2005 09:55 GMT | 5 |
Hi, Does anyone know how one finds this sequence: "' " followed by a capital in Word? I want to replace it by the same sequence, but the space will be changed for a placeholder (like ÿ).
|
| Loading INI file details into Combobox | 02 Mar 2005 08:54 GMT | 3 |
I have a userform in a Word 2002 template with a combobox populated by hard coding the various list items within the procedure. Now I would like to do this automatically from an INI file. The structure of this INI file is as follows:
|
| AutoExec does not run | 02 Mar 2005 08:13 GMT | 3 |
following strange thing happens on some (not all) computers in our company net. I have "template.dot" template placed in Word startup folder. There is an AutoExec makro in a template, but it does not run on some computers and also
|
| Where are the MVPs? | 02 Mar 2005 05:36 GMT | 3 |
I posted 2 queries last week on 23rd and 24th with Subjects "Any Area in Document that MS Word Doesn't Digitally Sign?" and "How to show Key Store Window of MS Windows?" respectively. but i didn't get a good response, just answer in No and Yes without even a signle line of detail. ...
|
| Any helper re setting tab stops (thank you!) | 02 Mar 2005 04:21 GMT | 7 |
Please see my last two posts under "Set tabs based on distance from right margin." I am trying to set two tabs a specific distance from the right margin based on the length of string variables, but I get a run-time error on the code at the end when setting the tabs that the ...
|
| template maximum size | 02 Mar 2005 01:13 GMT | 2 |
An attached template I use almost constantly is nearly 5 MB in size. Does the size make it more likely to throw an error? About twice a week I have to reboot in the middle of the day to clear things. After rebooting, things function fine. MS Word 2003, Windows XP, Sony Vaio ...
|
| stop-validate user input in a form | 02 Mar 2005 00:18 GMT | 2 |
The single character value a user enters in a text box in my user form, should be validated (checked whether it already exists in the active document). The user box should stay visible until a value is entered that does not exist in the active document.
|