| Thread | Last Post | Replies |
|
| Find text in multiple DOCs and replace with image | 15 Jul 2006 09:12 GMT | 1 |
I googled and checked various resources but couldn't find a solution to the following. The company I work for has a large number of Word 2000 documents with text that needs to be replaced by an image. The text is actually in the Header
|
| Automatic fill in of fields | 15 Jul 2006 03:52 GMT | 3 |
Hi, I have a form with a dropdown list called Zone. There are 2 persons responsible for each zone. When I select a zone I would like to have the names of the respective persons appear automatically in a field Name responsible person.
|
| Identify a formula field | 14 Jul 2006 23:07 GMT | 4 |
I have code to delete bookmarks and unlink fields in a document once the document is completed, as follows: For Each Mark In .Bookmarks .Bookmarks(Mark).Delete
|
| Access or Excel table into word | 14 Jul 2006 23:02 GMT | 10 |
I have another problem. I have to import a table (it can be in an Excel spreadsheet) into a table in Word. The table in Word has a lot of formatting. I want to preserve the formatting when I bring in the table. Is it at all possible?
|
| compare selected text | 14 Jul 2006 21:14 GMT | 1 |
I'm using MS word to modify code for another program, and it's all rather repetitive. I've managed to script most of the modifications, however there is still a significant amount of work for users to do. They still have to select the correct toolbar button based on
|
| Option buttons to show text | 14 Jul 2006 20:30 GMT | 3 |
I am trying to create a user form in word VBA that when pressing an option button a certain text will appear in the document. When pressing a different option button a different piece of text will show.
|
| Insert Excel graphs or pictures into a locked MS Word document | 14 Jul 2006 18:51 GMT | 1 |
Is there a way to insert graphs or pictures into the form field of a MS Word document?
|
| Hyperlink - Adding text as a hyperlink | 14 Jul 2006 17:47 GMT | 4 |
We export text from an Access application to populate Bookmarks already in place in a Word Template. With appWord.ActiveDocument.Bookmarks .Item("Sentby").Range = strSentBy
|
| Fill - in form - add rows to table | 14 Jul 2006 17:39 GMT | 15 |
I created a form in Word that has a table. I placed form fields in the table. I do not know how many rows will be entered up front. Is is possible, to add ADD row option to this table with or without programming? I woud appreciate your response to this urgent question.
|
| Forms and txt files | 14 Jul 2006 16:42 GMT | 1 |
I'm sort of stuck. It's been a while since I did anything in VBA, which sadly reminds 1. when opening the form I would like the form to replicate what’s in the specific file
|
| sendkeys to Paint | 14 Jul 2006 16:34 GMT | 9 |
I am printing a bunch of documents containing screen prints of mainframe screens, which have a black background. We did not want to print these as is because it would use too many toner cartridges. I found I can copy the picture into Paint, invert the colors, and copy back to ...
|
| How to get Macros to follow into new document created from a templ | 14 Jul 2006 16:23 GMT | 5 |
I haev a template which is a Word form with several activeX controls in it. The controls haev VBA attached to them (ie: to fill in the values of a cascading set of combo boxes). When I open a new document from the template, the VBA is there and works.
|
| Code Execution | 14 Jul 2006 15:30 GMT | 4 |
I have a document that has VBA code attached to the Document_Open event. Every once in a while this code will not execute. I have checked the macro security when this happens and it is set at low. The code is included. The document name is AIC1.doc.
|
| Format percent function | 14 Jul 2006 15:22 GMT | 4 |
I've got the following code and I want the result to be formatted as follows: 0.0% I've looked for samples of how to do this but I'm a bit confused. Can
|
| No. of columns (newpaper) | 14 Jul 2006 13:06 GMT | 6 |
Can a macro be designed to know total no. of newspaper type columns? As if there are 3 columns than answer must be three etc.
 Signature Kushal
|