| Thread | Last Post | Replies |
|
| import excel worksheet cells to Word Doc. | 06 Dec 2005 21:13 GMT | 3 |
I am trying to import individual excel cell data from a worksheet to a word document. I don't want to import the entire sheet, just a few of the cells that contain specific data I need for my Word Document. Is it possible?
|
| AutOpen Macro not working | 06 Dec 2005 20:46 GMT | 3 |
I have an AutoOpen Macro which is supposed to populate the header and footer with document file details. (the code is below). The problem is, that when it runs, even through the VBA stepthrough (f8), it jumps past the section 6 which tells it to open the header, and it puts all
|
| Replace text strings with different format with VBA | 06 Dec 2005 20:25 GMT | 3 |
I've put together VBA code that will find and replace text string pairs from a file (see code below). However, all find and replace text strings end up with the same format as the first character of the find string. Is there a way I can introduce different formatting in this (e.g., ...
|
| Optin.CtrlClickHyperlinkToOpen=True and ThisDocument.Protect | 06 Dec 2005 19:47 GMT | 1 |
I have a problem with a document who need to be protected over user text modifications but where I have hypertext links : When the document is protected, the mouse placed over a link open a bubble-help saying to the user that, to open the link, he has to do a "Ctrl
|
| Open Word Hyperlink in New Browser Window | 06 Dec 2005 19:40 GMT | 1 |
Would I have to use VB to place the command for opening a new browser window (CTRL - N) inside the Word hyperlink? Not knowing VB, this might be a problem for me. Is there another way to insert the command to open a new browser window within the hyperlink? or in front of the ...
|
| macros using 2 open documents. | 06 Dec 2005 19:29 GMT | 25 |
I have a macro that goes back and forth between two documents. One document will also be the same name while the other document will always have a different name. In the past, I was able to create: Windows(2).Activate or Windows(1).Activate and the macro worked fine ...
|
| Verifying Outlook Account | 06 Dec 2005 19:15 GMT | 3 |
In a Word 2003 VBA-application I would like to find out whether the current user has an Outlook account. How can I do that ? /BosseH
|
| Need to loop this code | 06 Dec 2005 18:40 GMT | 1 |
I need to loop the following code: It is used in a text file that is a comma-delimited database of journal references. Each reference has 45 fields, each field is enclosed in quotes and separated by commas. I need to count 11 fields in, add a comma, go the end of the record (a ...
|
| How to Convert Array to Table | 06 Dec 2005 18:32 GMT | 1 |
I know how to convert a recordset to a table using varData=rst With rng .InsertAfter varData
|
| Run-time error '5941' & Bill Coan's Word MVP Macrobutton article | 06 Dec 2005 17:33 GMT | 5 |
I get a Run-time error '5941' (The requested member of the collection does not exist) error message, when I try to create the macro button that Bill Coan describes in his article located at: http://www.word.mvps.org/faqs/macrosvba/AssignMacroToText.htm
|
| save event | 06 Dec 2005 14:58 GMT | 6 |
Can someone tell me if I can hook into the save event. For some reason fields located in my header and footer don't update when I do: CTRL+A; F9. So on a save event, I want to add the code that will find all fields and update them.
|
| im trying to set up a customer work log? | 06 Dec 2005 14:42 GMT | 1 |
i have a small business and i'm trying to set up a basic work log to enter in my customers and keep track of all work i've done for them i want to be able to just enter in like there phone number and have there sheet pop up does anyone know how to set this up and make it happen ...
|
| Why my macros are getting deleted? | 06 Dec 2005 14:40 GMT | 2 |
Task: To create macros that perform certain calculations upon pressing the keys assigned to them. This also has a form displayed which communicates w/ sql sever database and displays the results. The macro creation, tool bar creation, and form importing are to be
|
| TOC and unusual page numbering scheme | 06 Dec 2005 13:13 GMT | 4 |
I've got this ANNNEX.DOC file whose pages I've numbered as A-1, A-2, ... This was simply done by just typing the "A-" just before the page number field in the footer. However, this is "artificial" in the sense that a TOC applied to this document keeps referring to the pages of ...
|
| Change check box symbol | 06 Dec 2005 12:42 GMT | 2 |
Word 2003, using the forms toolbar I would like a checked to true checkbox to display a tick instead of the cross is this possible? Thank you
|