| Thread | Last Post | Replies |
|
| Copy table from excel to word make word corruption | 04 Apr 2006 16:30 GMT | 1 |
I copy a table (which have merged cells) from excel to word and after that, I can't save my word file (even if I remove the table after copying). It's very strange. The copy of the table seems to corrupt the word file. I tried to use programmation to copy the table but same thing ...
|
| how to conditionally show a picture in a document in function of a certain field when merging with a database | 04 Apr 2006 16:22 GMT | 3 |
Hi I know how to conditionally show text (without using VBA) and I know VBA/VB6 from using it in MS Access , is there anybody that knows how to conditionally show a picture in a document in function of a certain field when merging with a database query with/or without using VBA? ...
|
| Change UK postcode to UPPERCASE | 04 Apr 2006 16:18 GMT | 1 |
I am using word 97. I have a mail merge document which pulls an address from an old system. The whole address is pulled across already in uppercase. To neaten the address up I have changed the mergefield to titlecase which looks better
|
| Changing excel, updating word and printing in PDF 800 times, pls help | 04 Apr 2006 16:09 GMT | 4 |
Hi, I need serious help... I'm working on a macro that changes a field in an excel file, and then it opens a word document wich updates, and then saves it. It works ok by now but...
|
| Troubleshoot a VBA macro to change color | 04 Apr 2006 15:36 GMT | 7 |
I try to adapt a macro to my needs but an error appears. Can you help me with it? The macro should search for words and phrases from a list which are formatted in italic and clolorize them in green and the italic should
|
| Finding multiple occurrences of character in word document | 04 Apr 2006 09:57 GMT | 9 |
I have been writing a large macro and the final step is to find multiple occurrences' of a specific character in one sentence. The algorithm must: Search every sentence in the word document, find any sentence that has
|
| How to Format Numeric Values in Bookmarks in Word Doc. | 04 Apr 2006 08:30 GMT | 14 |
I have a Word template with Bookmarks in it. I have linked that to an Excel worksheet (which has my data) and I am populating Bookmarks on the Template with VBA Code based upon some conditions.
|
| GetAddress arguments do not return values | 04 Apr 2006 06:52 GMT | 1 |
Today I've learnt about GetAddress, thanks to kind people in this discussion group! However, when trying to apply my new knowledge, I cannot return any data with the
|
| Code to always open a document in Final mode (track changes) | 04 Apr 2006 03:18 GMT | 4 |
We are usiing MS Word 2003 XP at work, and all of my colleagues and I hate that documents always open in track changes mode (with markup showing). I've written a small AutoOpen macro that works perfectly fine on my computer, but from my reading on the subject, I can
|
| Global VBA on Open event | 04 Apr 2006 01:24 GMT | 4 |
I am trying to write some code that will set the Review view to Final, as apposed to Final with Markup, whnever a file is opened, and specifically when a bunch of files are "opened" via a batch print from Explorer. I have tried subs called Document_Open and Auto_Open, and stored ...
|
| Paste text as inline picture/shape | 04 Apr 2006 01:11 GMT | 4 |
I have managed to write a macro for inserting text as a picture but I wanted the picture to automatically sit inline with text. How would I go about doing that?
|
| Range Question | 04 Apr 2006 00:18 GMT | 4 |
Please open and new blank document and type three paragraphs: Test Test Test
|
| how do i set up a serial number system using the date | 03 Apr 2006 22:21 GMT | 3 |
I have a file that produces a list of serial numbers depending on the date. For example, XYZ60403001 is a serial number for a particular widget tested. XYZ50417001 XYZ is the testing machine,
|
| Accessing XML file from Word | 03 Apr 2006 21:59 GMT | 1 |
I am doing a project where I need to be able to associate keywords with each paragraph I have in various Word documents. The keywords are stored externally in an XML file. I want document authors to be able to choose key words from the XML
|
| Minimize/Maximize Buttons | 03 Apr 2006 21:53 GMT | 1 |
How do I turn the minimize/Maximize buttins on in a Word UserForm (VBA)? I assume this is just a property setting, but I couldn't find it. Does it require code?
|