| Thread | Last Post | Replies |
|
| error message from lost certificate | 04 Dec 2005 15:44 GMT | 3 |
quick question about VBA and certificates. we have signed a bunch of documents with a certificate. the certificate has expired. and now we are running a batch job on some groups of documents that have been signed. when running the batch job we are getting message
|
| Formating | 04 Dec 2005 15:18 GMT | 1 |
I used to be able to center a document hit enter and it take you to the next line and it would be centered, and then all you had to do from there was hit back space, this is no longer the case.. any suggestions??
|
| add rows to a word table from a dataview or datatable | 04 Dec 2005 15:18 GMT | 1 |
I have a dataview with a varying number of records in it. I want to create a Word table and add the data in my dataview to the table. Currently, I have created the word table and loop through each record in the dataview and do the following for each:
|
| Display of folder on FTP site | 04 Dec 2005 13:17 GMT | 2 |
I have a folder on my FTP site that has documents that I wish to share with others. I would like them to be able to simply click a button on a Word form and the folder will open up. I recorded the following steps: File|Open
|
| Formatting table cell externally | 04 Dec 2005 12:35 GMT | 1 |
I am developing an Excel application where a report in Word is to be generated. The report consists of a table which I want to create and format through VBA in Excel. In particular I want to be able to set certain table cells so the text in them is Centred rather than the default ...
|
| delete contents between repeted words | 04 Dec 2005 08:55 GMT | 7 |
Hi.. Maybe this task require programming skills. If you have a document with 1000 pages. Paragraph Format is
|
| Need Help With Arrays and Passing Arguments | 04 Dec 2005 08:51 GMT | 6 |
Jonathan West posted the following for my benefit: "Greg, As for getting a max from an array, something like this should work Function MaxOfArray(vArray() as Variant) As Variant Dim iStart as Long
|
| Font conversion macro | 04 Dec 2005 06:36 GMT | 2 |
In its wisdom, my company has decided to change its corporate font from Gill Sans to Arial (I know, I know!). I've written this macro to change the font in a Word document (inc headers and footers) to Arial.
|
| Can a Macro be run automatically upon open | 04 Dec 2005 06:28 GMT | 3 |
Is there any way to run a given macro automatically upon opening a Word document file, rather than opening the document and then Tools/macro/macros.../Run ?
|
| Macro to copy text from one text box to another | 03 Dec 2005 22:51 GMT | 5 |
Is it possible to create a macro that copies a text value from one text box on a word form to a second box on a page further down the document when a command button is clicked. I have so far tried a simple macro of the type;
|
| Looking for a better way | 03 Dec 2005 17:37 GMT | 3 |
Earlier I was helping a user that wanted a VBA find routine that would start at the IP and go to the end of the document. On reaching the end, the user wanted a pop-up to querry if the routine should loop to the begining of the document. I got that far without any trouble.
|
| Error handling | 03 Dec 2005 12:36 GMT | 6 |
In the number property of the err. object, can someone tell me how I know what each number means? I would like to do a select case statement with each error number but I don't know how to find a list of these numbers. Thanks very much for your help.
|
| Page Breaks | 02 Dec 2005 23:50 GMT | 3 |
Is there a way to use a macro delete page breaks that occur before a Heading 2 or Heading 3? Thanks for any help,
|
| Adding a reference to a different .DOT | 02 Dec 2005 23:40 GMT | 10 |
I'm trying to get the hang of this: in Word 2003 I need to link template A to Template B so template A has all of Template B's macros. Looking in the VBA Editor at the earlier Word 2000 version that has this link, I see that the Template A Project contains a folder entitled ...
|
| HOW DO YOU TOGGLE "ON" THE STICKY KEYS (SPACE BAR, BKSPACE) COMM | 02 Dec 2005 21:28 GMT | 1 |
HOW DO YOU TOGGLE "ON" THE STICKY KEYS (SPACE BAR, BKSPACE, REPEATING PERIOD, ETC.) COMMAND?
|