| Thread | Last Post | Replies |
|
| InsertFile Run-time Error '4198' | 01 May 2004 00:59 GMT | 3 |
When run the vba code to insert a file using a url with a question mark I get run-time error '4198'. If I do it with a url with no ? it works fine. If I do it manually in word from the menu Insert|File it works fine with any valid url.
|
| Find and Replace with VBA | 01 May 2004 00:35 GMT | 3 |
I am using VB 6 and Word 2002 and need to do a find and replace after a mail merge is done through the vb code. The purpose is to put the date in the merged document that the user has type in the input box. I have tried examples from several books, Microsoft knowledge base and ...
|
| Prevent tables from breaking across pages | 01 May 2004 00:03 GMT | 1 |
I'm using Word 2002 and want to know if anyone knows how to tell VBA to keep the rows in a table together across pages. I have created several tables and want to keep them together so that no page breaks occur in the middle of the table Does anyone know how to do this Thanks Joe
|
| Run file.exe from Word (VBA) | 30 Apr 2004 23:41 GMT | 1 |
How do I run, within VBA, a .exe file (an executable file)?
|
| Creating A Desktop Shortcut with VBA | 30 Apr 2004 23:24 GMT | 5 |
I have a question about creating a shortcut on the desktop using VBA. All I have found and read usually involves using API's. Is there a way to programatically create a desktop shortcut to a file without using API's
|
| print current page problem | 30 Apr 2004 21:47 GMT | 2 |
I have written two macros which should print the current page, but on certain documents, the entire document is printed when activating the macro. ANY HELP on the vba code to ensure that the current page ONLY will print?
|
| Find and replace a word count | 30 Apr 2004 21:31 GMT | 1 |
I just need to create a samll macro and i hope somebody can help me on this i have few word documents and each one have "##" inside the text. i need this ## to replace with counting order like CHI01
|
| Saving hyperlinked documents to a specified folder | 30 Apr 2004 21:10 GMT | 2 |
Hi listmates, I want to open a document from the LAN loaded with hyperlinks to other documents nested in subfolders below. I need to create a macro that does the following: 1. Create a folder on my C drive which name mimics that of the active document (without the extension). 2. ...
|
| Intercept close button on a (Window) form | 30 Apr 2004 20:49 GMT | 1 |
How can I intercept the action that a user clicks on the close button (right upper corner of the window form) of the form? TIA, Marcel
|
| CommandBarControl objects | 30 Apr 2004 20:44 GMT | 3 |
I'm attempting to add an item to the Tools menu in Word97 running in Windows ME. The purpose is to provide the user a means to invoke a special process (via VBA) on demand. The code I've tried is: Private Sub Document_Open()
|
| Selecting a paragraph in VBA | 30 Apr 2004 17:34 GMT | 3 |
I can see in VBA Help how to select the first paragraph in a document. Or the fourth, or whatever (Using .Range). But, please, how does one program VBA to select any paragraph that the cursor is sitting in? My end result is to be able to apply a formatting property to it which I
|
| Word Table formatting question | 30 Apr 2004 16:58 GMT | 1 |
I am using Word 2002 and have several tables in my document. Here is the code that I have that formats the borders in my tables after all of them have been created Dim tbl As Word.Tabl For Each tbl In ActiveDocument.Table With tbl.Border
|
| Refresh modules after importing/replacing source code | 30 Apr 2004 16:05 GMT | 7 |
(sorry for my very bad English !) I'm using Word 97 on NT4 (ok, our boss takes his time to upgrade our softwares !). I'm creating a macro "UpgradeSourceCode" (called by the
|
| Old New Document | 30 Apr 2004 15:16 GMT | 4 |
Hi again Another question: How to convert saved document to new document? For example, I save document in database: (1) I save document in temporary file, (2) I save temporary file in database, and (3) I said: "Word, forgot about last save, this document never been saved. Thanks
|
| Copy&Paste and store for later | 30 Apr 2004 14:44 GMT | 4 |
I got a Word Macro that Copy & Paste several values between 2 docs. What I need is to store in a variable a particular value I'm copying from a cell of a table with the command:
|