| Thread | Last Post | Replies |
|
| Find and Replace | 22 Mar 2005 05:07 GMT | 7 |
The purpose of the following code is to find every instance of the word "patient" and ask whether the word should be changed to "claimaint." Everything seems to work fine except when "vbNo" is selected. At this point the program does not cycle to the next instance of the word ...
|
| Before table | 22 Mar 2005 04:30 GMT | 5 |
I need to place some text just before every table in the document which (the table) has the first-cell-text like "This example". Is it possible? Pushing me forward will be enough, I will complete that script with
|
| installing macros in Word | 22 Mar 2005 02:32 GMT | 1 |
I've written a vb macro for Word users in my project. We are not on the same networks and some are not networked at all. I therefore would like to create an executable that installs the macro and puts a macro button on the toolbar. Can anyone help me? Thanks in advance!
|
| Pagebreak | 22 Mar 2005 00:35 GMT | 2 |
I'm having trouple finding out how to create a pagebreak i Word using a macro... Can anyone help? Thanks!
|
| What is the equivalent of "^p" in tables ? | 22 Mar 2005 00:06 GMT | 4 |
I need to delete blank characters at the end of text in tables. To do this in normal text (non-table) all I do is replace " ^p" (blank before ^p) with "^p", but I cannot find the equivalent of ^p for tables (that circle with 4 dots) - is this something easy, that I'm simply missing
|
| Creating a new document based on a template with AutoOpen macro | 21 Mar 2005 22:52 GMT | 1 |
When creating a new document based on a template with an AutoOpen macro, I have to prevent the macro execute. How do I do ? /BosseH
|
| Toolbars | 21 Mar 2005 18:27 GMT | 2 |
I have 2 users who have indicated that their toolbars sometimes vanish intermittently in Microsoft Word 2003 runnig under Windows XP. Their settings are not in Full Screen view, they don't have any add-ins enabled, and
|
| Help me get my head around Select Case | 21 Mar 2005 18:12 GMT | 6 |
I just spent 45 minutes trying to put together a Select Case statement. I have something that works, but I really don't think that I am employing this method like it is supposed to be used. The object is to look at individual paragraphs and apply a style if the
|
| documentbeforprint how to use | 21 Mar 2005 17:38 GMT | 1 |
Hi NG, I can't get the documentbeforePrint event startet. I am using word 2000. must the vba be integrated in the document, or is it possible to integrate in the Normal.dot.
|
| is there a way to get Word to save a file in 2 different places? . | 21 Mar 2005 17:25 GMT | 3 |
As a network admin, is there a way to get Word to save a file to a local hard drive as well as a network drive? I'm not against using a macro if that's the only way. Thanks,
|
| Problem with ActiveX having another object as property!!! | 21 Mar 2005 16:24 GMT | 4 |
i have an activeX control for MS Word. this activeX control has few properties including an object as a property. i create this inner object when the ActiveX control is inserted into Word. i.e in the InitNew function. then i store some data into this Inner object's property. I press ...
|
| Form field - prevent entry input | 21 Mar 2005 15:47 GMT | 7 |
How do I disable the [ENTER]keys ? At present use of [enter] disrupts the layout of my forms. Thanks, Laurie
|
| Replace with numbers | 21 Mar 2005 15:08 GMT | 2 |
I need to find the text "Number: xxx" and replace it with Ascending numbers, starting at one given number, all this in the whole document. I know that I can ask like this: Start = CDbl(InputBox("What is the starting number?"))
|
| Word Automation for different versions of Word | 21 Mar 2005 06:35 GMT | 3 |
I have to develop a Word Automation application. But I am not sure which version of Word my client will be using. How can I manage such that my application can run on Word 97, 2000, 2003.
|
| Popup Menus with multiple command buttons | 21 Mar 2005 05:05 GMT | 1 |
How can we create a CommandBarPopup menu on a Toolbar so that the menu contains 4 CommandBarButtons two in each row? I can create popup menu with command buttons in one column 4 rows. But I want to create 4 buttons in two columns and two rows as shown below. This is similar to ...
|