| Thread | Last Post | Replies |
|
| SEND | 06 Oct 2005 20:50 GMT | 5 |
I have created a Word 2003 form. I would like to develop a simple Macro that emails this Word form, as an attachment, to a distribution list (or individual recipients). I use an Exchange 2003 server. Any links or suggestions to get me started would be appreciated.
|
| Can this be done ?? | 06 Oct 2005 17:22 GMT | 1 |
Hi.......as a newby,forgive the ignorance but I ask the question anyhow........... Is it possible to write a Word macro that will gather data from another application and open a Word template, placing that data into the Word document ? If it is possible, is it easy to
|
| macros on one machine is not working on another correctly | 06 Oct 2005 16:56 GMT | 1 |
I have macros that take a word document form information and places certain fields from the form into a table within another word document. Whenever I run the macro on my PC is works fine but whenever someone else uses the macors, the information within the source document ...
|
| replace text with a hyperlink | 06 Oct 2005 16:46 GMT | 6 |
I need to search for some text and then replace it with a hyperlink. Find <insert link here> replace with www.microsoft.com link that works Thanks
|
| Locating and changing formatting | 06 Oct 2005 15:22 GMT | 5 |
I am importing large amounts of data for a quasi-legal document into Word, from Access, using mailmerge. I have set markers in the text being imported, like "<ZZ" and "BLD". <ZZ is converted to a tab easily enough with a short macro. BLD is placed at the front of a line I want ...
|
| create a bookmark | 06 Oct 2005 14:36 GMT | 4 |
What is the VBA to find text and create a bookmark? I need to search the doc for a prase, <insert bookmark> then turn that into a bookmark named bkmrkName Any ideas?
|
| Macro Help | 06 Oct 2005 13:24 GMT | 6 |
I'm trying to write a macro that will run upon exiting a dropdown box in a protected word form. What I'd like to do is, when a user chooses an option in the dropdown box other than the fist choice, the text in the box is changed to bold. So far I have this code:
|
| Select a frame in word with a macro in excel | 06 Oct 2005 12:38 GMT | 1 |
I am trying to write a macro in Excel that will copy the text in a Word frame to a cell in Excel. Can anyone give me some sample code?
 Signature Trefor
|
| Check if a word document is already open | 06 Oct 2005 10:39 GMT | 2 |
Can any tell me how to check from within a visual basic 6 application if a word document is already open. Thanks
|
| vlookup in Word | 06 Oct 2005 10:32 GMT | 1 |
Is it possible to use some kind of lookup in Word, similar to vlookup in Excel? I want to select a name in list and then I would like to have other information (address, phone etc) automatically retrieved from some file (Word, Excel, text). There's too much data to use If.
|
| Assigning the first row of a page to a variable. | 06 Oct 2005 10:27 GMT | 11 |
Hi, have a large document and want to be able to 'save as' a selected page to a new document. The first row of each page has a heading (though it isnt always formatted as a heading). I want to assign the first row of a current page to a variabl to use in the
|
| Cannot create bulleted style using VB | 06 Oct 2005 10:13 GMT | 2 |
I’m having a nightmare trying to create a simple bulleted style using Visual Basic. I have added a new style of type wdStyleTypeList. Then I get an error from the following line: MyStyle.ListTemplate.ListLevels(1).NumberStyle = wdListNumberStyleBullet
|
| Close But Need Some Help | 06 Oct 2005 10:04 GMT | 2 |
I would like for a user to input a word into a form and then a second form appears that asks what to link to. I have (i think) the code so that if a word in this case "ability" is found it will replace all occurances of "ablity" with a hyperlink (c:\test.txt). What i need is to ...
|
| Changing default in (wdDialogFileSaveAs).Show | 06 Oct 2005 07:13 GMT | 1 |
I want to show the save-as dialog box so the user can choose which folder to save a document in (at the end of a procedure). I'm using Application.Dialogs(wdDialogFileSaveAs).Show, but want to change the default file name to a variable.
|
| Error Handling | 06 Oct 2005 02:08 GMT | 2 |
In order to reduce the size of the DOC, I compile all macro functions in DLL. But not all users installed that DLL. So error maybe come out from " Set obj = New myProject1.class1" while users try to run the macro. "On error goto FineError" statment seems cannot handle the error ...
|