| Thread | Last Post | Replies |
|
| Copying Only the Body Text To Paste Into Another Document? | 04 Jun 2008 20:22 GMT | 1 |
I have the following code in VB6 and am trying to copy the body text from one document to another document. The problem I'm having is that not only the body text is copied, but the header and footer information are also copied. In my situation, the target document will have it's ...
|
| Find location of "My Documents" with VBA or Macro in Word (2002/XP | 04 Jun 2008 19:22 GMT | 1 |
We use folder redirection for the My Documents (\\server\share\department) With Word XP (2002) I need to create an macro wich saves some new documents to \\server\share\department\files. Therefore I need to 'know' where "My Documents" is redirected to. How can I find this, so far my ...
|
| Insert RTF into a Word document | 04 Jun 2008 19:19 GMT | 3 |
Supposed I have some RTF text (not on a file) and I want to put them in Word document, how am I going to do that.
|
| Is this Find/Replace possible to do by VBA? | 04 Jun 2008 18:26 GMT | 2 |
I am needing to do an advanced search and replace on large amounts of text. I need to search for <ele>, and then </ele> and delete both of these and everything in between. The problem is that this this phrase is found many times in the document and I need to delete all of them.
|
| How to open a template via link from a word page | 04 Jun 2008 16:57 GMT | 3 |
I am using MS Office 2000 on a WinXP PC. I have created a page with some text and a few links to other pages all placed in the same folder on our server. Works fine. Now I want to open word report templates with different macros all placed in
|
| what does a word enclosed in brackets which highlights when clicke | 04 Jun 2008 09:58 GMT | 1 |
what does a word enclosed in brackets which highlights when clicked
 Signature Ed A
|
| Updating a {DOCVARIABLE...} with a UserForm. | 04 Jun 2008 06:47 GMT | 3 |
I made a quick UserForm, put a textbox on it "txtname" and a button "cmdBtn". I wrote the following code for cmdBtn: Private Sub CmdBtn1Click() With ActiveDocument
|
| Macros & Cut & Paste | 04 Jun 2008 02:07 GMT | 1 |
I have tried to set up a macro to copy and paste text to mark for a Table of Contents field. It appears to work fine, but when I go to the next place to mark, the macro inserts the original copied text instead of the new text. I have tried including in my macro a "clear ...
|
| Insert Line In DocVariable | 04 Jun 2008 02:06 GMT | 1 |
Is it possible to insert a new line or paragraph within the DOCVARIABLE itself? For example, I want the following to check to see if something is entered for "Position" on the user form. If so, then insert a carriage return in the document then the contents of Position.
|
| Table Header | 04 Jun 2008 01:59 GMT | 1 |
Is there a way to change the header of a table if the table breaks across 2 pages?
|
| Repost: Find files containing certain keywords without FileSearch? | 03 Jun 2008 23:12 GMT | 6 |
Now that Application.FileSearch has been killed off in the 2007 versions, is there a function to use to find a file containing certain keywords? Ed
|
| plain text to HTML in Outlook 2003 | 03 Jun 2008 22:40 GMT | 1 |
I have a macro in Outlook 2003 that converts a Word document into an Outlook message: Set objOutlookApp = GetObject(, "Outlook.Application") If Err <> 0 Then
|
| Best Method to Automatically Integrate Data | 03 Jun 2008 20:42 GMT | 8 |
I'm writing an application where I'd like to allow my users to specify a Word document (template?) that can be merged with calculation data from my application. What is the best way to go about this? I've done Word automation before via COM, but seems to be a big support ...
|
| Problems when converting VBA code into Word 2007 | 03 Jun 2008 20:24 GMT | 2 |
I have some code that I run from a Access 2007 Form that runs in Access 2003/Word 2003 but is not working in Word 2007. I think its a security issue but not certain. The code:
|
| Count remaining characters in a form field | 03 Jun 2008 20:16 GMT | 4 |
I posted this over in the general area but it's more of a programming issue I think so I wanted to post it here as well. Hi all, I was wondering if it's possible to display the number of characters
|