| Thread | Last Post | Replies |
|
| Mass document edit | 26 Jan 2006 20:19 GMT | 2 |
A colleague has two years worth of documents that they want to import into their EMR (Electronic Medical Records). The EMR has an import function that reads the first few lines of each document to route it to the correct patient, encounter date, provider/doctor...
|
| I'd like to create my own e-card site using Microsoft word | 26 Jan 2006 19:53 GMT | 1 |
I have a website and I'd like to have visitors send my e-cards to their friends and family... I'd also like for the cards to include .mp3 files and of course pictures and animations....
|
| Version between 9.0 and 11.0? | 26 Jan 2006 19:44 GMT | 2 |
Word added parameters to a function in Office 2003, Word 11.0, compared to Word 9.0 in Office 2002. I don't have access to Word 10.0 to see if it does or does not have those extra parameters. How can I find out? The function in question is MailMerge.OpenDataSource, and the two ...
|
| bookmark underline | 26 Jan 2006 19:14 GMT | 1 |
Would like to only underline the data in the bookmark not the entire length of the bookmark. currently we do: .bookmark(" ... ").range.font.underline=true then we add text to that bookmark with:
|
| table | 26 Jan 2006 18:51 GMT | 3 |
i have a file txt that is Code,Surname, Phone Number,Telefax I do a loop to look the first 5 char of the string to read if the code is the one entered Do while not eof(1)
|
| Templates Dialog Box | 26 Jan 2006 17:04 GMT | 2 |
How do I assign the Templates Dialog Box to a keyboard short-cut, i.e. Alt-Shift T ?
|
| VBA word Table Page | 26 Jan 2006 16:05 GMT | 7 |
Hi, I already posted this before. I thought it was not clear. I am reposting it. I am creating a word table using some software. I want to copy last cell content of first column on first page and copying into second cell of first
|
| Help using Format to change a date? | 26 Jan 2006 16:05 GMT | 7 |
I have a table with a column of dates. All the dates are in the form of "20050625" (yyyymmdd). I tried a few variations of Format to change this to "25 Jun 2005" (dd mmm yyyy), but just couldn't get it. This is the code I left off with - any suggestions?
|
| Tables: indent from left | 26 Jan 2006 16:01 GMT | 2 |
Where is the property in the Word object library that sets the ‘Indent from left’ value for tables? Thanks once again David
|
| Find Error? | 26 Jan 2006 15:58 GMT | 5 |
When using VBA code to find "U.S." (for example), the Find range returns four words with the first three being as expected ("U", ".", "S"). However, the last word may contain not only the final period but also the next character in the document if the next one is a space or ...
|
| Input Box to auto number? | 26 Jan 2006 15:56 GMT | 3 |
I have a document that includes a table with 4 rows in it, each containing a gift certificate. Each certificate needs to be numbered, which the code below does without a problem. However, since (for example) only 2 certificates may be requested, is there a way to use an input ...
|
| Find Word version on the fly? | 26 Jan 2006 15:46 GMT | 1 |
Is there a method that can be accessed from outside word (using OLE) which returns the version of Word which is running?
|
| Word 2003 breaks application | 26 Jan 2006 15:41 GMT | 1 |
The method MailMerge.OpenDataSource has two more parameters in 2003 than in it used to. This means that our application can't find the function. 1 - Is this a common experience with releases of Office? I'm brand new at working with OLE objects - calling Office functions.
|
| Word Data Extraction | 26 Jan 2006 14:40 GMT | 5 |
I have a series of Word documents that some computerized process generates. While the data is arranged in a rectangular format for the most part, it's not actually in a Word table (from which I've written extracts before.) So what I would like to do is extract from certain ...
|
| sub or function not defined | 26 Jan 2006 14:10 GMT | 2 |
Hi - can anyone help me please. I have recorded / (and slightly written) some simple macros to search through a document and pull out data I'm interested in however when I run the macro I get "Sub or function not defined" messages. They then run correctly
|