| Thread | Last Post | Replies |
|
| how can I create a custom table in Word? | 23 Feb 2005 19:36 GMT | 1 |
how can I create a custom table in Word?
|
| Command Buttons and Print | 23 Feb 2005 18:43 GMT | 2 |
I have a command button that I created at the start of a Word document. It opens up a user form to input data and the then the user can print the document once the data has been updated. Is there code that makes the command button not print as when I print the
|
| Word lock addins loaded from a read-only access network folder | 23 Feb 2005 18:42 GMT | 10 |
We are using Word 2000 on a Novell Netware lan. We are experimenting with a Word VBA addin that is loaded automaticaly by macros in each user's Normal.dot. The addin is loaded from the network from a folder that each user has only read access. All of this works perfectly fine
|
| Start-up templates | 23 Feb 2005 16:01 GMT | 3 |
I am using Word 03 (SP1) on Windows XP (SP2). I have a customised template that is in placed in the startup folder. Sometimes, I have noticed that Word does not display the toolbars and Menu. When I check under Tools/Templates and Addins this template has been disabled. The ...
|
| Selective Find & Replace | 23 Feb 2005 15:57 GMT | 4 |
I am trying to write code to find and replace specific text, but I would like it to stop and highlight each instance and let me select whether or not to replace each instance, just like it would do in a regular find and replace text in the document screen. This is what I have so ...
|
| Print and then close application | 23 Feb 2005 14:09 GMT | 3 |
Hello, I wonder if anyone can help with this problem. I'm using the following code to try and print a document and then shut Word: Application.PrintOut Copies:=1
|
| Problem with mail editor Word instance | 23 Feb 2005 14:08 GMT | 3 |
The primary user interface in my Word 2003 VBA application (running in XP-environment) is an extension added to Words menu bar. The Customization Context is set to NomalTemplate. Problems occur when Word is used as the Outlook Editor. If the user (after
|
| Cursor Position in Textcolumns | 23 Feb 2005 13:31 GMT | 7 |
I have looked wherever I can but I just can't find a reliable way of checking which textcolumn am I, in the code. I have tried the Information(wdHorizontalPositionRelativeToPage),which unforunately just about anywhere gives me a -1, no reason at all.
|
| VB Solution required! | 23 Feb 2005 13:29 GMT | 9 |
I am hoping someone can help. In every letter we send by mail merging, we have a field FULLUSER. we also need an email address, but this is not available form the data source - and never will be.
|
| Capture Autonumber; write as text? | 23 Feb 2005 12:43 GMT | 4 |
I was given a document to use as a report "boiler plate". The doc, though, is full of Autonumbered paragraphs and headers - all of which are going to change when I rewrite this report. Can a macro go through the doc and capture the text of any and all
|
| Word Mail Merge Problem | 23 Feb 2005 11:45 GMT | 1 |
I wonder if anyone can help. I realise my programming logic is flawed, but any help of a different approach would be grate-fully received. I'm writing a routine in VBA that mail merges Word from an Access
|
| Printing without or with markup (Word 2002 SP3) | 23 Feb 2005 09:51 GMT | 3 |
Hello out there, I've been writing a macro including a UserForm. Depending on the value of a checkbox (one or more) documents should be printed either with or without markup showing, or as shown on screen.
|
| shell problem | 23 Feb 2005 09:09 GMT | 1 |
Why isnt the shell working? The shell command is supposed to send data to a text file called "x.txt" but the returnvalue is = -1 everytime i run it and therefore it never even executes
|
| WordBasic and Word 2003 SP3?? - (Not) Printing markup | 23 Feb 2005 06:27 GMT | 4 |
This is a slightly modified repost of a question I posted earlier in this group. I really hope someone helps me out! I've been writing a macro including a UserForm, in order to be able to print
|
| moving cursor with .vbs file? | 23 Feb 2005 05:24 GMT | 1 |
I have code in Word 97 that moves the cursor to a given point on the screen. It works in conjunction with a Public Declaration at the top of the module. The public declaration:
|