| Thread | Last Post | Replies |
|
| Macro works but the results change later | 16 Jul 2006 21:24 GMT | 1 |
I'm not really a VBA person but I have a few macros which people on this group helped me with. The macros are designed to give a word a 'shape' so that I can remember more easily the tone of the word (rising and falling in particular) The end result might be a word where the size ...
|
| How do I use my mouse to select in Word 2007? (Beta) | 16 Jul 2006 21:20 GMT | 1 |
I have downloaded the Beta of Office 2007, and the Compatability program that goes with it. I am working in Word 2007. I can type into the document just fine, but if I go to highlight a word or phrase with my mouse, nothing happens. The keyboard functions work fine though. I ...
|
| Linking Word and Excel | 16 Jul 2006 17:48 GMT | 1 |
I have a complex Excel model that I'm trying to link to a report in Word. There are about 50 Excel cells that appear a numerous times each in the Word report. I've tried linking word and excel using hyperlinks and pasting as a link, but the updating doesn't work very well. I'm ...
|
| word macro runtime error 5980 | 16 Jul 2006 17:48 GMT | 1 |
Using the macro which disables the enter key in a form - http://support.microsoft.com/kb/q187985/ this works great on 3 computers but I get an error on the 4th comupter when trying use the form. After enabling the macro I get- runtime error 5980
|
| Save as Template and loss macros | 16 Jul 2006 16:51 GMT | 6 |
I recieved to work a template with macros that I want to change, but nothing in macros, but when I try no Save as the document, afresh, as Template the template losses the macros. But if I save as the document as Word Document the macros are not loss.
|
| Does WORD have a "cookie trail" feature? | 16 Jul 2006 16:40 GMT | 2 |
I am wondering if WORD has a "cookie trail" capability where i can mark a spot, go to the next spot and back arrow or forward forward arrow between spots? Reason is, i'm using WORD's hypertext and bookmark capabilities to navigate
|
| Skip mail merge fields from Excel Workbook when blank/zero | 16 Jul 2006 15:32 GMT | 1 |
I am creating mail merge letters (pay-slips) in Word 2003 from a list of about 300 employee records in Excel. The list has 28 fields and some of the values in some of the fields in the workbook are blank or zero.
|
| Skip mail merge fields from Excel Workbook when blank/zero | 16 Jul 2006 15:28 GMT | 1 |
I am creating mail merge letters (pay-slips) in Word 2003 from a list of about 300 employee records in Excel. The list has 28 fields and some of the values in some of the fields in the workbook are blank or zero.
|
| Finding word position (start/end) on a word document | 16 Jul 2006 13:00 GMT | 3 |
By doing for i = 1 to activedocument.words(i).count ActiveDocument.Words(i).Select word(i).start = ActiveDocument.Words(i).start
|
| Finding word position (start/end) in a word document (II) | 16 Jul 2006 08:25 GMT | 7 |
About my previous question (finding word position (start/end) in a word document), a very simple solution would be an assigment that could replace the one I am using. That is, instead of
|
| Question - how to... | 16 Jul 2006 01:23 GMT | 2 |
Here's the question: I have a word document that I use in over 50 court districts. The document is identical the only thing that is different between them is the court name and address.
|
| Find and replace | 15 Jul 2006 23:33 GMT | 5 |
I trying to parse this into a database and was trying to use the find and replace to insert tab characters such that I can then programmatically parse the data. This is a rtf file that has Indenting to indicate a sub field. For example, Aberrant is the main topic. Adrenal gland ...
|
| Failed SaveAs Makes Documents Invisible (Mystery with clues) | 15 Jul 2006 17:29 GMT | 13 |
I am using Word 2003 (11.8026.6360) Sp1 (VBA) When the execution of a "SaveAs" fails; as in the following statements; ActiveDocument.SaveAs _ FileName:="D:\Documents and Settings\henryhiggin\My
|
| Access COM add-in | 15 Jul 2006 17:29 GMT | 1 |
When the user opens Access, my COM Add-in (created with VS.Net 2005) gets the IDTExtensibility2.OnConnection and eventually the OnStartupComplete calls. According to the tutorial I followed to create it, the latter function is
|
| deploying an Office Add-in using VS.Net 2005 | 15 Jul 2006 17:29 GMT | 1 |
I have a comment and a question. First the question: According to the very helpful article (that is required reading for deploying an Office Add-in as well as a VSTO project) at: http://msdn.microsoft.com/library/default ...
|